knolperlap Posted June 17, 2020 Share Posted June 17, 2020 Hello, i just installed Prestashop v1.7.6.5 and after the installation I got a internal server error. with ini_set(display_errors,on) I realized that the Shop tried to connect to the Database with wrong credentials, I've set the database password to "%m4bS1Cn?1" (automatically generated) and the Driver.php tried to connect with the password "%%m4bS1Cn?1". I suppose the leading '%' causes the bug. I hardcoded the password into the Driver.php file to fix it temporary. I can undo this fix and give more information if needed. Best regards Link to comment Share on other sites More sharing options...
Razi Posted June 18, 2020 Share Posted June 18, 2020 can you check by change the database password and also update the file /app/config/parameters.php 'database_password' => 'new password', 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