The simpler media website CMS
Warning: mkdir(/home/izabel07/rayestrada-www/brain/art/cache_html/) [function.mkdir]: Permission denied in /home/izabel07/rayestrada-www/brain/art/zp-core/plugins/static_html_cache.php on line 27Any ideas?
Static HTML Cache folder could not be created. Please try to create it manually via FTP with chmod 0777.
Comments
Any thoughts on this?
I have enabled the static_html_cache plug-in, it is working fine, but the search page is not working(blank page).
thanks for your quick reply.
I have disabled the "static_html_cache" in my live site, then search is working fine.
In my local system, i'm getting the below issue in search page.
Warning: fopen(cache_html/) [function.fopen]: failed to open stream: No such file or directory in \wamp\www\zenphoto\zp-core\plugins\static_html_cache.php on line 110
Warning: fputs(): supplied argument is not a valid stream resource in \wamp\www\zenphoto\zp-core\plugins\static_html_cache.php on line 111
Warning: fclose(): supplied argument is not a valid stream resource in \wamp\www\zenphoto\zp-core\plugins\static_html_cache.php on line 112
thanks.
In the admin panel I really would like to be able to exclude some pages chosen by myself too, like a random page for example.
Does it make sense to you ?
I just thought that if you can exclude the search page from the cache, the same thing could be done for other pages defined by the admin, but this is probably more complicated than I think.
In fact, I tried this plugin which is brilliant and I found it really speeds up the gallery.
Unfortunately, I use an image random script on my index page and activating the plugin makes it always the same so I can't use it out of the box.
I'd like to understand how does it work.
Are the cached pages regularly updated ? How often ?
Thank you for your time.
You can set the cache timeout on the cache's plugin options. Default is one day.
Thank you so much !