PDA

View Full Version : Error after upgrade


ryancooper
11-09-2011, 01:48 PM
I recently upgraded to vb 4.1.7 I disabled the plugins (define('DISABLE_HOOKS', true); in config.php) I have no errors.

When i re-enable them I get the following error:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: top_nav in [path]/includes/functions.php on line 4254

Warning: ksort() expects parameter 1 to be array, null given in [path]/includes/functions.php(7207) : eval()'d code on line 31

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php(7207) : eval()'d code on line 33

All my plugins are still disabled in the Plugins & Products admin cp...
I realize it is from a plugin but how can I find out what plugin is causing this problem?

Thanks for any help.
Ryan :confused:

Nuker_Viper
11-09-2011, 02:10 PM
upgrade from what. and what are the plugins you disabled.

TheLastSuperman
11-09-2011, 02:11 PM
Anything w/ K or Sort or even ksort in it? Anything you've installed that has something like that in the title?

What you can do is re-enable the mods by removing that line from the config file, now go to each mod in the product manager and disable each mod one-by-one, after you disable refresh and eventually you'll find the mod causing the issue regardless ;).

ryancooper
11-09-2011, 02:36 PM
upgrade from what. and what are the plugins you disabled.

Sorry upgraded from 3.7


TheLastSuperman

Nothing i know with k or sort.. I have disabled every plug in and still get that error. see pic.

thanks for any help!

ForceHSS
11-09-2011, 02:54 PM
you will need to upgrade all plugins as they wont work with the new board
also put the disable all plugins into config

ryancooper
11-09-2011, 02:57 PM
you will need to upgrade all plugins as they wont work with the new board
also put the disable all plugins into config


I realize that but shouldn't they give no errors if they are all Disabled?

Ryan

Lynne
11-09-2011, 04:46 PM
I replied to your post about this over on vbulletin.com. It's a plugin that uses the global_start hook location.

ryancooper
11-10-2011, 12:53 AM
Thank you Lynne,
Cheched the product manager and found it.. Thanks