superman123 Posted November 26, 2004 Posted November 26, 2004 I am making anew site and would like to tranfer over my customers from my other website to my new ones. However i did do that manually using myphp but.. when i goto the customers. then "info" i get this message. Warning: reset(): Passed variable is not an array or object in /home/nutdeal/public_html/admin/includes/classes/object_info.php on line 17 Warning: Variable passed to each() is not an array or object in /home/nutdeal/public_html/admin/includes/classes/object_info.php on line 18 And the customer info does not exists.. its just blank.. Where is the customer details stored at? which sql file?
Guest Posted November 26, 2004 Posted November 26, 2004 I am making anew site and would like to tranfer over my customers from my other website to my new ones. However i did do that manually using myphp but.. when i goto the customers. then "info" i get this message. Warning: reset(): Passed variable is not an array or object in /home/nutdeal/public_html/admin/includes/classes/object_info.php on line 17 Warning: Variable passed to each() is not an array or object in /home/nutdeal/public_html/admin/includes/classes/object_info.php on line 18 And the customer info does not exists.. its just blank.. Where is the customer details stored at? which sql file? <{POST_SNAPBACK}> The easiest way to do this maybe to backup your db using the admin in your store. Download the file to your desktop and seach it for 'customer' or sumething like. Not being 100% on SQL, I cannot give a definitive answer, but I personally would have a good root around and see what I can find.
superman123 Posted November 26, 2004 Author Posted November 26, 2004 The easiest way to do this maybe to backup your db using the admin in your store. Download the file to your desktop and seach it for 'customer' or sumething like. Not being 100% on SQL, I cannot give a definitive answer, but I personally would have a good root around and see what I can find. <{POST_SNAPBACK}> mm.. i woudl do that buti can't. i already deleted my store.. i only saved the backend with the sql only.
Guest Posted November 26, 2004 Posted November 26, 2004 mm.. i woudl do that buti can't. i already deleted my store.. i only saved the backend with the sql only. <{POST_SNAPBACK}> If you have a file ending .sql, you need to open this in your favourite text editor and look for a table called 'customers' or such like. That should have all your customer info. Just copy everything from drop if exists...to the next table and save it as customer.sql. HTH
Guest Posted November 26, 2004 Posted November 26, 2004 you will need to go thru the db and pull out the address book, customers etc . .
Recommended Posts
Archived
This topic is now archived and is closed to further replies.