扩展文件“curl” 必须加载

发布于 2024-07-11 00:36:18 字数 287 浏览 4 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

反差帅 2024-07-18 00:36:18

来自 http://www.menyhart.net/blog/开发人员资料/启用-curl-on-xampp/

关于“xampp-win32-1.6.2-installer.exe”
您将有 4 个 php 文件需要编辑:

C:\xampp\apache\bin\php.ini
C:\xampp\php\php.ini
C:\xampp\php\php4\php.ini
C:\xampp\php\php4\php4.ini

一次打开​​一个文件
“记事本++”按 Ctrl F 和
搜索\找到“cUrl”,你会看到
“;extension=php_curl.dll”所有你
所要做的就是删除”; “ 从
所有 4 个文件 制作它们:
扩展=php_curl.dll并重新启动
Xampp 服务器。 现在卷曲支持
将会开启。

From http://www.menyhart.net/blog/developer-stuff/enabling-curl-on-xampp/

On “xampp-win32-1.6.2-installer.exe”
you will Have 4 php files to edit:

C:\xampp\apache\bin\php.ini
C:\xampp\php\php.ini
C:\xampp\php\php4\php.ini
C:\xampp\php\php4\php4.ini

Open the files one at a time With
“Notepad++” Press Ctrl F And
search\Find “cUrl”, You will See
“;extension=php_curl.dll” all you
have to do is REMOVE THE ” ; ” from
all 4 files Make them:
extension=php_curl.dll And Restart
The Xampp Server. Now Curl Support
will be on.

败给现实 2024-07-18 00:36:18

编辑 xampp/php/php.ini - 将行:更改

;extension=php_curl.dll

extension=php_curl.dll

(只需删除该行之前的 ;

请记住在尝试再次安装 Magento 之前重新启动服务器。

有关详细信息,请参阅:http://www.magentocommerce.com/wiki/general/installing_on_windows_with_xampp_and_wamp

Edit xampp/php/php.ini - change the line:

;extension=php_curl.dll

to

extension=php_curl.dll

(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

沫尐诺 2024-07-18 00:36:18

感谢您的帮助,

我正在使用 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. :)

路还长,别太狂 2024-07-18 00:36:18

对于XAMPP 1.7x用户,只需要编辑一个文件。 只需更改 php.ini 文件,取消注释 ;extension=php_curl.dllextension=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 to extension=php_curl.dll and save it.
You need to restart the Apache server as well from the XAMPP control panel.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文