Wednesday, August 14, 2013

PHP Extensions "0" must be loaded.

It appears that one of the configuration XML files, namely magento/app/code/core/Mage/Install/etc/config.xml isn't parsed correctly by PHP 5.4

To fix this error, open above file  and replace
         <extensions>
            <pdo_mysql/>
        </extensions>
with
        <extensions>
            <pdo_mysql>1</pdo_mysql>
        </extensions>

Now, you will be able to proceed the installation.

1 comment:

  1. This is outstanding amongst other sites I've ever perused in quite a while. The data in this article is exceptionally valuable to me.

    PHP Development Company In Bangalore | Best Services Website Design

    ReplyDelete

Fatal error: Class Zend\Stdlib\Parameters contains 1 abstract method... magento 2

Fatal error: Class Zend\Stdlib\Parameters contains 1 abstract method and must therefore be declared abstract or implement the remaining met...