Problem with themes page

Permalink
Hello everyone,

While everything seems to be working properly, I get the error messages below at the top of my dashboard when I go to Pages/Themes >> Themes tab.

Also, here is my server info:

http://www.aceseowebdesign.com/serverinfo.php...

Warning: fopen(/home/aceseowe/aceseowebdesign.com/html/files/cache_objects/object_2e4c689d261d629f062b0169fc7f10c7) [function.fopen]: failed to open stream: Permission denied in /home/aceseowe/aceseowebdesign.com/html/concrete/libraries/cache/default.php on line 42
Warning: fputs(): supplied argument is not a valid stream resource in /home/aceseowe/aceseowebdesign.com/html/concrete/libraries/cache/default.php on line 43
Warning: fclose(): supplied argument is not a valid stream resource in /home/aceseowe/aceseowebdesign.com/html/concrete/libraries/cache/default.php on line 44
Concrete5


I can't figure this out and need help.

Thanks,

Ed

goozleology
 
MQuinlan replied on at Permalink Reply
Ed,

Please help. I see you fixed this error:
http://www.concrete5.org/community/forums/usage/problem_with_themes...

Concrete: Permission Denied default.php on line 42

on your website. I have the same problem and cannot figure it out for two days now.

Could you tell me how did you fix it?


Thanks,
Michael
Tony replied on at Permalink Reply
Tony
make sure /html/files/cache_objects has read, write, and maybe execute privledges for your server. i'm sure if you did a recursive chmod 777 on this directory the problem would go away
MQuinlan replied on at Permalink Reply
Great! That fixed it. Thank you Tony.

I must have copied the directory or object and failed to reset the permissions. I also did:

chmod -R 777 cache_objects

chcon -R -t httpd_sys_content_t cache_objects
for selinux.

It is fixed up working great!

Thanks again,
Michael