Guys,
Anyone know why my logs are full of these messages?
ERROR - 2007-08-20 19:23:04—> Severity: Warning —> chmod() [function.chmod]: Operation not permitted /path/system/libraries/Log.php 113
ls -ld system/logs
gives
drwxrwxrwx 2 username groupname 4096 Aug 20 16:42 system/logs/
and the Log script can definitely write to the logs because it writes to the log everytime I load a page.
Anything else I can post to shed some light on this problem?
___________________________________________________________________
Some more investigation reveals it’s happening whenever there’s a 404 page.
The logs give:
ERROR - 2007-08-20 19:34:40—> 404 Page Not Found—>
ERROR - 2007-08-20 19:34:40—> Severity: Warning —> chmod() ...etc…
