Quote by exaurdon: It appears that your php process does not have access to edit:
/home/user/public_html/dbname/logs/error.log
lib-common.php is the script that is trying to edit error.log.
Assuming you are running apache, php generally has apache\'s permissions, so try setting the owner of lib-common.php and error.log to \'nobody\'
Also, check that error.log exists. If it doesn\'t, it may be that the /home/user/public_html/dbname/logs/ directory is causing hte problem, your process may not have access to create a file in that directory?
The error.log file exist under the \"logs\" directory. 644 permission.
And how would I change the setting of the owner of lib-common.php and error.log file?