Search the Community
Showing results for tags 'be'.
-
So, i am currently using Prestashop 1.7.2.5 and everything is nice and happy, all bugs have been fixed to some extent and my shop is in a happy condition however i recently upgraded to 1.7.3.1 which lists a LOT of decent changes. I can upgrade to this version and everything on the front end works perfectly fine however the backend is a bit broken and i cannot import any products whatsoever. For example, i can import a csv on 1.7.2.5 with no issue with say 10 products, if i then use that exact same csv on 1.7.3.1 it fails on the first product and tells me that every product cannot be saved. I'm not entirely sure why this is but i'd really like to use the current version with a working import as we import products every day for stock changes. Please see attached screenshot of the error i get when importing.
-
"The database selection cannot be made" error is driving me crazy. I have followed the instructions as outlined. I have searched extensively for days both on google and PS forum for answers. Please pardon me is this has been asked somewhere. Below are the steps I have followed:- Developed Prestashop store on local machine. Link to prestashop on my local machine is http://localhost/prestashop/prestashop/ I have uploaded all the contents of my prestashop to the root "www" folder of my hosting. I have created a database on my hosting account with same name as on my local machine via cpanel. I have also added database user with same username and password same as in my local machine. I have exported all the tables on my database in my local machine and have imported them all into the database on my hosting account. I have done everything according to the book but I am still getting this error "The database selection cannot be made". Please can somebody point me to what I am doing wrong. Below is my config/settings.inc.php settings <?php define('__PS_BASE_URI__', '/'); define('_MEDIA_SERVER_1_', ''); define('_MEDIA_SERVER_2_', ''); define('_MEDIA_SERVER_3_', ''); define('_PS_CACHING_SYSTEM_', 'MCached'); define('_PS_CACHE_ENABLED_', '0'); define('_THEME_NAME_', 'Euro3310'); define('_DB_NAME_', 'eberach21'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_DB_SERVER_', 'localhost'); define('_DB_USER_', 'eberach21_273'); define('_DB_PREFIX_', 'ps_'); define('_DB_PASSWD_', 'eke@u21B40'); define('_DB_TYPE_', 'MySQL'); define('_COOKIE_KEY_', 'xHtfBpjThtTzfpttx1FcezBgvrTaz7jgCPr9H6F70xf4UATYZUTwE5ge'); define('_COOKIE_IV_', 'hqS4C3DT'); define('_PS_CREATION_DATE_', '2012-08-15'); define('_RIJNDAEL_KEY_', 'OoNrcUbPLeOa3jJenFbBtUtmYeKe1vFY'); define('_RIJNDAEL_IV_', 'WHYarePtzBQIdR4fLxU0lA=='); define('_PS_VERSION_', '1.4.8.2'); ?>