Skip to content

Instantly share code, notes, and snippets.

@ksysctl
Created October 25, 2012 21:25
Show Gist options
  • Save ksysctl/3955514 to your computer and use it in GitHub Desktop.
Save ksysctl/3955514 to your computer and use it in GitHub Desktop.
Magento
PHP Extensions "0" must be loaded.
http://www.magentocommerce.com/boards/viewthread/284882/#t410289
The problem seems to be in wrong version PHP SimpleXML extension. Here’s another workaround:
Replace in file app/code/core/Mage/Install/etc/config.xml (near 71th string) this
<extensions>
<pdo_mysql/>
</extensions>
to
<extensions>
<pdo_mysql>1</pdo_mysql>
</extensions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment