Home > php教程 > php手册 > body text

Ajax call processing page error message 500 solution

WBOY
Release: 2016-10-11 14:03:03
Original
1289 people have browsed it

I recently encountered a problem while working on a project:

After it was completed on the local server, it was deployed to the Alibaba Cloud virtual host. As a result, there was a problem with accessing the page. Since the login used the AJAX call processing page, nothing happened when I clicked to log in.

Open F12 debugging and find an error message:

Failed to load resource: the server responded with a status of 500 
Copy after login

So I looked for a solution online. After trying many methods, I finally solved it myself.

The reason for the error is: Error in processing the page! It's not an AJAX problem.

Because the fetch_all() function I used is only available with MySQL Native Driver.

So it can be executed successfully after modification.

If you encounter this kind of error, go to the page debugging to find the problem and solve it.

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!