Getting PHP error

Hi,

I'm getting a whole list of these errors:

 PHP Warning: fopen(/home/""/public_html/cache/bx_templ_en_uni_011e479fe72efd6dde8694266fe96dc1.php) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /home/""/public_html/inc/classes/BxDolCacheFileHtml.php on line 63

 

can someone please give me tips on how to solve this.

Thanks

Quote · 8 Sep 2012

 

Hi,

I'm getting a whole list of these errors:

 PHP Warning: fopen(/home/""/public_html/cache/bx_templ_en_uni_011e479fe72efd6dde8694266fe96dc1.php) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /home/""/public_html/inc/classes/BxDolCacheFileHtml.php on line 63

 

can someone please give me tips on how to solve this.

Thanks

The reason is right there. Permission on your cache folder are wrong. Thats what permission denied means.

cache folder must be writeable. Mode 777. So fix the mode and then manually clear the contents.


https://www.deanbassett.com
Quote · 8 Sep 2012

ok Thanks, also when you say manually clear the contents do you mean delete these files bx_templ_en_uni_011e479fe72efd6dde8694266fe96dc1.php

and all the others thats in the cache folder?

Quote · 8 Sep 2012

Yes. Except for any .htaccess file that may be in there.

Doing it by hand with FTP or Cpanels file manager is the same as clearing it from admin. The difference is, the admin panel can't delete them if the permissions are wrong which prevents access to properly clear the cache.

https://www.deanbassett.com
Quote · 8 Sep 2012

Ok Thank You so much!

Quote · 8 Sep 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.