sulupa Posted May 12, 2011 Share Posted May 12, 2011 Hello, I've got into troubles with moving my PrestaShop from one host to another, I'm getting this message while opening my website: Invalid loadConfiguration() SQL querywell, I don't care about rest of configurations on prestashop itself, I just want to save my PRODUCTS (I've spent 2 days adding them) to add them into new Prestshop which I'll host on a new webhost. what should I save and how can I add them to a new prestashop? Link to comment Share on other sites More sharing options...
jeevanoss Posted May 12, 2011 Share Posted May 12, 2011 Check shop database connection from your new host.Also check config/settings.inc.php file, the database conf values are stored Link to comment Share on other sites More sharing options...
sulupa Posted May 12, 2011 Author Share Posted May 12, 2011 well, I've done it but couldnt configure correctly, so it's still showing error. I don't wanna lose any products Link to comment Share on other sites More sharing options...
tomerg3 Posted May 12, 2011 Share Posted May 12, 2011 You should be able to use phpMyAdmin and backup all the product related tables (any table with product, category, attribute, feature in its name should be copied).You should also copy the images folder (/img).As long as the new Prestashop installation is the same version as the old one, you should be able to just import those tables and copy the files and you'll be good to go. Link to comment Share on other sites More sharing options...
Recommended Posts