PDA

View Full Version : Fatal errors with multiple mods - Any ideas?


OblivionMage
09-30-2009, 01:54 AM
With MGC Chatbox, and Stop The Registration Bots, I get errors.

If MGC Chatbox is enabled, I get a fatal error on line 720 of profile.php.

If Stop the Registration Bots is enabled, I get a 'field missing' error when trying to accept the Terms.

I've addressed this with the owners of the mods, and can't seem to find a solution. Note: I've tried the mod_security workaround, to no avail.

Does anyone have an idea as to what might be causing these errors? Note that these mods used to work - I'm not sure what happened to make them stop. Could it be a problem with my VBulletin installation?

Note: I've tried reinstalling the mods, and in the case of MGC Chatbox, across multiple versions. As for other mods I'm running: VBSeo.

Lynne
09-30-2009, 03:28 AM
All you can really do is try various things to find the exact plugins/line that is causing the problem and then fix it. It's very hard to be more specific than that without knowing the exact errors you are getting.

OblivionMage
09-30-2009, 06:52 PM
For the MGC Chatbox:

I get this fatal error on all pages of my forum whether or not it's turned on (disabling the product fixes it):

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:

if($MGCCbEvoCore->show_chatbox() && $MGCCbEvoCore->evo_permissions->can_view())

For the Stop The Registration Bots, I have no idea what the problem is.

So I think I've found where the error is occurring, in one case, but don't know how to 'fix it'. :/

Cheers,

Lynne
09-30-2009, 08:15 PM
Well, for some reason it is having problems with the function show_chatbox. I couldn't even guess why but I suppose you can tear apart the function code to figure it out.

OblivionMage
10-08-2009, 09:30 PM
Well, for some reason it is having problems with the function show_chatbox. I couldn't even guess why but I suppose you can tear apart the function code to figure it out.

Any idea how I would do that?

>.<


The errors I'm getting seem to be fairly unique - could it be that there is a problem with my database or VBulletin installation?

Lynne
10-08-2009, 09:41 PM
I don't even know that modification, so I really couldn't begin to guess where to start. If it were a problem with vbulletin, then I would think more users would be having the same problem.