Posted on: 08/27/02 05:44pm
By: Anonymous (Smallandthin)
Every time I try to log out I get this:
Warning: fopen("/users/coolfreepage.com/soldatextreme/logs/access.log","a"

- Permission denied in /users/coolfreepage.com/soldatextreme/public_html/lib-common.php on line 850
Warning: Supplied argument is not a valid File-Handle resource in /users/coolfreepage.com/soldatextreme/public_html/lib-common.php on line 854
Warning: Cannot add header information - headers already sent by (output started at /users/coolfreepage.com/soldatextreme/public_html/lib-common.php:850) in /users/coolfreepage.com/soldatextreme/public_html/users.php on line 350
Warning: Cannot add header information - headers already sent by (output started at /users/coolfreepage.com/soldatextreme/public_html/lib-common.php:850) in /users/coolfreepage.com/soldatextreme/public_html/users.php on line 351
Please help
Help...
Posted on: 08/28/02 12:43am
By: Dirk
You haven't applied the chmods correctly. Make sure you do chmod 775 not only for the logs directory but also for the two files (error.log and access.log) in there.
Use the file http://yoursite/admin/install/check.php to check the proper permissions for all your files.
If it complains about files not being set to 775 even though they are at 775 already, then try 777 instead.
bye, Dirk