ZenphotoCMS Forum
Slideshow stopped after update - 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 stopped after update (/thread-12477.html)



Slideshow stopped after update - mowgli597 - 2016-03-21

I just updated my installation to the latest release
Zenphoto version 1.4.12 [c1d7e8900b] (Official build)
Since then slideshow has stopped working. Have tried both the slideshow plugins and also changed to released themes rather than my own (which is based on the Zenpage theme). None of these will work with slideshow.
Have I missed something perhaps?




Slideshow stopped after update - acrylian - 2016-03-21

Nothing has been changed on the slideshows unless you have upgraded from a very old version. Are the options set? Is the script enabled to be loaded on the page the slideshow is called? Any errors somewhere? Browser log, server php log?




Slideshow stopped after update - mowgli597 - 2016-03-23

Upgrade was from 1.4.11
Have just reverted to that release on my dvelopment installation and the slideshow is working again.
Nothing showing in the logs pertaining to slideshow.
Will keep investigating




Slideshow stopped after update - acrylian - 2016-03-23

I can indeed reproduce this. Will investigate as well.




Slideshow stopped after update - mowgli597 - 2016-03-23

It's related to the new _htaccess file. Reverting to the old _htaccess but with version 1.4.12 brings the slideshow back to life!

Further:

the addition of

RewriteCond %{REQUEST_URI} !(/$|.)
RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]

is what seems to be causing the problem.

But!

Although reverting to the old _htaccess has displayed the slideshow page there is no "show" - i.e. the slides don't move on automatically. However they do when the "next" control is pressed.




Slideshow stopped after update - acrylian - 2016-03-23

I as well figured it is the trailing slash we have now with all urls. Fix coming soon in the support build.




Slideshow stopped after update - mowgli597 - 2016-03-23

Thanks!! I'll stop fiddling now!




Slideshow stopped after update - fretzl - 2016-03-24

Fix (by acrylian) is now in the Support build




Slideshow stopped after update - mowgli597 - 2016-03-25

Sorry for the delay in replying.

Many thanks - that's fixed it.