Thread: Question? c:
View Single Post
  #1  
Old 01-18-2013, 04:33 PM
Aasixx's Avatar
Aasixx Aasixx is offline
.. your friendly geek. c:
 
Join Date: Nov 2011
Location: somewhere ur not.
Posts: 191
Gender: Female
Credits: 27,496
Aasixx is on a distinguished road
Default Question? c:

So, I had saved all of my files on a backup folder and recently re-uploaded them, and now I'm trying to re-install the script. When I get to the configwrite.php part on the steps, it gives me this:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000] [1044] Access denied for user 'albisi9_aasix'@'localhost' to database 'albisi9_adopts'' in /home/albisi9/public_html/install/configwrite.php:51 Stack trace: #0 /home/albisi9/public_html/install/configwrite.php(51): PDO->__construct('mysql:host=loca...', 'albisi9_aasix', passwordhere') #1 {main} thrown in /home/albisi9/public_html/install/configwrite.php on line 51

When I checked line 51 in configwrite.php, this is what it had there:
$adopts = new PDO($dsn, $dbuser, $dbpass);

Any ideas?
__________________
Reply With Quote