Magento installation:PHP Extensions "0" must be loaded.

Replace in file app/code/core/Mage/Install/etc/config.xml (near 71th string) this

<extensions>
    <pdo_mysql/>
</extensions>

with this

<extensions>
    <pdo_mysql>1</pdo_mysql>
</extensions>

Comments

Popular Posts

Magmi Single and Multiple Category Importer