PDA

View Full Version : Bootstrap


neiljedmonds
08-02-2010, 01:23 PM
Ive tried to put my database ontop a second forum so i can then delete the first,I cant log into the forum as I get the following error.

Warning: Invalid argument supplied for foreach() in [path]/includes/class_bootstrap.php(394) : eval()'d code on line 1

Cheers

Neil

Lynne
08-02-2010, 02:00 PM
I don't know what you mean by "put my database ontop a second forum", but I do know the error you posted is from a modification. 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);