Page 1 of 1

Your servers php application was installed without cURL support.

PostPosted: 10. May 2012 23:32
by jessica_lamb
I'm getting an error when I try to open the page.

Your servers php application was installed without cURL support. cURL support is required for secure communications to send/receive information to remore applications.

How can I get this support????

Thanks

Re: Your servers php application was installed without cURL

PostPosted: 11. May 2012 05:16
by Altrea
Hi Jessica,

please if you want to report issues, try to be as detailed and specific as possible.
For example, the XAMPP components don't use cURL, so this message can't come from any XAMPP script.
Where does it come from? And on which step?

A qualified error reporting answeres at minimum this three questions:
  • What action do you do? (Which application do you use, how do you request it, which information do you type in, etc. to reproduce the error)
  • What reaction do you expect?
  • What reaction do you get? (white screen, plain sourcecode, full error message, etc)

cURL can simply get activated in your PHP configuration file:
  • open your C:\xampp\php\php.ini (NOT php.ini-development or php.ini-production) in any plain text editor
  • search for the line
    Code: Select all
    ;extension=php_curl.dll
  • remove the leading semicolon of that line
  • save the file
  • restart Apache

best wishes,
Altrea