PDA

View Full Version : Please help


countryqt30
01-16-2011, 03:23 PM
I have been running VB for 2 years now
I decided to finally upgraded to 4.0 and ran into tons of errors with the upgrade
So i just deleted everything since my forums was screwed and did a new install
New database and new forums
Install goes well everything installs but when i register and try to log in I get this error

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

Can anyone shed any light on why I would get this?

Lynne
01-16-2011, 05:01 PM
You will be more successful in getting help if you have a more descriptive title.

Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);