fabian2005 Posted November 26, 2008 Share Posted November 26, 2008 Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /public_html/admin/customers.php on line 1041 line 1041: $customer_info = array_merge($country, $info, $reviews); Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /public_html/admin/customers.php on line 1043 line 1043: $cInfo_array = array_merge($customers, $customer_info); Warning: reset() [function.reset]: Passed variable is not an array or object in /public_html/admin/includes/classes/object_info.php on line 17 line 17: reset($object_array); Warning: Variable passed to each() is not an array or object in /home/varbsvqo/public_html/admin/includes/classes/object_info.php on line 18 line 18: while (list($key, $value) = each($object_array)) { Link to comment Share on other sites More sharing options...
Hotclutch Posted November 26, 2008 Share Posted November 26, 2008 Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /public_html/admin/customers.php on line 1041 line 1041: $customer_info = array_merge($country, $info, $reviews); Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /public_html/admin/customers.php on line 1043 line 1043: $cInfo_array = array_merge($customers, $customer_info); Warning: reset() [function.reset]: Passed variable is not an array or object in /public_html/admin/includes/classes/object_info.php on line 17 line 17: reset($object_array); Warning: Variable passed to each() is not an array or object in /home/varbsvqo/public_html/admin/includes/classes/object_info.php on line 18 line 18: while (list($key, $value) = each($object_array)) { http://www.oscommerce.com/forums/index.php?showtopic=322082 ?? Link to comment Share on other sites More sharing options...
fabian2005 Posted November 27, 2008 Author Share Posted November 27, 2008 I can only see my customers name in my admin, but no information about the customer is found. even in my order there are 2 orders placed with no name and address, can anyone help me Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.