Grem83 Posted December 8, 2016 Share Posted December 8, 2016 Hi guys, For a prestashop 1.7 migration, i wan't to modify db access from files, but impossible to find it. In ps1.6 was in config/setting.inc.php but look deprecated in ps1.7. Thanks guys Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted December 8, 2016 Share Posted December 8, 2016 Hi guys, For a prestashop 1.7 migration, i wan't to modify db access from files, but impossible to find it. In ps1.6 was in config/setting.inc.php but look deprecated in ps1.7. Thanks guys you can find this folder app/config/parameters.php Thanks Link to comment Share on other sites More sharing options...
Grem83 Posted December 8, 2016 Author Share Posted December 8, 2016 you can find this folder app/config/parameters.php Thanks Thanks for your answer, i tried modify this file like that <?php return array ( 'parameters' => array ( 'database_host' => 'xxxxx.mysql.db', 'database_port' => NULL, 'database_name' => 'xxxx', 'database_user' => 'xxxx', 'database_password' => 'xxxx', 'database_prefix' => 'bs_', 'database_engine' => 'InnoDB', 'mailer_transport' => 'smtp', 'mailer_host' => '127.0.0.1', 'mailer_user' => NULL, 'mailer_password' => NULL, 'secret' => 'ThisTokenIsNotSoSecretChangeIt', 'ps_caching' => 'CacheMemcache', 'ps_cache_enable' => false, 'ps_creation_date' => NULL, 'locale' => 'en-US', 'new_cookie_key' => 'def00000d13245fff4239e02c6803e79a97f49e47165a8564462dc2126600ed04c18fc00f9ff98aead689ffded3a5abc6af842b77aba8dd492f38912f23aa9ea74d35430', ), ); but i have error : Error: "install" directory is missing So i think the best way i have to migrating, is install fresh ps and then import db, images and theme from original installation to new one. Link to comment Share on other sites More sharing options...
laurentm44 Posted February 24, 2017 Share Posted February 24, 2017 (edited) I have the same error with 1-click upgrade updating from 1.7.0.4 to 1.7.0.5 "/install/upgrade/php directory is missing in archive or directory" Edited February 24, 2017 by laurentm44 (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