Hi
I have just upgraded to 1.4.3 and now my use of album image statistics plugin has stopped working. I have a page completely seperate from zenphoto on my site where I had the following includes of zenphoto files.
include DOCUMENT_ROOT.'/gallery/zp-core/template-functions.php';
include DOCUMENT_ROOT.'/gallery/zp-core/zp-extensions/image_album_statistics.php';
$latest_images = getImageStatistic(9, 'latest', '', false);
However, when I go to this page, I get zenphoto saying it has detected a change in myinstallation and to reupload all the setup files. I have done this twice now and still the same issue every time. Access to my gallery works perfectly fine, so this is only happening on this one page. I have commented out the last two lines so it just does an include of template-functions.php and still the error occurs.
Any ideas on why this isn't working? Is there another file I need to be including?