I have this error when upload the website created in Zend Framework
Fatal error: Class ‘PDO’ not found in /library/Doctrine/DBAL/Driver/PDOConnection.php on line 32
although I have this code in php.ini
extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so
what I can do to solve this problem ?
Thanks in Advance
Class ‘PDO’ not found related to the version of PHP
you should use PHP version 5.3.x and it will work