Hi All, new here and need some assistance please. Using php2024 & finally project in production now. After files extraction - changed config.production.php manually with remote server & db credentials etc. Able to log in and see menu/table names but cannot see or retrieve any data. Is my host blocking that or I am missing anything. Pls assist. Error = An internal error has occurred while processing your request.
You may Enable Debug and also Check HTTP Response to get more information about the error.
Thank you. Error showing in logs - slim Application Error Type: Doctrine\DBAL\Exception\ConnectionException Code: 1044 Message: An exception occurred in the driver: SQLSTATE[HY000] [1044] Access denied for user ‘ravish06’@‘localhost’ to database ‘ravish06_cfcdb’
Databse name is correct but user ‘ravish06’@‘localhost’ is not correct. Why its showing that
As the error message said, access denied for your MySQL username “ravish06” on your localhost. You may double check the password, make sure it is correct.
Thank you for your response and help in this community. Issue resolved. Regards