Jump to content

login to back and front end


Recommended Posts

It is not your URL problem, you PrestaShop can not connect to database.
Please make sure your database connection setting is correct. It is in config/setting.inc.php

define('_DB_SERVER_', 'localhost');
define('_DB_TYPE_', 'MySQL');
define('_DB_NAME_', 'your shop db name');
define('_DB_USER_', 'your shop db user');
define('_DB_PASSWD_', 'your shop db user password');

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...