Tema: ZEND y MYSQL
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/12/2010, 13:27
Fabian olmos
 
Fecha de Ingreso: enero-2003
Ubicación: Caracas
Mensajes: 439
Antigüedad: 21 años, 3 meses
Puntos: 0
ZEND y MYSQL

Buenas, estoy intentando conectarme a una BD que tengo en MYSQL desde el ZEND y me da el siguiente error:

Código PHP:
Fatal errorUncaught exception 'Zend_Db_Exception' with message 'Adapter name must be specified in a string' in C:ZF111libraryZendDb.php:239 Stack trace#0 C:\servidor\web\cine\application\Bootstrap.php(11): Zend_Db::factory(Object(Zend_Config_Ini)) #1 C:\ZF111\library\Zend\Application\Bootstrap\BootstrapAbstract.php(666): Bootstrap->_initDatabase() #2 C:\ZF111\library\Zend\Application\Bootstrap\BootstrapAbstract.php(619): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('database') #3 C:\ZF111\library\Zend\Application\Bootstrap\BootstrapAbstract.php(583): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap(NULL) #4 C:\ZF111\library\Zend\Application.php(355): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap(NULL) #5 C:\servidor\web\cine\public\index.php(25): Zend_Application->bootstrap() #6 {main} thrown in C:\ZF111\library\Zend\Db.php on line 239 
NOTA: Ya tengo habilitado la dll php_pdo_mysql.dll y la pdo_php.dll.

GRACIAS de antemano por su ayuda.