kokus
01-08-2007, 11:26 AM
I was wondering if anybody has successfully completed and installation of the Zend Framework. I am having problems with the pdo mysql extension and the location of the php.ini (s) in the different folders the way bluehost php configuration is designed.
Just wanted to know if there are any tips to successfully install the zend framework in the bluehost server environment.
I have put a support ticket saturday at 11 am and still it says "new" in bluehost ticket support. I was wondering why? I thought Bluehost had a good customer support.
This is the error i am getting when I try to run the /zf-tutorial/
Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The mysql driver is not currently installed' in /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Adapter/Pdo/Abstract.php:88 Stack trace: #0 /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Adapter/Abstract.php(146): Zend_Db_Adapter_Pdo_Abstract->_connect() #1 /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Adapter/Abstract.php(309): Zend_Db_Adapter_Abstract->query('DESCRIBE album', NULL) #2 /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Adapter/Pdo/Mysql.php(86): Zend_Db_Adapter_Abstract->fetchAll('DESCRIBE album') #3 /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Table.php(181): Zend_Db_Adapter_Pdo_Mysql->describeTable('album') #4 /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Table.php(123): Zend_Db_Table->_setup() #5 /home/domain.name/public_html/zf-tutorial/application/controllers/IndexController.php(32): Zend_Db_Table->__construct() #6 /home/domain.name/public_html/zf-tutorial/library/Zend/Controller/Dispat in /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Adapter/Pdo/Abstract.php on line 88
I have the pdo drivers installed and a test php file runs without problems in the root directory.
if anybody have the Zend Framework working please let me know.
thanks
Jorge
Just wanted to know if there are any tips to successfully install the zend framework in the bluehost server environment.
I have put a support ticket saturday at 11 am and still it says "new" in bluehost ticket support. I was wondering why? I thought Bluehost had a good customer support.
This is the error i am getting when I try to run the /zf-tutorial/
Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The mysql driver is not currently installed' in /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Adapter/Pdo/Abstract.php:88 Stack trace: #0 /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Adapter/Abstract.php(146): Zend_Db_Adapter_Pdo_Abstract->_connect() #1 /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Adapter/Abstract.php(309): Zend_Db_Adapter_Abstract->query('DESCRIBE album', NULL) #2 /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Adapter/Pdo/Mysql.php(86): Zend_Db_Adapter_Abstract->fetchAll('DESCRIBE album') #3 /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Table.php(181): Zend_Db_Adapter_Pdo_Mysql->describeTable('album') #4 /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Table.php(123): Zend_Db_Table->_setup() #5 /home/domain.name/public_html/zf-tutorial/application/controllers/IndexController.php(32): Zend_Db_Table->__construct() #6 /home/domain.name/public_html/zf-tutorial/library/Zend/Controller/Dispat in /home/domain.name/public_html/zf-tutorial/library/Zend/Db/Adapter/Pdo/Abstract.php on line 88
I have the pdo drivers installed and a test php file runs without problems in the root directory.
if anybody have the Zend Framework working please let me know.
thanks
Jorge