![]() |
|
turning off debug log possible? - 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: turning off debug log possible? (/thread-7262.html) |
turning off debug log possible? - BertSimons - 2010-06-26 Hi.. I just made a site on which I inserted an album loop on a zenpage page and the debug log now shows this everytime the page is called
or is it in the code I used? this is the code I used on the page by inserting it in the codeblock: ` [*]getAlbumLink() ;?>"> ` turning off debug log possible? - kagutsuchi - 2010-06-26 Where does Edit: FYI, I edited your post to enclose the code in backticks. It was breaking the page a bit. turning off debug log possible? - sbillard - 2010-06-27 Interesting that the "page works" as the error (which is deliberately always on) shows that there was an improper album instantiation. This can (and usually) does cause downstream problem as the gallery instance is stored with the album and used numerous places in Zenphoto. So, presumably $galleryobject has not been setup (correctly.) turning off debug log possible? - BertSimons - 2010-06-29 fixed ` ` |