cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Issue : PHP Extensions “0” must be loaded

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Magento Issue : PHP Extensions “0” must be loaded

o fix the PHP Extensions “0” must be loaded issue while installing the magento , Please follow the below codes

Goto File app/code/core/Mage/Install/etc/config.xml (line no : 72)

Replace

 

<extensions>
<pdo_mysql/>
</extensions>

 

with this

 

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

 

https://magentoextensiondevelopers.wordpress.com/