PDA

View Full Version : No mods work since upgrade to 4.0


vixt0ria
10-03-2010, 03:04 PM
I'm hoping that this is as simple as me just being a little dense. I've recently gone from 3.8.2 to 4.0.7 without any issues except one bootstrap error going from 3.8.6 which was easily remedied by adding a line of code to my config.

I've been trying to add some cool mods people have created for 4.0 and so far, none are working. I get them installed properly, no errors... but none work. Is there something else I should know before adding these mods? I'll admit I'm not all that great with coding and vBulletin stuff, but I've never had a problem doing simple installations before.

I've installed 2 style templates that worked just fine. I just get the feeling I'm doing something stupid, but I don't know what it is. Any help?

borbole
10-03-2010, 03:27 PM
I'm hoping that this is as simple as me just being a little dense. I've recently gone from 3.8.2 to 4.0.7 without any issues except one bootstrap error going from 3.8.6 which was easily remedied by adding a line of code to my config.

I've been trying to add some cool mods people have created for 4.0 and so far, none are working. I get them installed properly, no errors... but none work. Is there something else I should know before adding these mods? I'll admit I'm not all that great with coding and vBulletin stuff, but I've never had a problem doing simple installations before.

I've installed 2 style templates that worked just fine. I just get the feeling I'm doing something stupid, but I don't know what it is. Any help?

Can you tell us what were those mods?

Lynne
10-03-2010, 03:47 PM
I don't suppose that line of code you added to your config.php file to stop the errors was this:
define('DISABLE_HOOKS', true);

If so, that disables the plugin system completely so no plugins/products will work.

vixt0ria
10-03-2010, 04:14 PM
Can you tell us what were those mods?

Yes,
these are currently installed and "on" but not showing anything
vBH- Add new tabs (https://vborg.vbsupport.ru/showthread.php?t=228507)
PHPKD - Advanced Quick Reply 'Ultimate' (https://vborg.vbsupport.ru/showthread.php?t=180330)

This is one that I tried and uninstalled first because I thought it wasn't compatible for some reason or another...until the others after it didn't work.
Marco1's Advanced Quick Reply (https://vborg.vbsupport.ru/showthread.php?t=232730&highlight=smilies)

Thank you for checking into this for me.

--------------- Added 1286126147 at 1286126147 ---------------

I don't suppose that line of code you added to your config.php file to stop the errors was this:
define('DISABLE_HOOKS', true);

If so, that disables the plugin system completely so no plugins/products will work.

Yes, that was it! Is there something else I can do to be rid of the bootstrap code that that PHP code was supposed address? When I remove it, it'll be an error again.

ragtek
10-03-2010, 04:39 PM
what error are you getting?

I think it's from an old vB3.x add-on, which is still installed

vixt0ria
10-03-2010, 07:17 PM
I noticed I still had kbank (an old mod) in my files somewhere so I deleted it, I took that strand of coding out and I have no more error, plus my mods work.

I really appreciate the input you all have given me. It helped tremendously.