Help installing/configuring cURL for Wordpress
Hope this is the correct place to place thread. I am trying to install cURL or get it configured correctly for my wordpress site, so i can start using some plugins for the site. I have have no idea what I'm doing.
I get erros like this when trying to install certain plugins:
Warning: curl_init(): Cannot initialize a new cURL handle in /homepages/42/d291038142/htdocs/wordpress/wp-includes/http.php on line 1239
Warning: curl_setopt(): supplied argument is not a valid cURL handle resource in /homepages/42/d291038142/htdocs/wordpress/wp-includes/http.php on line 1271
I tried to read the install documents and do some google searches but I'm still lost. I called my web hosting company (1and1.com), but they can't help me. However I did find out that my site is on a Linux/php (latest version of php) base server. Notes says ftp'ing in to site and issuing commands. I don't know what program to use to do is if I have to. I also put a .php file on the server to see if cURL is installed and enabled (which installed docs recommend I do)
code:
<?php
phpinfo();
?>
When I call this php file I get:
curl
CURL support enabled
CURL Information libcurl/7.15.5 OpenSSL/0.9.8c zlib/1.2.3 libidn/0.6.5
I don't know what file(s) to put on server or how to invoke them. I hope I supplied enough information for someone who has experience to help me out.
|