I am running a debian install, with apache my sql and php.
in win you can just edit php.ini and change from e_all to e_error
How do you do this in linux?
I have read on php.net:
By default on UNIX it should be in /usr/local/lib which is <install-path>/lib. Most people will want to change this at compile-time with the --with-config-file-path flag. You would, for example, set it with something like: --with-config-file-path=/etc
And then you would copy php.ini-dist from the distribution to /etc/php.ini and edit it to make any local changes you want.
But I didnt configure it this way.
I need to remove the warnings! sooon, its a live site!