ashvin.gargav Posted March 29, 2013 Share Posted March 29, 2013 (edited) Hello I am trying to configure(transfer) Prestashp site from client server to localhost. i had follow this instructions. 1. Backup full site ( all file and database) for security reaasons. 2. Upload all files to new hosting via FTP or SSH 3. Import the database using the phpMyAdmin 4. Using PHPMyAdmin and go to the table "ps_configuration" and change 2 line PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL to localhost. 5 Updating config settings: Goto config/settings.inc.php and change database connection include: database name: _DB_NAME_, user: _DB_USER_ and password: _DB_PASSWD_ after all of this prestashop site is not configure it transfer the controle to http://ww25.bslocal.com/index.php . Edited April 1, 2013 by ashvin.gargav (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 29, 2013 Share Posted March 29, 2013 link that you pasted doesnt work, and you said that you trying to copy shop from server to localhost, and in description you say something else... so my question is, what you exactly want to do? and most important: in which prestashop version? Link to comment Share on other sites More sharing options...
benjamin utterback Posted March 29, 2013 Share Posted March 29, 2013 On 3/29/2013 at 10:31 AM, ashvin.gargav said: 4. Using PHPMyAdmin and go to the table "ps_configuration" and change 2 line PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL to localhost. Did you follow this step? If you want to make it live from localhost then you would need to change the PS_SHOP_DOMAIN etc to your actual domain name Link to comment Share on other sites More sharing options...
ashvin.gargav Posted April 1, 2013 Author Share Posted April 1, 2013 Thanks, for your answers. My Client is using Prestashop version 1.4.10 and he wants to upgrade it to 1.5.3.(with few Designe changes & Modules upgrade ). My aim is to Configure Existing site on Wamp Server locally and upgrade the version to 1.5.3 , change the designes and finally transfer it to Client server. i have done following steps to configure live site to localhost: 1. Zip Code on client server - Download it - Extract it to www folder of wamp server. 2. Create database on local system with same Name used on live site & Import Database using sql file. 3. Using PHPMyAdmin go to the table "ps_configuration" and change 2 line PS_SHOP_DOMAIN to localhost. 4. Update config settings: Goto config/settings.inc.php and change database connection include: user: _DB_USER_ to root and password: _DB_PASSWD_ to Blank(Empty String). But till now it redirecting me to http://ww25.bslocal.com/index.php when i attempt to localhost. Please suggest me Should i have to do more setting, or what should i have to do. Please Suggest me Link to comment Share on other sites More sharing options...
ashvin.gargav Posted April 1, 2013 Author Share Posted April 1, 2013 Hello guys, I have successfully configure Prestashop locally ; with above settings 1 have done one more thing. Search www.bslocal.com/ in databse all tables and Replace it with localhost. i have change in 3 tables. al_shop_url al_altuspromos al_cms_lang now its working fine. Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 1, 2013 Share Posted April 1, 2013 Hi ashvin.gargav, Thank you for confirming this solution and reporting it on the fourm. I will mark this thread as Solved. Happy Selling! Link to comment Share on other sites More sharing options...
Recommended Posts