Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Mon Feb 08, 2010 7:21 am 
Offline

Joined: Mon Feb 08, 2010 7:07 am
Posts: 1
Website: http://memefolder.com
UPDATE:

So only *some* of the images aren't loading, is this a resource issue then?

--

I imported a mysql database from my previous host for use with the image gallery software (PHP based) for my site.

However, when it tries to pull the images from the database I get:

Code:
Warning: fopen(sql.log) [function.fopen]: failed to open stream: Permission denied in /srv/www/memefolder.com/public_html/core/util.inc.php  on line 164

Warning: fwrite(): supplied argument is not a valid stream resource in /srv/www/memefolder.com/public_html/core/util.inc.php on line 165

Warning: fclose(): supplied argument is not a valid stream resource in /srv/www/memefolder.com/public_html/core/util.inc.php on line 166


I'm guessing that this is a permissions issue, though I set everything in the public_html directly to 777.

I did a fresh test install of the site (with a new database) and everything works... this greatly confuses me :?

I'm pretty much a complete newbie when dealing with this sort of thing, so any help is greatly appreciated.


Top
   
 Post subject:
PostPosted: Mon Feb 08, 2010 11:56 am 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
PHP is telling you what the problem is:

Quote:
Warning: fopen(sql.log) [function.fopen]: failed to open stream: Permission denied in /srv/www/memefolder.com/public_html/core/util.inc.php on line 164


PHP does not have permission to access "sql.log". Wherever that file is, make sure that the user that PHP runs under (usually the same as your webserver, which in my case is www-data) has permission to access that file.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group