Saturday, August 20, 2011

php - 500 - Internal server error.

To show the description of the erro do the following.

 If it’s a development box, you can set php.ini file as below so it prints error messages on a browser:
error_reporting = E_ALL
display_errors = On
Alternatively, you can put these in .htaccess file:
php_flag display_errors on
php_value error_reporting 999999999





No comments:

Post a Comment