PDA

View Full Version : Install Magento - missing the pdo extension and pdo_mysql extension. how to fix it?



chien010
01-01-2010, 01:38 AM
Hi.

How to fix ?

?missing the pdo extension
?missing the pdo_mysql extension

==========================
Your server does not meet the following requirements in order to install Magento.
The following requirements failed, please contact your hosting provider in order to receive assistance with meeting the system requirements for Magento:

* You are missing the pdo extension
* You are missing the pdo_mysql extension
==============================

Please help?

thanks

MrDelish
01-01-2010, 02:29 PM
I've installed Magento for fun on my own account without this type of error. Make sure you have a php.ini file with the following lines near the bottom:


extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so

If you don't already have this file, go to cPanel -> Software/Services -> PHP Config -> Install php.ini master file. You may also want to set your account to use the "PHP5 (single php.ini)" option under PHP Config.

If those steps don't help, I would try getting in contact with support since they seem to have had some problems with this in the past: http://www.bluehostforum.com/showthread.php?t=15308

chien010
01-02-2010, 10:15 PM
Thanks. I try now..

chien010
01-03-2010, 01:46 AM
thanks.

Very good.