扩展文件“curl” 必须加载
我使用 XAMPP 1.6.7 安装了 Magento 的社区版本。 但似乎有一个问题。 我收到错误消息“必须加载扩展文件“curl””。 在另一台计算机上,一切似乎都很好。
(另一台计算机)
英特尔(R) 奔腾(R) 双 CPU,E2140 @ 1.60Hz,
1.60GHz。 504 MB RAM
XP Professional 2002 sp2
我的电脑性能较差(Inet Pentium 4 1.6 GHz。带 sp2。)
请帮助我,谢谢。
Using XAMPP 1.6.7 I installed the community version of Magento. But there seems to be a problem. I am getting the error message 'extension file "curl" is must be loaded'. In another computer, everything seems fine.
(the other computer)
intel(R) Pentium(R) Dual CPU, E2140 @ 1.60Hz,
1.60 GHz. 504 MB of RAM
and XP professional 2002 sp2
My computer is less powerful (Inet Pentium 4 1.6 GHz. with sp2.)
Please help me, thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
来自 http://www.menyhart.net/blog/开发人员资料/启用-curl-on-xampp/
From http://www.menyhart.net/blog/developer-stuff/enabling-curl-on-xampp/
编辑 xampp/php/php.ini - 将行:更改
为
(只需删除该行之前的
;
)请记住在尝试再次安装 Magento 之前重新启动服务器。
有关详细信息,请参阅:http://www.magentocommerce.com/wiki/general/installing_on_windows_with_xampp_and_wamp
Edit xampp/php/php.ini - change the line:
to
(Just remove the
;
before the line)Remember to restart the server before trying to install Magento again.
For more info see: http://www.magentocommerce.com/wiki/general/installing_on_windows_with_xampp_and_wamp
感谢您的帮助,
我正在使用 xampp 1.7.3,只需要编辑 C:\xampp\php\php.ini,它就可以工作。
不要忘记重新启动 xmapp。 :)
Thanks for the help,
I am using xampp 1.7.3 and just need to edit only C:\xampp\php\php.ini, and it works.
Don't forget to restart the xmapp. :)
对于XAMPP 1.7x用户,只需要编辑一个文件。 只需更改
php.ini
文件,取消注释;extension=php_curl.dll
为extension=php_curl.dll
并保存。您还需要从 XAMPP 控制面板重新启动 Apache 服务器。
For XAMPP 1.7x users, only one file is needed to be edited. Just change the
php.ini
file to uncomment the;extension=php_curl.dll
toextension=php_curl.dll
and save it.You need to restart the Apache server as well from the XAMPP control panel.