LAMP display php errors
in terminal:
Scroll down to about line 531 under the "Error handling and logging" title where you will find
Change this to say
Once you've done this and saved the file, in terminal run:
Code:
sudo gedit /etc/php/apache2/php.ini
Code:
display_errors = Off
Code:
display_errors = On
Code:
sudo /etc/init.d/apache2 restart
Comments
Post a Comment