![]() |
|
Error in theme: getAlbumStatistic - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Error in theme: getAlbumStatistic (/thread-4045.html) |
Error in theme: getAlbumStatistic - southdreamz - 2008-11-10 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: [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 Pleas3 help me how to resolve this issue? Error in theme: getAlbumStatistic - sbillard - 2008-11-10
The errors in static_html_cache.php seem to be related to not being able to open the cache file. There is a recent fix for this script so your best bet it to disable the script until after tonight's build. Then tomorrow install the nightly build and reenable the script. Error in theme: getAlbumStatistic - southdreamz - 2008-11-17 I have checked that, album statistics plug-in is enabled, but i'm getting this error. Error in theme: getAlbumStatistic - southdreamz - 2008-11-18 Sorry sbillard, this is my mistake, i'm using this function in 404.php page. Error in theme: getAlbumStatistic - southdreamz - 2008-12-04 i checked my php error log file and i found the following Errors: [04-Dec-2008 03:13:45] PHP Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home/xxxx/public_html/gallery/zp-core/functions-image.php on line 65 Error in theme: getAlbumStatistic - sbillard - 2008-12-04 Something in the image is tripping out the PHP graphics processing. You can try loading the image in an image editor and resaving it. This often will make a more cononical image. |