Hey there,
Quote:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /*/vb/includes/init.php on line 522
|
It's a common Error for people (like me) who are running php5 and lots of hacks are affected.
Now I searched through the forum and found lots of topics about it, however there's no common fix so far.
In fact it should be possible to replace all that array_merge functions with the new one, isn't it? How would that look like by example?