301: PrestaShop 1.5 - Error - Link to database cannot be established
Written by Scott MitchellIf you have a database configuration error, it can display in different ways. If error reporting is not turned on, it will show differently according to the browser.
| Googe Chrome |
The website encountered an error while retrieving http://domain.com/ It may be down for maintenance or configured |
|---|---|
| FireFox | Generally displays a blank page |
| Internet Explorer |
The website cannot display the page |
While these messages are fairly general and can be for different errors as well, it is best to then turn on the error reporting as shown in a previous article. The error should then display with the beginning portion reading "Fatal error: Uncaught exception 'PrestaShopDatabaseException' with message 'Link to database cannot be established."
To troubleshoot the database configuration:
- Log into your hosting control panel, SSH, or FTP client.
- Navigate to the PrestaShop 1.5 root folder.
- From there, find your way to the config folder.
- Once in the config folder, locate the file named settings.inc.php This is the file with all of the database settings.
- The table below shows your the four database settings. Ensure that each one is correct. The data shown is sample data, so you will need to know the connection data for your own installation.
define('_DB_SERVER_', 'localhost');
define('_DB_NAME_', 'your_database_name');
define('_DB_USER_', 'your_database_user_name');
define('_DB_PASSWD_', 'your_database_password');
- Once you have corrected the database settings and saved the file, refresh the page to see if the site displays. If so, you may turn off the error reporting.
That is how you troubleshoot a database connection error in PrestaShop 1.5.
Latest Questions
Need more Help?
Search
Ask the Community!
Current Customers
| Chat: | Click to Chat Now | E-mail: | support@InMotionHosting.com |
|---|---|---|---|
| Call: | 888-321-HOST (4678) | Ticket: | Submit a Support Ticket |

