[EMAIL PROTECTED] Script: '/usr/www/...' in httpd-error.log?

2008-11-23 Thread robert arnesson
Hello all, I get plenty of error messages in my httpd-error.log like the ones shown here [Sun Nov 23 11:34:42 2008] Script: '/usr/www/example/core/js/wall.php' [Sun Nov 23 11:35:35 2008] Script: '/usr/www/example/core/js/wall.php' [Sun Nov 23 11:36:07 2008] Script:

Re: [EMAIL PROTECTED] Script: '/usr/www/...' in httpd-error.log?

2008-11-23 Thread André Warnier
robert arnesson wrote: Hello all, I get plenty of error messages in my httpd-error.log like the ones shown here [Sun Nov 23 11:34:42 2008] Script: '/usr/www/example/core/js/wall.php' [Sun Nov 23 11:35:35 2008] Script: '/usr/www/example/core/js/wall.php' [Sun Nov 23 11:36:07 2008] Script:

Re: [EMAIL PROTECTED] Script: '/usr/www/...' in httpd-error.log?

2008-11-23 Thread robert arnesson
I will try to take a look at that. The strange thing is that php errors are turned off, so it shouldnt log anything. Also, this only occurres on a few php-files, not on the rest, and there is no major differences between the files that show up in the log compared to the files thats not showing

Re: [EMAIL PROTECTED] Script: '/usr/www/...' in httpd-error.log?

2008-11-23 Thread André Warnier
I am not using PHP personally with Apache, but my son who is, tells me that there probably is, in each of these scripts, a like like : error_log() which you would just need to comment out. // error_log() If that doesn't do it, and if you send me one of the scripts, I'll pass it on to