Over 15 of my C5 websites have MEGA CACHE ERRORS!!!!

Permalink
Hey everybody,

On one of my servers, I have about 15 or so concrete5 websites that have mega cache errors throughout the website.

I have tried changing permissions on folders to be 777 for everything but still no luck.

It randomly happened, and to all of them. But on my other server there is no problem with them.

http://www.louvretec.co.nz is an example.

Warning: fopen(/home/louvrete/public_html/files/cache_objects/object_4b12fca765c06326ba5a613fcab1efc4) [function.fopen]: failed to open stream: Permission denied in /home/louvrete/public_html/concrete/libraries/cache/default.php on line 41
Warning: fputs(): supplied argument is not a valid stream resource in /home/louvrete/public_html/concrete/libraries/cache/default.php on line 42
Warning: fclose(): supplied argument is not a valid stream resource in /home/louvrete/public_html/concrete/libraries/cache/default.php on line 43
Warning: fopen(/home/louvrete/public_html/files/cache_objects/object_4b12fca765c06326ba5a613fcab1efc4) [function.fopen]: failed to open stream: Permission denied in /home/louvrete/public_html/concrete/libraries/cache/default.php on line 41
Warning: fputs(): supplied argument is not a valid stream resource in /home/louvrete/public_html/concrete/libraries/cache/default.php on line 42


PLEASEEE HELP :)
Sparx
View Replies:
ScottC replied on at Permalink Reply
ScottC
i don't know how user permissions changed on the fly, but I do know this is a web server issue and should be brought up w/ your hosting provider. You can get them on the phone, right?
Remo replied on at Permalink Reply
Remo
I agree with Scott, this is with 99.9% chance a server side issue and not so much a Concrete5 problem.

You disabled the cache in the meanwhile, didn't you?

I'd suggest you install eAccelerator (http://www.codeblog.ch/2009/06/concrete5-speed-eaccelerator/) anyways..

Sometimes there's a limit of files and since Concrete5 has lots of files, you might have hit the maximum number of files. But I think this is unlikely because you usually can't even write a file..
frz replied on at Permalink Reply
frz
Yeah given the fact that it happened to ALL of the installs on ONE box and none of them on another, its almost certainly something with the box's setup, not concrete5..

Call your hosting provider.
andrew replied on at Permalink Reply
andrew
I think the permissions on files/cache_objects have been modified to where the server cannot write to them.

Delete files/cache_objects. The next time the page is viewed the directory should be remade, with the proper permissions.

If this doesn't happen, it may be that your entire files/ directory chain has lost write permissions. You'll need to "chmod 777 files/" if that is the case (and you'll probably also notice difficulty uploading files.)
Sparx replied on at Permalink Reply
Sparx
My host sorted it for me, was just a caching issue, deleted and refreshed cache and now is fine :) Thanks mate