Corwyn Posted November 24, 2003 Share Posted November 24, 2003 Hi Group, My site was working fine Friday, I did no upgrades or changes to the site. I made some changes to my google adword listing and this moring I got a response back from them saying there was a problem with my URL. I checked the site and I get the following 2 error messages on every page; Warning: error_log(/var/time.log): failed to open stream: Permission denied in /home/corwyn/public_html/phonestore/includes/functions/database.php on line 41 Warning: error_log(/var/time.log): failed to open stream: Permission denied in /home/corwyn/public_html/phonestore/includes/functions/database.php on line 48 I have no idea what this means or where it came from? Any help would be greatly appreceiated. Corwyn Oh, the only thing that's been going on is that Iktomi has been spidering the site for about a month now. Link to comment Share on other sites More sharing options...
OceanRanch Posted November 24, 2003 Share Posted November 24, 2003 It is a write permission problem on your site under the publi_html area. The script is trying to log a message to "/var/time.log" and is failing. You need to check the permissions (or have your ISP tell you what changed) of that file and see if its writable (777 would be nice). Also if safe_mode in the php module had been turned on then the webserver that is running the scripts may not have write access to those files any longer. Check the webserver error logs as well. HTH Link to comment Share on other sites More sharing options...
OceanRanch Posted November 24, 2003 Share Posted November 24, 2003 Alternatively go to Admin->Configuration-Logging and turn "store page parse time" to false until you can find out why you can't write to /var/time.log. You also might try set the log to /tmp/time.log or some other location you know is writable. HTH Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.