Я получаю следующую фатальную ошибку:
Uncaught exception 'Zend_Exception' with message 'File "Zend/Db/Adapter/Pdo/Mysql.php"
does not exist or class "Zend_Db_Adapter_Pdo_Mysql" was not found in the file'
Кто-нибудь может помочь, почему я получаю эту ошибку.
Это все сообщения, которые отображаются:
Warning: include_once(Zend/Db/Adapter/Pdo/Mysql.php): failed to open stream:
No such file or directory in <path of project>/library/Zend/Loader.php on line 163
Warning: include_once(): Failed opening 'Zend/Db/Adapter/Pdo/Mysql.php' for inclusion (include_path='<path of
project>/library/Minify:<path of project>/library:.:/usr/share/php')
in <path of project>/library/Zend/Loader.php on line 163
Fatal error: Uncaught exception 'Zend_Exception' with message
'File "Zend/Db/Adapter/Pdo/Mysql.php" does not exist or class "Zend_Db_Adapter_Pdo_Mysql"
was not found in the file' in <path of project>/library/Zend/Loader.php:116
Stack trace:
#0 <path of project>/library/Zend/Db.php(250):
Zend_Loader::loadClass('Zend_Db_Adapter...')
#1 <path of project>/library/Zend/Application/Resource/Multidb.php(99):
Zend_Db::factory('Pdo_Mysql', Array)
#2 <path of project>/library/Zend/Application/Bootstrap/BootstrapAbstract.php(681):
Zend_Application_Resource_Multidb->init()
#3 <path of project>/library/Zend/Application/Bootstrap/BootstrapAbstract.php(627):
Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('multidb')
#4 <path of project>/library/Zend/Application/Bootstrap/BootstrapAbstract.php(584):
Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('multidb')
#5 <path of project>/application/Bootstrap.php(119):
Zend_Application_Bootstrap_BootstrapAbstract->bootstrap('multidb')
#6 <path of project>/library/Zend/Application/Bootstrap/Bootstr in <path of project>/library/Zend/Loader.php on line 116
Я уже установил php5 .6, mysql5.7 и phpmyadmin.