I get this fatal error on all pages of my forum whether or not it's turned on (disabling the product fixes it):
Code:
Fatal error: Call to a member function show_chatbox() on a non-object in /home/****com/public_html/guidewiki/forums/includes/mgc_cb_evo/plugins.php on line 720
Line 720 of plugins.php seems to be:
Code:
if($MGCCbEvoCore->show_chatbox() && $MGCCbEvoCore->evo_permissions->can_view())
Any idea what could be causing this issue?
Note: Using VBSeo, VBulletin 3.8.4 and MGC Chatbox 2.4.2
MGC Chatbox used to work on my forum, but stopped for some reason. The Mod_Security workaround doesn't seem to fix it either.