Category: Frameworks

Software framework abstraction in which software providing generic functionality for developpers : php frameworks, wordpress framework, cms framework …

Oscommerce 2.3 Admin customers merge errors

Warning: Array_merge() [function.array-merge]: Argument #1 Is Not An Array In public_html/admin/customers.php On Line 733 Edit file admin/customers.php Find these lines: $customer_info = array_merge($country, $info, $reviews); $cInfo_array = array_merge($customers, $customer_info); and change them to: $customer_info...