Home  >  Article  >  Backend Development  >  When debugging PHP, what should I do if a 500 error is reported directly without the detailed error information being displayed?

When debugging PHP, what should I do if a 500 error is reported directly without the detailed error information being displayed?

autoload
autoloadOriginal
2021-03-15 09:54:393328browse

phpWhen debugging, a 500 error was reported directly, which made me very embarrassed.

When debugging PHP, what should I do if a 500 error is reported directly without the detailed error information being displayed?

You may also encounter similar problems. There is no way to display specific errors. In this case, you need to modify the relevant configuration in the configuration file.

Step one: Open php.in (if you don’t know where to open php.in"How does PHP use phpinfo() to obtain PHP configuration information? (Code example)" )

When debugging PHP, what should I do if a 500 error is reported directly without the detailed error information being displayed?

Step 2:

When debugging PHP, what should I do if a 500 error is reported directly without the detailed error information being displayed?

Step 3 :

When debugging PHP, what should I do if a 500 error is reported directly without the detailed error information being displayed?

Restart Apache, specific errors will be displayed.

Recommended: php video tutorial php tutorial

The above is the detailed content of When debugging PHP, what should I do if a 500 error is reported directly without the detailed error information being displayed?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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