I get it here now
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions_gallery.php on line 2174
after installing php5. php5 does array_merge differently now
Quote:
|
The behavior of array_merge() was modified in PHP 5. Unlike PHP 4, array_merge() now only accepts parameters of type array. However, you can use typecasting to merge other types
|