Dear Support,
Today i checked my php error log file and i found the following four major errors:
[Mon Nov 10 07:35:09 2008] [error] [client 64.71.16.2] PHP Fatal error: Call to undefined function getAlbumStatistic() in /home/xxx/public_html/gallery/themes/default/sidebar.php on line 11
i have checked in my theme and i'm using this line:
$latestalbums = array(getAlbumStatistic(4, "latest"));
[Mon Nov 10 07:27:17 2008] [error] [client 67.202.59.141] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/xxx/public_html/gallery/zp-core/plugins/static_html_cache.php on line 112
[Mon Nov 10 07:27:17 2008] [error] [client 67.202.59.141] PHP Warning: fputs(): supplied argument is not a valid stream resource in /home/xxx/public_html/gallery/zp-core/plugins/static_html_cache.php on line 111
[Mon Nov 10 07:27:17 2008] [error] [client 67.202.59.141] PHP Warning: fopen(cache_html/) [function.fopen]: failed to open stream: Is a directory in /home/xxx/public_html/gallery/zp-core/plugins/static_html_cache.php on line 110
Pleas3 help me how to resolve this issue?