PDA

View Full Version : After Upgrading to VB 4.0.6 PL 1 From 3.8.6 Got This Error


d0cpaul
08-17-2010, 12:48 PM
For some reason I got this error after I upgraded from Vbulletin 3.8.6 to 4.0.6 Patch Level 1 when I tried to login to my forum:

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

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1280) : eval()'d code on line 1

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/class_bootstrap.php(1280) : eval()'d code on line 3

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1280) : eval()'d code on line 15

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

Parse error: syntax error, unexpected $end in /home/content/53/4827353/html/forum/includes/class_core.php(4078) : eval()'d code on line 172

Parse error: syntax error, unexpected $end in /home/content/53/4827353/html/forum/includes/class_core.php(4078) : eval()'d code on line 129

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Dutch_Boy
08-17-2010, 01:01 PM
Did you get any warnings when upgrading to 4.0.6?

You can upload everything again and upgrade it again. Make sure there are no warnings when upgrading.

Its possible you have to adjust some map rights to 777.

d0cpaul
08-17-2010, 01:21 PM
The only warning I got was this,


Security Alert!

install.php still remains in the /install/ directory.

This poses a security risk, so please delete that file immediately. You cannot access the control panel until you do so.

So I did it then got the error when I tried to login.

So then I tried this:

Edit config.php, put this code directly below the <?php tag:

PHP Code:
define('DISABLE_HOOKS', true);

And it worked.

Now When I try to access my different threads I get this message...


Invalid Forum specified. If you followed a valid link, please notify the administrator


and my URL looks like this..
http://www.loansafe.org/forum/forumdisplay.php?90-Bank-of-America-Home-Loans

Dutch_Boy
08-17-2010, 01:27 PM
Ow the last one i know how to fix.

If im correct you have to run this:

admin panel -> Maintenance -> Rebuild Forum Information

If not say so. Someone els did it for my forum and he knows what to do.

Dutch_Boy
08-17-2010, 01:28 PM
Ow the last one i know how to fix.

If im correct you have to run this:

admin panel -> Maintenance -> Rebuild Forum Information

If not say so. Someone els did it for my forum and he knows what to do.

--------------- Added 1282055330 at 1282055330 ---------------

Ow cool something went wrong....... Damn internet + old firefox :@ Sorry about that.

d0cpaul
08-17-2010, 01:38 PM
It's alright,

I actually went into the Vbulletin options > Friendly Urls > and Changed my settings to Standard URLs and it worked so thanks anyways!