When i click " Profile" i get the below error

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

Quote · 3 Apr 2014

What build of version 7.1 you are running?

so much to do....
Quote · 3 Apr 2014

In inc/membership_levels.inc.php

Find the function checkAction and place this code snippet just inside of it.

    if(!$actionID){
        debug_print_backtrace();
    }

 

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
Quote · 3 Apr 2014

 

In inc/membership_levels.inc.php

Find the function checkAction and place this code snippet just inside of it.

 
I don't think "BxDolTwigModule.php on line 964" calls that function. It calls the function in BxDolPrivacy.php

so much to do....
Quote · 3 Apr 2014

 

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 

Quote · 3 Apr 2014

 

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


Quote · 3 Apr 2014

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
Quote · 3 Apr 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.