我正在尝试在我的服务器上安装 Magento。正如文档中所写,我做了所有事情。我有以下错误:
必须加载 PHP 扩展“0”
当我尝试在浏览器的第二页上配置 Magento 时,就会发生这种情况。你知道如何解决这个问题吗?
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):
<extensions>
<pdo_mysql/>
</extensions>
with this
<extensions>
<pdo_mysql>1</pdo_mysql>
</extensions>
您必须安装 PHP 5.4 支持包:
“PHP 5.4 支持 - 使 Magento 能够与 PHP 5.4 一起工作 - 2014 年 1 月 17 日添加” http://www.magentocommerce.com/download