Hello,
I performed the upgrade from 1.6 to 1.6.3 and now I have the following error:
PHP Warning: SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'localhost' (using password: NO)
I would appreciate any suggestions on how to resolve this. None of the user password has changed (still in the config file, etc.)
Thank you.
Try to check database permissions and privileges.
GRANT ALL PRIVILEGES ON (YOUR DATABASE NAME)* TO 'roundcube'@'localhost';