mazecreator Posted January 21, 2021 Share Posted January 21, 2021 I am new to PrestaShop 1.7.7.1 and tried a fresh install on my server. PHP 7.3 on Ubuntu 20.x. The installation goes fine, database connection test works. When I try to go to the store I get a 500 Error (Database connection from logs) and when I got to the admin page I get a more explicate error: Oops... looks like an unexpected error occurred. An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'Ujimcom'@'localhost' (using password: YES) [Doctrine\DBAL\Exception\ConnectionException 0] I know the database connection is correct, it installed properly, not sure what is causing the problem here. The only issue is I didn't use a Table prefix as I use PLESK which doesn't add one. Would love to try this package for my eCOM store. Thanks, Greg Link to comment Share on other sites More sharing options...
mazecreator Posted January 21, 2021 Author Share Posted January 21, 2021 Here is a dump of the PROD.LOG error which may help: [2021-01-21 17:02:56] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'Ujimcom'@'localhost' (using password: YES)" at /var/www/vhosts/jimcom.us/shop.jimcom.us/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 93 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'Ujimcom'@'localhost' (using password: YES) at /var/www/vhosts/jimcom.us/shop.jimcom.us/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'Ujimcom'@'localhost' (using password: YES) at /var/www/vhosts/jimcom.us/shop.jimcom.us/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'Ujimcom'@'localhost' (using password: YES) at /var/www/vhosts/jimcom.us/shop.jimcom.us/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)"} [] Link to comment Share on other sites More sharing options...
mazecreator Posted January 22, 2021 Author Share Posted January 22, 2021 I found the cause of this error... The random password was bad, it had %% in the middle of it, not sure if 1 is okay, but created a new password and now it is loading. Link to comment Share on other sites More sharing options...
eewee Posted February 13, 2021 Share Posted February 13, 2021 Hello, I am also on a new installation of PrestaShop 1.7.7.1, and I encountered the same scenario (except that I only had one% in my password). I just change the password, to remove the only% I had. The installation was successful following the change. 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