Page 1 of 1

Zend Framework - PDO_MYSQL adapter not installed??

Posted: Tue Aug 29, 2006 2:04 pm
by Luke
I got this error while trying to use Zend_Db_Table with PDO_MYSQL adapter:
Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The mysql driver is not currently installed' in /vservers/upstatec/htdocs/dev/library/Zend/Db/Adapter/Pdo/Abstract.php:80
What could be causing this error? I looked in the adapter folder under pdo and mysql is there... what else can I do?

Posted: Tue Aug 29, 2006 3:07 pm
by Luke
It's due to the PDO Adapter for mysql not being installed on the server. I guess I need to do some research on PDO because I don't even know what it is. (post resources if you're feeling generous)

Posted: Tue Aug 29, 2006 4:13 pm
by volka

Posted: Tue Aug 29, 2006 4:16 pm
by Luke
yea found that one already :D Thanks though!