Archive

Archive for January, 2009

CPanel, pdo_mysql and Magento

January 29th, 2009 No comments

A few days ago I had to install Magento in one of our servers. No luck running the installation for the first time. pdo_mysql missing. The server has Whm/Cpanel installed so our server administrator tried EasyApache and built a new profile with pdo_mysql added. Still no luck.

To fix the problem I just had to open
/usr/local/lib/php.ini
and move the line
extension=”pdo_mysql.so”
to the end of the file.

Restart Apache and that’s it!

Hope it helps if you are dealing with the same problem.