I get this error when i try to run constructor of Zend_Db_Adapter_Pdo_Mysql:
The PDO extension is required for this adapter but the extension is not loaded
I use a shared host and i cannot change the php.ini.
Is there any solution?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well a part from changing your hosting provider you could try the following things:
Zend_Db_Adapter_Mysqli(assumingmysqliis available)mysql_*-functions (or use an existing one)