apache - PHP errors NOT being displayed in the browser [Ubuntu 10.10] -
i'm new php , whole lamp stack i've managed , running on ubuntu 10.10 system. seems working exception of error reposting in browser can't seem working (and can't work without!).
i've read number of article , other threads indicate following values should applied in file /etc/php5/apache2/php.ini
:
display_errors = on
display_startup_errors = on
i've restarted apache2 , restarted computer life of me can't working. i've tried using phpinfo()
function reports these settings i've set them know it's picking correct configuration file nothing!
any welcome.
don't enable first occurrence of display_errors
in php.ini file. make sure scroll down "real" setting , change off
on
.
the thing if settle changing (i.e. uncomment + add = on
) first occurrence of display_errors
changes overwritten somewhere on line 480 it's set off
again.
Comments
Post a Comment