PDA

View Full Version : Fatal error class_bootstrap.php(761) : eval()'d code


xAsphyxiia
09-25-2011, 09:58 AM
I only just downloaded vB4 and after installing 1 of the products it came up as this:
Fatal error class_bootstrap.php(761) : eval()'d code

I tried clearing the products but I can't access the admin CP and the Database looks too confusing for me so I'm scared to make changes incase I mess it up. Anyone know how to fix this?

kh99
09-25-2011, 12:17 PM
Edit includes/config.php and insert this line:

define('DISABLE_HOOKS', true);


right after the <?php at the top. That should let you get to the adminCP, and when you fix the problem you can remove it.

xAsphyxiia
09-27-2011, 02:36 PM
Okie, thanks :)