Page 1 of 1

sudden errror in admin

Posted: Mon Mar 20, 2006 4:23 pm
by Mesmer
running cmsms:  0.11.2

I'm suddenly getting an error when i view the page tab in my admin. everything else seems to work

--
Warning: fopen(/usr/local/psa/home/vhosts/domain.nl/httpdocs/tmp/cache/contentcache.php): failed to open stream: Permission denied in /usr/local/psa/home/vhosts/domain.nl/httpdocs/lib/classes/class.content.inc.php on line 1784

Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/psa/home/vhosts/domain.nl/httpdocs/lib/classes/class.content.inc.php on line 1785

Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/psa/home/vhosts/domain.nl/httpdocs/lib/classes/class.content.inc.php on line 1786
---

I didn't change anything. Any idea what could be wrong?

Re: sudden errror in admin

Posted: Mon Mar 20, 2006 5:07 pm
by pishkus
try to clear the cache

Re: sudden errror in admin

Posted: Mon Mar 20, 2006 5:31 pm
by calguy1000
if that doesn't work, then it's probably the result of a bad chmod or chown command that took away the permission of your webserver process to write to that directory.

Is this a hosted site, or on a private server?

Re: sudden errror in admin

Posted: Tue Mar 21, 2006 12:03 pm
by Mesmer
Thanks for the quick replies!

I chmodded tmp/cache/contentcache.php 777 and that did the trick. Weird this suddenly happened..

Re: sudden errror in admin

Posted: Sat Mar 25, 2006 11:54 am
by Tony Cipriani
I had the same problem, that solved it, tnx Mesmer.