I am adding my current customer database to Zen by uploading CSV files via phpMyAdmin. I tried it with a single customer last week and got it to work perfectly. Now I am trying it with a small selection of customers, and I am having some difficulty and I'm getting frustrated.
I have created my 3 files:
zen_customers
zen_address_book
zen_customer_info
All three uploaded just fine. When I go into admin, then customers, I see all the customers there, however the company name is missing (it is showing properly from what I can tell in zen_address_book). When I hit "edit" none of the information is there.
This is the error message:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/actforms/public_html/cart/admin/customers.php on line 1035
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/actforms/public_html/cart/admin/customers.php on line 1037
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/actforms/public_html/cart/admin/includes/classes/object_info.php on line 29
Warning: Variable passed to each() is not an array or object in /home/actforms/public_html/cart/admin/includes/classes/object_info.php on line 30
However when I try to log in as the customer, none of the initial information is there, but when I go into shipping addresses all the information is there.
I have no idea what is going on.
Any help would be appreciated!



