![]() |
|
Fatal error isDynamic drives me nuts - 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: Fatal error isDynamic drives me nuts (/thread-6977.html) |
Fatal error isDynamic drives me nuts - trojkolka - 2010-04-29 I've been struggling now for over 3 hours to understand what happened with the search on my soon to be announced new website. It's still under development at the moment and I tried to style the search.php file. Everything worked fine. Some minutes later I tried search again and i get the following error: Quote:Fatal error: Call to a member function isDynamic() on a non-object in /customers/trojkolka.net/trojkolka.net/httpd.www/newzen/zp-core/template-functions.php on line 1672 Here is the code snippit: Fatal error isDynamic drives me nuts - kagutsuchi - 2010-04-29 There have been a few fixes regarding searches in the nightly build. Please try upgrading to the nightly. It should fix this problem. Fatal error isDynamic drives me nuts - trojkolka - 2010-05-04 Thanks, update to the Nightly solved that problem. I now just have a different issue with the GetLatestNews() function. Quote:Warning: get_class() called without object from outside a class in /customers/trojkolka.net/trojkolka.net/httpd.www/zennew/zp-core/zp-extensions/zenpage/zenpage-template-functions.php on line 90 Error gets fired in following piece of code:
Fatal error isDynamic drives me nuts - acrylian - 2010-05-04 Without knowing what you do to get the "latest news" or the "more news" we won't be able to help. Apparently you did not setup the right context and global object variable for news. Fatal error isDynamic drives me nuts - trojkolka - 2010-05-04 I installed the nightly build of today as adviced to fix the search bug i was encountering. That bug has been solved. However this nightly build fires this Warning no on the frontpage when I call there printLatestNews() ` ` Fatal error isDynamic drives me nuts - sbillard - 2010-05-04 That is not really a warning, you are seeing PHP code on the page. Not sure what would cause this, but maybe a corrupt file. Fatal error isDynamic drives me nuts - acrylian - 2010-05-04 That issue will be fixed in tonight's nightly. Was an oversite related to the new the news password protection. Fatal error isDynamic drives me nuts - trojkolka - 2010-05-04 awesome thanks =) I will grab a later nightly build when i continue developing |