Page 1 of 1

[Solved] PHP Errors

Posted: Mon Apr 28, 2008 12:04 pm
by EGS
Can anyone tell me how to fix/resolve these PHP errors I am getting?

[php]Warning: fopen(/home/adeptpro/public_html/tmp/cache/contentcache.php) [function.fopen]: failed to open stream: Permission denied in /home/adeptpro/public_html/lib/classes/class.contentoperations.inc.php on line 549

Warning: fwrite(): supplied argument is not a valid stream resource in /home/adeptpro/public_html/lib/classes/class.contentoperations.inc.php on line 550

Warning: fclose(): supplied argument is not a valid stream resource in /home/adeptpro/public_html/lib/classes/class.contentoperations.inc.php on line 551[/php]

Re: PHP Errors

Posted: Mon Apr 28, 2008 12:52 pm
by Pierre M.
Hello,

no context, no steps...
Please read http://forum.cmsmadesimple.org/index.ph ... 569.0.html

Pierre M.

Re: PHP Errors

Posted: Mon Apr 28, 2008 6:48 pm
by snafu
Maybe check permissions on /home/adeptpro/public_html/tmp/cache/contentcache.php?

Could also be a file ownership issue?

http://forum.cmsmadesimple.org/index.ph ... 462.0.html

More info will help Pierre M. and the experts to help you, good luck!!