Documentation

Features

Differences

This shows you the differences between the selected revision and the current version of the page.

troubleshooting:error_reporting 2010/05/24 16:06 troubleshooting:error_reporting 2010/05/24 16:10 current
Line 12: Line 12:
- the first line of the includes/init.php file (that's not commented out) is: - the first line of the includes/init.php file (that's not commented out) is:
-  ''error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);''+  error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
- change this line to: - change this line to:
-  ''error_reporting(E_ALL);''+  error_reporting(E_ALL);
- and just underneath it add: - and just underneath it add:
-  ''ini_set("display_errors", 1);''+  ini_set("display_errors", 1);
- save your changes and upload the file back to the server. - save your changes and upload the file back to the server.
- open the page that was blank in your browser and refresh. - open the page that was blank in your browser and refresh.
- if there's an error, it should now be displayed on the page. - if there's an error, it should now be displayed on the page.

Have more questions? Visit our community forums.