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.