I get the following when I click on a customer to display their info:


Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/xxx/public_html/admin/customers.php on line 1020

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/xxx/public_html/admin/customers.php on line 1022

Warning: reset() [function.reset]: Passed variable is not an array or object in /home/xxx/public_html/admin/includes/classes/object_info.php on line 29

Warning: Variable passed to each() is not an array or object in /home/xxx/public_html/admin/includes/classes/object_info.php on line 30

What do I need to do about this?

Thanks,

Jason