PDA

View Full Version : error after upgrade


jkcerda
03-21-2010, 04:54 AM
to 4.0.2

this is on top of my forum

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

Lynne
03-21-2010, 09:12 PM
Line 1146 of class_bootstrap.php:
($hook = vBulletinHook::fetch_hook('cache_templates')) ? eval($hook) : false;

So, your problem is a modification using the hook location.

jkcerda
03-22-2010, 03:28 AM
Line 1146 of class_bootstrap.php:
($hook = vBulletinHook::fetch_hook('cache_templates')) ? eval($hook) : false;

So, your problem is a modification using the hook location.

Thansk , error went away after a few refreshes.