![]() |
|
Error log showing fatal errors in slideshow - 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: Error log showing fatal errors in slideshow (/thread-9752.html) |
Error log showing fatal errors in slideshow - mowgli597 - 2012-03-08 Zenphoto version 1.4.2.2 [9365] (Official Build) I'm showing the following errors in the zp-core/zp-extensions/slideshow error log: PHP Fatal error: Call to a member function get() on a non-object in ......../zenphoto/zp-core/zp-extensions/slideshow/slideshow-counter.php on line 19 I suspect it may be related to one particular image or album but my skills are insufficient to find out where. I've searched the forum but can't find anything (apologies if I've missed it). A Google search shows several sites with the same error in their logs. Any help gratefully received. Mike Error log showing fatal errors in slideshow - acrylian - 2012-03-08 We will have to take a look. Please open a ticket. Error log showing fatal errors in slideshow - sbillard - 2012-03-08 There should probably be some more information in your debug log regarding this--an error on album or image instantiation. Error log showing fatal errors in slideshow - mowgli597 - 2012-03-13 My apologies for taking so long to reply. The debug log shows: {Sun, 11 Mar 2012 08:01:36 GMT} Zenphoto v1.4.2.2[9365] Then multiple entries as follows: Backtrace: Bad filename suffix in newImage() I think this definitely means I have a bad image file somewhere. Any hints as to how I might find it (there are over 6300 images in the Gallery!)? I've tried finding a bad suffix in the database but haven't been able to isolate it. Thank you. Error log showing fatal errors in slideshow - sbillard - 2012-03-13 There should be some HTML generated up to the point of failure. It will be some javascript with a list of items like:
On looking a bit more closely it would appear that the "image" is an empty string. So probably there is a PHP error somewhere in your logs relating to this. |