I've got this error since my server got upgraded to PHP5.
Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/functions.php(1385) : eval()'d code on line 3
I've read through all these answers but still have no idea what I need to fix or how to fix it. Line 3 of functions.php is || ####
I've searched functions.php for hook locations but there's quite a few, so how do I know which one is the error?
I've stuck (array) into every occurance of array_merge on functions.php but this did nothing.
Any ideas?