View Single Post
Old November 7th, 2005, 06:39 PM   #9 (permalink)
7thgencivic.com
Member
Verified Customer
 
Join Date: Jan 2003
Location: Gilbert, AZ
Posts: 394
Re: function.array-merge error

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
7thgencivic.com is offline