Status
Not open for further replies.

andrew

Banned
Banned
73
2010
0
0
How to solve this problem

[slide]http://screensnapr.com/u/ffu6au.png[/slide]
Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/global.php(355) : eval()'d code on line 129

please can help me this on how to solve this problem...

Here we go mate got to slow my net...
 
17 comments
weird this is the screenshot he's displaying

Code:
http://www.wjunction.com/Warning:%20array_merge()%20[function.array-merge]:%20Argument%20#1%20is%20not%20an%20array%20in%20[path]/global.php%28355%29%20:%20eval%28%29%27d%20code%20on%20line%20129
 
It could be a hundred things. The most common cause for such a problem is a plugin?

disable all your plugins and see if you still get the error. If not then turn them back on one by to to find which is causing the problem

Do you get the problem on different skins?

Where exaclty do you get the problem? Are you looking at a topic, posting a reply, viewing a member or the index etc.

Have you installed or done any modifications lately or recently changed hosts?

We need more info as it could be a number of things.
 
last i install the mods of hide ressurection and now thats it the prob.. and my problem is i cant log in now my admin panel....so what im going to do this to disable that mods...
 
disable all pluginns mate then rewrite again all files and upgarte it will work!
Not if it's a DB issue. Don't go replacing files until your tried disabling plugins.

OK to disable mods without ACP you have to edit your Config file

Add:
PHP:
define('DISABLE_HOOKS', true);

to the very end of the config file just above ?> if it exists.

the file is config.php and it's found in the includes folder.
 
version? :unsure:

It could be a hundred things. The most common cause for such a problem is a plugin?

disable all your plugins and see if you still get the error. If not then turn them back on one by to to find which is causing the problem

Do you get the problem on different skins?

Where exaclty do you get the problem? Are you looking at a topic, posting a reply, viewing a member or the index etc.

Have you installed or done any modifications lately or recently changed hosts?

We need more info as it could be a number of things.

but how to disable this Mr Happy i cant log in now in admin panel...
 
Mr Happy thanks i log in now in admin panel...

after i disable the plug ins now and i delete the files in config to back in normal..
 
Ya that's right. Once your in the ACP disable all the plugins. Then remove the line you added to the config file.

You can then turn the plugins back on one at a time until you find the one that's causing the problem.
 
Status
Not open for further replies.
Back
Top