I'm getting the same error-msg. From my point of view php.ini is right:
Code:
extension=php_pdo_mssql.dll
extension=php_pdo_mysql.dll
I'm using the actual Zend 1.0.2 with
Apache 2.2.6
PHP 5.2.4
MySQL 5.0.
When I try to connect to the MySQL-DB I get the following error msg:
Quote:
|
Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The mysql driver is not currently installed' in /srv/www/vhosts/web/httpdocs/library/Zend/Db/Adapter/Pdo/Abstract.php:104 Stack trace: #0 /srv/www/vhosts/web/httpdocs/library/Zend/Db/Adapter/Abstract.php(263): Zend_Db_Adapter_Pdo_Abstract->_connect() #1 /srv/www/vhosts/web/httpdocs/library/Zend/Db/Adapter/Pdo/Abstract.php(206): Zend_Db_Adapter_Abstract->query('DESCRIBE `t_use...', Array) #2 /srv/www/vhosts/web/httpdocs/library/Zend/Db/Adapter/Pdo/Mysql.php(138): Zend_Db_Adapter_Pdo_Abstract->query('DESCRIBE `t_use...') #3 /srv/www/vhosts/web/httpdocs/library/Zend/Db/Table/Abstract.php(595): Zend_Db_Adapter_Pdo_Mysql->describeTable('t_user', NULL) #4 /srv/www/vhosts/web/httpdocs/library/Zend/Db/Table/Abstract.php(528): Zend_Db_Table_Abstract->_setupMetadata() #5 /srv/www/vhosts/web/httpdocs/library/Zend/Db/Table/Abstract.php(264): Zend_Db_Table_Abstract->_setup() #6 /srv/www/vhosts/web in /srv/www/vhosts/web/httpdocs/library/Zend/Db/Adapter/Pdo/Abstract.php on line 104
|