markputt Posted June 4, 2014 Share Posted June 4, 2014 Hi. I cloned a DB and I want to connect to the new instance of that db. How do I do that in 1.6? Ty. Link to comment Share on other sites More sharing options...
vekia Posted June 4, 2014 Share Posted June 4, 2014 change database credentials in file: /config/settings.inc.php define('_DB_SERVER_', 'localhost'); define('_DB_NAME_', '1606a'); define('_DB_USER_', 'root'); define('_DB_PASSWD_', ''); 1 Link to comment Share on other sites More sharing options...
lateral Posted August 23, 2014 Share Posted August 23, 2014 I know that this is an old thread but I cannot find a "settings.inc.php" file anywhere in the unzipped version of this install for Prestashop 1.6.0.9. Do I assume that it is created as part of the installation process? Are you telling me also that I can't change the data in this file via a nice user interface but can only change it by directly editing it??? Regards Greg Link to comment Share on other sites More sharing options...
vekia Posted August 23, 2014 Share Posted August 23, 2014 yes this file is automatically created after installation in /config/ directory Link to comment Share on other sites More sharing options...
lateral Posted August 23, 2014 Share Posted August 23, 2014 Thanks Vekia And there is no way to change this via the back end interface? Regards Greg Link to comment Share on other sites More sharing options...
lateral Posted August 24, 2014 Share Posted August 24, 2014 I manually changed the settings.inc.php file to point to the new database but it fails with the following error message. 500 Server ErrorOops, something went wrong.Try to refresh this page or feel free to contact us if the problem persists. I am finding that Prestashop whilst being a very sophisticated product is not very intuitive to use and configure. Regards Greg 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