Guest Posted August 18, 2015 Share Posted August 18, 2015 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 More sharing options...
piernas Posted August 18, 2015 Share Posted August 18, 2015 Something similar happened to me when trying to install latest github on a php 5.3 based web server. It may be a PHP version problem. Link to comment Share on other sites More sharing options...
AngusD Posted August 18, 2015 Share Posted August 18, 2015 Hi, check the contents of the table customers_info (take also a look at the tables reviews and countries) Did you move this table too? AD Link to comment Share on other sites More sharing options...
MrPhil Posted August 18, 2015 Share Posted August 18, 2015 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 More sharing options...
Guest Posted August 18, 2015 Share Posted August 18, 2015 @@MrPhil@@piernas@@AngusD Hi guys Thanks for the info. I suspect it was the customers_info. I went back and "retransfered" all the files I thought relevant and a few extras. All seems to be good Many thanks Grandpa Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.