What you’ll also need to do is find your php.ini file, probably located at
1 2 3 |
sudo nano /etc/php5/apache2/php.ini |
or
1 2 3 |
/etc/php.ini |
and find the entry for display_errors and switch it to On
What you’ll also need to do is find your php.ini file, probably located at
1 2 3 |
sudo nano /etc/php5/apache2/php.ini |
or
1 2 3 |
/etc/php.ini |
and find the entry for display_errors and switch it to On
© 2022 CODEHAVEN