Web Curator Posted March 27, 2017 Share Posted March 27, 2017 (edited) Hi Guys, Someone know how to move your PS 1.7 from local to remote and vice-versa ? Following other old topics, I opened the file config/settings.inc.php but it's empty <?php //@deprecated 1.7 I have also changed in the DB ps_shop_url - domain: localhost - physical_uri: localhost Edited March 28, 2017 by Web Curator (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted March 27, 2017 Share Posted March 27, 2017 Following other old topics, I opened the file config/settings.inc.php but it's empty <?php //@deprecated 1.7 The file in Prestashop 1.7 is: /app/config/parameters.php Sorry for my English 1 Link to comment Share on other sites More sharing options...
Web Curator Posted March 28, 2017 Author Share Posted March 28, 2017 (edited) Dear Nadie, Thanks for your prompt reply, file found, and made this changes: 'database_host' => 'localhost', 'database_port' => '', 'database_name' => 'nameofdatabase', 'database_user' => 'root', 'database_password' => '', .... Then also I was forced to change permissions in some folders Thanks again for your help! Edited March 28, 2017 by Web Curator (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now