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?
php
When debugging, a 500
error was reported directly, which made me very embarrassed.
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)" )
Step 2:
Step 3 :
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!