PHP access violation error?

  • Thread starter Thread starter sheik a
  • Start date Start date
S

sheik a

Guest
I developed one php job portal... some times its showing error like "500 Internal server error and php access violation error" but if i refresh the page several time its opening ... but again its showing error when i click another link on it... If the error occured ones its also showing error even in a normal html page... so please anyone let me know what will be the error. ( this sort of error already occured ones but it solved automatically after 3 hours... this is the second time its coming like this... )
 
If you're getting a HTTP 500/Internal Server Error, check your error logs for your web server. That should give you some insight on what may be triggering the 500 response.

Also, since you said it happens even on a static HTML page, check your .htacces (if you're using Apache, for example) for some invalid entries, mod_rewrite occasionally causes this to happen.
 
Back
Top