The error i get when visiting my site's upgrade.php is:
Quote
Uncaught exception PDO Connection Error: SQLSTATE[28000] [1045] Access denied for user 'root\@\localhost' (using password: NO) in /home/msgcocc/public_html/lib/vendor/Doctrine/Doctrine/Connection.php line, 474
#0 /home/msgcocc/public_html/lib/vendor/Doctrine/Doctrine/Connection/Mysql.php(101): Doctrine_Connection->connect()
#1 /home/msgcocc/public_html/lib/vendor/Doctrine/Doctrine/Connection.php(1001): Doctrine_Connection_Mysql->connect()
#2 /home/msgcocc/public_html/lib/vendor/Doctrine/Doctrine/Connection.php(850): Doctrine_Connection->execute('SHOW TABLES', Array)
#3 /home/msgcocc/public_html/lib/vendor/Doctrine/Doctrine/Import/Mysql.php(221): Doctrine_Connection->fetchColumn('SHOW TABLES')
#4 /home/msgcocc/public_html/upgrade.php(526): Doctrine_Import_Mysql->listTables()
#5 /home/msgcocc/public_html/upgrade.php(45): upgrade_getColumnsForTable(Object(Doctrine_Connection_Mysql), 'modules')
#6 {main}
And it should have pdo from what i know from reading this topic: http://forums.e10free.com/topic/44-PHP-system-update/
So i don't know what may be wrong...any help would be apprieciated.
