Hi Developers!
I´m using server side optimization (developed by sagasw) from this page:
http://www.zenphoto.org/2008/06/performance-hacks/#serverside
It´s very cool becouse radically decrease my server load. On the frontend is everything ok, but in admin page I got some error messages:
Warning: error_log() [function.error-log]: Unable to access cache_html/7f1900cd47e7a1393d93db95206f2d6e in /...www_root/zp-core/functions-db.php on line 139.
Is there any chance to make this hack compatible with the current version, or even better to implement it like a plugin?
thanks!
Perhaps your zen-photo installation doesn't have proper permission to write in the cache folder?
Have you checked whether cache_html directory exists or not?
Please publish the line 139 here (since you have most likely edited that script).