Hi,
since I upgraded from zenphoto Version 1.4.10 to 1.4.12 the build in slideshow of the theme zpBase is not working anymore. It is just showing a blank grey page. Does anyone has a suggestion how to get the zpbase slideshow working again? I really like the slideshow.
Thanks
Norbert
Comments
On lines 240 and 242 add trailing slashes.
Line 240 becomes:(see added trailing slash after slideshow)
`$slideshowlink = rewrite_path(pathurlencode($_zp_current_album->getFolder()) . '/' . _PAGE_ . '/slideshow/', "index.php?p=slideshow&album=" . urlencode($_zp_current_album->getFolder()));`
Line 242 becomes:(see added trailing slash after slideshow)
`$slideshowlink = rewrite_path('/' . _PAGE_ . '/slideshow/', "index.php?p=slideshow");`
Don't ask me why but this seems to work ;-)
So, I tried the support build (zip file unpacked on linux). I get 500 errors on all albums with that one.
No errors in the zp-data logs, in fact no error log file at all. PHP version is 5.6.32 and I am not using imagemagick. Standard build, I let the database recreate when upgrading to 1.4.12 just in case. My setup is simple, so nothing really to reconfigure.
The slide show is critical for me. It's the main reason I went to ZenPhoto. Any suggestions for troubleshooting are greatly appreciated.
Best regards,
Bill
I cannot really tell why you get 500 errors on albums. Might be the usual permissions. You should also look at your server's logs as Zenphoto's own may not catch everything.
From 1.4.12 to the support build not that much changed. Makes sure you have the right htaccess file as there has been a change about trailing slashes the support build fixes with the slideshow.
A link to the site always helps.