Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customers page error


nikki.rolston

Recommended Posts

Posted

Hi there, I'm recieving some annoying errors in the customers.php page:

 

 

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /mounted-storage/home28a/sub001/sc24413-QYBH/www/admin/customers.php on line 733

 

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /mounted-storage/home28a/sub001/sc24413-QYBH/www/admin/customers.php on line 735

 

Warning: reset() [function.reset]: Passed variable is not an array or object in /mounted-storage/home28a/sub001/sc24413-QYBH/www/admin/includes/classes/object_info.php on line 17

 

Warning: Variable passed to each() is not an array or object in /mounted-storage/home28a/sub001/sc24413-QYBH/www/admin/includes/classes/object_info.php on line 18

 

In customers.php on those lines I have:

$customer_info = array_merge($country, $info, $reviews);

 

$cInfo_array = array_merge($customers, $customer_info);

 

and in object_info.php I have:

reset($object_array);

while (list($key, $value) = each($object_array)) {

 

I can use all the functions properly, but these errors do have me worried.

 

Any help would be greatly appreciated.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...