Hello,
When I try to open espocrm, this pops out.
IN data->logs it says this:
[2024-12-27 16:33:29] CRITICAL: (1045) SQLSTATE[HY000] [1045] Access denied for user '######'@'localhost' (using password: YES) :: GET /Settings :: /var/www550/p43602/oururl/web/application/Espo/ORM/PDO/MysqlPDOFactory.php(73)
[object] (PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user '######'@'localhost' (using password: YES) at /var/www550/p43602/ourul/web/application/Espo/ORM/PDO/MysqlPDOFactory.php:73)
[stacktrace]
#### (my user for database)
in MysqlPDOFactory.php on line 73 it's: $pdo = new PDO($dsn, $username, $password, $options);
Any fix?
We tried to copy our database to another website using the same server and when I uploaded our espo to WebFTP that pops out in new website and even on our old/current website.
Any help would be appreciate
Comment