URGENT how do i resolve this?

An unexpected database error occurred. Please try again later.
<!-- Access denied for user 'elitegam_xf1user'@'127.0.0.1' (using password: YES) -->

Make sure you have set the correct password for your database user in MySQL. You may also have set the permissions for the user wrongly.
 
Confirm the MySQL information in your library/config.php file. Either that info is wrong or the db isn't correctly configured. For example, the user specified might not have access to the database.
 
Top Bottom