Geting Fatal Error: Uncaught exception 'Zend_Db_Adapter_Exception' in zend framework?

Sounds like you need to install the PDO extension.

Sounds like you need to install the PDO extension: php.net/manual/en/pdo.setup.php.

PDO is nothing do here. It is a error of DB connection. Zend use PDO by default.

– garvey Aug 12 '10 at 13:21 Thanks I installed PDO now I am geting Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE28000 1045 Access denied for user 'teamkit'@'localhost' (using password: YES)' in C:\Inetpub\ZendFramework-1.10.6\library\Zend\Db\Adapter\Pdo\Abstract. Php on line 144 – bee Aug 12 '10 at 13:24 So you're connecting with the wrong credentials or the user you specified isn't allowed to access the server. – wimvds Aug 12 '10 at 13:27 Thanks Scott its working now ..... happy zframing – bee Aug 12 '10 at 13:29.

Try to change a settings of DB in configs/ or settings/. All parameters is right? Servername, username, password, database name?

Thanks its working now ...horray! – bee Aug 12 '10 at 13:28.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions