apache - Weird 500 Internal Server Error (firebug, php, display_errors, ajax) -
Friends, I am making several AJAX calls on one page. All calls return responses successfully, but the last one (not related to other ajax calls) returns 500 internal server error (firebug) as response code, however, despite the error code, returned the right content from that AJAX call has gone.
When I set the display_errors option to ON in php.ini, the error disappears for my uncertainty and the response in the given rendering on the page is reciprocated. I have an error setting up the error in a file, but there is no error logging from the above mentioned internal server error.
Anyway, I am using Apache, JQuery, PHP5, APC (if it's relevant).
Given the limited information available, the most likely is that PHP is a fatal error after has echoed your expected output.
To test: Whatever is executed in that row, resonate something if you do not see the echo, then you know that your PHP script is getting tired, at that time, it is only debugging And is the case of tracing.
Comments
Post a Comment