Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Database problem


Guest

Recommended Posts

Hi

 

I have just moved a heap of "stuff" from one Database to another, and when I check the "Customers" in admin area of the DB I have transferred to  I get the following at the top of the page;

 

Warning: array_merge(): Argument #1 is not an array in /home/xxxx/public_html/admin/customers.php on line 711

Warning: array_merge(): Argument #2 is not an array in /home/xxx/public_html/admin/customers.php on line 713

Warning: reset() expects parameter 1 to be array, null given in /home/xxx/public_html/admin/includes/classes/object_info.php on line 17

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

 

I must have missed transferring something, but what I don't know. Can someone please give me a pointer on how to sort this out.Mr Google doesn't tell me much.

 

Many thanks

 

Grandpa

 

Link to comment
Share on other sites

The first thing is to check that you actually successfully transferred the data (in the database), by using phpMyAdmin to look at it. If it appears to all be there, most likely you have some mismatch between the osC code and your PHP version (as others have mentioned). The errors you received have been known to pop up in such cases.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...