Connor1994 Posted May 17, 2011 Report Share Posted May 17, 2011 Anyone know what I have done wrong? lol http://www.flybabyva.co.uk/index.php/PopUpNews/popupnewsitem/?itemid=1 This is lines 214-229 in the MainController.class.php /* Don't call self::Run() - parameters could change. They have to stay the same due to the fact that outside modules, etc will still use Run(), so it has to stay the same */ $ret = call_user_func_array(array($$ModuleName, $call_function), CodonRewrite::$params); /* Set the title, based on what the module has, if it's blank, then just set it to the module name */ self::$page_title = $$ModuleName->title; if(strlen(self::$page_title) === 0) { self::$page_title = ucwords(strtolower($ModuleName)); } return true; } Kind regards, Connor Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted May 17, 2011 Administrators Report Share Posted May 17, 2011 Update to the new version here -> http://forum.phpvms.net/topic/1062-popupnewsmodule/page__view__findpost__p__17155 Quote Link to comment Share on other sites More sharing options...
Connor1994 Posted May 17, 2011 Author Report Share Posted May 17, 2011 Merci! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.