如何解决必须将PHP扩展"0"加载的问题? [英] How to solve PHP Extensions “0” must be loaded?

查看:42
本文介绍了如何解决必须将PHP扩展"0"加载的问题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在服务器上安装Magento.我做了所有工作,就像写在文档中一样.我有以下错误:

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

必须加载PHP扩展"0"

PHP Extensions "0" must be loaded

当我尝试在第二页的浏览器中配置Magento时,就会发生这种情况.你知道如何解决这个问题吗?

It occurs when I try to configure Magento in my browser, on the second page. Do you know how to fix this?

推荐答案

如果您正在安装的Magento版本1.7.0.1,请尝试以下解决您的问题:

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

替换文件app/code/core/Mage/Install/etc/config.xml(第71个字符串附近):

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

<extensions>
    <pdo_mysql/>
</extensions>

与此

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

这篇关于如何解决必须将PHP扩展"0"加载的问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆