Monday, April 15, 2013

Magento : Solution for The PDO extension is required for this adapter but the extension is not loaded

Add this lines to your php.ini placed at the root of you installation

extension=pdo.so
extension=pdo_mysql.so
extension=php_pdo_mysql.dll


This should solve your problem
Thanks

5 comments:

  1. Yes! It is working...

    ReplyDelete
  2. Hi i added this extensions in php.ini file but problem not solved, please help me

    ReplyDelete
  3. it is not working in my website pls help me

    ReplyDelete