Fatal error: Call to a member function check() on a non-object in /home/ottawali/public_html/ottawasucks.ca/inc/classes/BxDolTwigModule.php on line 964
Any help appreciated
Al
Fatal error: Call to a member function check() on a non-object in /home/ottawali/public_html/ottawasucks.ca/inc/classes/BxDolTwigModule.php on line 964 Any help appreciated Al |
What build of version 7.1 you are running? so much to do.... |
In inc/membership_levels.inc.php Find the function checkAction and place this code snippet just inside of it. if(!$actionID){
When you reload the page it will give a print out that tells you which module and what membership action is causing the problem. If you have issues doing the above, you can PM me and I will quickly do it for you. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
In inc/membership_levels.inc.php Find the function checkAction and place this code snippet just inside of it. so much to do.... |
What build of version 7.1 you are running? at the top it just says 7.1 , I am new to 7.1 and don't know where to find some of the stuff yet |
if(!$actionID){
debug_print_backtrace(); } I dont think i put it in the right spot , i got this in return Parse error: syntax error, unexpected T_IF, expecting '&' or T_VARIABLE in /home/ottawali/public_html/ottawasucks.ca/inc/membership_levels.inc.php on line 308 email me directly for access and help Please nutz@videotron.ca |
Did you add a new custom module that displays content on the profile page. It sounds like you may have a capitalization error in that new module. caredesign.net |