Warning: require_once(zp-core/zp-extensions/image_album_statistics.php) [function.require-once]: failed to open stream: No such file or directory in /web/htdocs/www.---.it/home/galleria/themes/zpskeleton/functions.php on line 57
Fatal error: require_once() [function.require]: Failed opening required 'zp-core/zp-extensions/image_album_statistics.php' (include_path='.:/php5/lib/php/') in /web/htdocs/www.---.it/home/galleria/themes/zpskeleton/functions.php on line 57
Comments
For example, if you reload the page after 5-6 times without any changes, the error is shown
"please make your posts explicit so we can see that you have real interesst."
Got the point, though.
if ($zpskel_strip == 'latest') require_once (ZENFOLDER."/zp-extensions/image_album_statistics.php");
with:
if ($zpskel_strip == 'latest') require_once ("/web/htdocs/www.----.it/home/galleria/zp-core/zp-extensions/image_album_statistics.php");
at line 57
and now work fine
It might not happen always if some other place properly loaded the script.