PDA

View Full Version : Weird error


Miss Dreamstar
03-28-2012, 05:24 PM
I was trying to get a theme when I got this error:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'u285118846_admin'@'10.1.2.8' (using password: YES)' in /home/u285118846/public_html/functions/functions.php:11 Stack trace: #0 /home/u285118846/public_html/functions/functions.php(11): PDO->__construct('mysql:host=mysq...', 'u285118846_admi...', '******') #1 /home/u285118846/public_html/index.php(3): include('/home/u28511884...') #2 {main} thrown in /home/u285118846/public_html/functions/functions.php on line 11

I don't know much PHP, so what is this and how can I fix it?

SilverDragonTears
03-28-2012, 05:39 PM
Sounds like you didn't enter your config.php info right.

Miss Dreamstar
03-28-2012, 05:48 PM
I'll take a look at that.

Yep, I changed my password. Updated the information. Thanks a lot!

SilverDragonTears
03-28-2012, 05:50 PM
No problem :)

Hall of Famer
03-28-2012, 06:24 PM
I edited out the password for your database info by '*', please make sure not to show your database password to anyone since it can bring serious security issue.

Miss Dreamstar
03-28-2012, 06:49 PM
Whoops, I forgot to do that. Thanks Hall of Famer :)