Slideshow works intermittently for me. My logs are filled with...
`
{Sun, 29 Aug 2010 05:59:32 GMT} Zenphoto v1.3.1[5736]
Backtrace: Bad filename suffix in newImage()
newImage called
from printSlideShow (slideshow.php [289])
from include (slideshow.php [14])
from index.php [114]
`
Using slideshow as jQuery.
Comments
What theme are you using? Can you maybe reproduce what images this might be?
I just had to manually delete a log file 128MB large from 1 weeks of this....
Thanks
What you are seeing is the slideshow is attempting to instantiate an image that does not exist. Perhaps there is also some PHP script errors in your CGI log? If so the details might help.
One hint is that this code is in a path having to do with dynamic albums.
- if I select album slideshow coming from archive > search page, I obtain the same error.
- otherwise, if I select slideshow for the same album coming from album page, everything works fine
Thank you for your attention.Log file:
Backtrace: Bad filename suffix in newImage()
newImage called
from printSlideShow (slideshow.php [421])
from include (slideshow.php [23])
from index.php [123]
if (in_context(ZP_SEARCH_LINKED)) {
$albumnr = -getAlbumID();
By changing '$albumnr = -getAlbumID()' in '$albumnr = getAlbumID()' (removed sign '-') everything works fine, although slideshow is called from archive > search page.
Could be right? I'm not a programmer ...
Giorgio