![]() |
|
Slideshow no longer working after upgrade - 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: Slideshow no longer working after upgrade (/thread-12003.html) |
Slideshow no longer working after upgrade - zenkitty - 19-08-2014 Hi there, I recently upgraded my zenphoto from an older version (1.4.3) to the latest version. Now the slideshow on the homepage is no longer working. There's no errors, the slideshow simply isn't displaying. Its being called directly on index.php using: I have enabled it for index.php in the slideshow plugin settings. I'm using the default theme. Does anyone have any ideas about what the issue is? Obviously, something has changed with the slideshow from the old version of zenphoto I was using to the new, but I can't figure out what. Any help would be much appreciated. Thanks! Slideshow no longer working after upgrade - acrylian - 20-08-2014 Besides that there are now two slideshow plugins both are setup to work the same and as before. Triy to use Slideshow no longer working after upgrade - zenkitty - 20-08-2014 Thanks for the reply acrylian. Using newAlbum didn't help. This was in the error logs: PHP Fatal error: Call to a member function isDynamic() on a non-object in /home/xxxx/public_html/zenphoto/zp-core/template-functions.php on line 3293 PHP Fatal error: Call to undefined function printSlideShowJS() in /home/xxxx/public_html/zenphoto/themes/default/index.php on line 16 The album the slideshow is calling is a dynamic one. Has something changed with dynamic albums since version 1.4.3? I appreciate your help! Slideshow no longer working after upgrade - acrylian - 20-08-2014 Ok, now we are getting nearer.
Slideshow no longer working after upgrade - zenkitty - 20-08-2014 Thanks acrylian - its fixed now! This was required at the top of index.php: if (function_exists('printSlideShow')) and the slideshow called as so: Thanks so much... Slideshow no longer working after upgrade - acrylian - 21-08-2014 Always welcome! |