Freepbx 12.0.76.2
Did a restore from backup. CDR module not working, disabled because it needs an upgrade.
When I try to upgrade CDR, I get the following:
Module cdr successfully downloaded
[FATAL] SQLSTATE[28000] [1045] Access denied for user 'freepbxuser'@'localhost' (using password: YES) SQLSTATE[28000] [1045] Access denied for user 'freepbxuser'@'localhost' (using password: YES)
Trace Back:
/var/www/html/admin/libraries/BMO/Database.class.php:70 PDO->__construct()
[0]: mysql:host=localhost;port=3306;dbname=asteriskcdrdb
[1]: freepbxuser
[2]: 14axxxxxxxab
/var/www/html/admin/modules/cdr/Cdr.class.php:35 Database->__construct()
[0]: mysql:host=localhost;port=3306;dbname=asteriskcdrdb
[1]: freepbxuser
[2]: 14axxxxxxxab
I've made sure all the passwords are proper (the 14xxxx is the old one). cdr_mysql.conf does NOT have that password. freepbx.conf is also proper.
Where am I missing one that has to be changed???