Log in

View Full Version : Error ?!


Amman-DJ.CoM
10-28-2008, 03:48 AM
Hello

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/functions.php(1385) : eval()'d code on line 3

when i use PHP4 i dont get this warning , but when i switch to PHP5 i get it in all pages

i turned off all mods but the error did not go
when i add this to the config
define('DISABLE_HOOKS', true);
the warning disappear , though i have already disabled all mods

the only mod i have is vbseo which is compatiable with PHP5

any idea?

Dismounted
10-28-2008, 04:54 AM
As you have already found out, PHP5 changed a behaviour that was acceptable in PHP4. This causes the error mentioned. You will need to contact the author of the modification notifying them of the problem.