apache error log:
/var/log/httpd-error.log
gets filled up with various notices such as:
php notice: Use of undefined constant name - assumed 'name' in xxxxx on
line 1, referer: yyyy
the size of the file is 200 mb now..
how do I suppress these notices without touching my php source code ?
Mike
/var/log/httpd-error.log
gets filled up with various notices such as:
php notice: Use of undefined constant name - assumed 'name' in xxxxx on
line 1, referer: yyyy
the size of the file is 200 mb now..
how do I suppress these notices without touching my php source code ?
Mike
Comment