How to solve PHP Extensions “0” must be loaded?

后端 未结 2 776
情深已故
情深已故 2021-02-01 17:51

I am trying to install Magento on my server. I did everything, as written in docs. I have following error:

PHP Extensions “0” must be loaded

2条回答
  •  感动是毒
    2021-02-01 18:26

    If you are installing Magento version 1.7.0.1, try the following to solve your issue:

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

    
        
    
    

    with this

    
        1
    
    

提交回复
热议问题