dongyi1111 2013-09-05 14:16
浏览 54

仅在ajax调用时出现Apache 500错误

I have a jquery ajax call that returns a 500 error. If I type the url directly into my browser, it works fine (it is a GET request).

I'm using apache 2.2.23 with php 5.4.10. There is nothing in the apache or php logs even with log level set to debug. The crazy thing is, this same ajax call works on other peoples' machines.

Firebug console shows the 500 error, but the body of the response is the actual content that I expect to be returned.

Thoughts?

  • 写回答

2条回答 默认 最新

  • dtg7662 2013-09-05 14:24
    关注

    If you are using Firefox as a browser install Firebug..I hope it will help you in tracking any ajax bug/error!

    评论

报告相同问题?