Log in

View Full Version : Error when going to my ACP


Holidazed
10-03-2005, 01:47 AM
I just upgraded from 3.5 (pre release 2) to 3.5 and now when I goto my ACP I get the following error.

Warning: array_merge() [function.array-merge (http://www.pcinfoman.com/forums/admincp/function.array-merge)]: Argument #1 is not an array in /includes/functions.php(1047) : eval()'d code on line 9

Now I am sure it is due to a modification but I have not mopified anything in months so I do nto know where to begin looking.

BTW, when I upgrade, I overwrote every single file with the new one.

Ideas?

Kirk Y
10-03-2005, 02:36 AM
First idea... read the forum descriptions when you're going to post something. This forum is for vB hacks that contain code modifications... it's not for posting questions. This'd be for Modification Questions. (Go figure, right?) It could be due to a plugin... but since you can't login to your ACP you can't disable them. I believe there's a way posted on vb.com to disable all plugins, check there.

hydrostatic
10-03-2005, 03:17 AM
The easiest way is to add define('DISABLE_HOOKS', true); to your config.php.

Or you can read this thread and download the given php script provided by Floris to achieve the same thing.

Holidazed
10-03-2005, 12:50 PM
The easiest way is to add define('DISABLE_HOOKS', true); to your config.php.

Or you can read this thread and download the given php script provided by Floris to achieve the same thing.

Awesome. That did the trick. I found the offending pluging and disabled it.

Thank you

First idea... read the forum descriptions when you're going to post something. This forum is for vB hacks that contain code modifications... it's not for posting questions. This'd be for Modification Questions. (Go figure, right?)

The problem I was having was probably due to a modification. That is why I posted it here. Sheesh!! Chill a bit will you?

Kirk Y
10-03-2005, 06:58 PM
Awesome. That did the trick. I found the offending pluging and disabled it.

Thank you



The problem I was having was probably due to a modification. That is why I posted it here. Sheesh!! Chill a bit will you?

I am and was "chilled"... it's just a wee bit annoying when people post in a wrong forum when the description is in plainsight.

"Any hacks that requires source code modification (and may also use hooks, templates and phrases, and require file uploads)."