PDA

View Full Version : Admincp Help


creative-friend
09-23-2013, 07:34 PM
Hi Guys,

When I try to login to my admincp it gives me this error

This started happening after i restored my forum after it was hacked...any Idea??

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/init.php on line 313

ozzy47
09-23-2013, 07:41 PM
Maybe it is a mod causing it, try this.

Open your config.php and below<?php add this line:

define('DISABLE_HOOKS', true);So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.1

Then see if you get that error.