cURL

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
marcus1810
A semi-regular
A semi-regular
Posts: 15
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 02, 2015 12:00 am

cURL

Post by marcus1810 »

I had an extention that didnt work at all, i posted a ticket on their forum
and they said this: http://gyazo.com/bb6b3de968b5aa6ad12914cc030034cc

What he said "marcus, you have a problem with cURL extension or it is disabled. contact your hosting provider about this. there is absolutly nothing wrong with the extention.

this is the Picture that i listed in the ticket above (the error i am getting): http://gyazo.com/89483b46e77127f54d436cecfacf36f3
User avatar
Edge100x
Founder
Founder
Posts: 13111
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: cURL

Post by Edge100x »

Are you running this on our shared webhosting, or somewhere else? Our shared webhosting has the cURL extension enabled for PHP, and you can confirm this with phpinfo().

For instance, from the command line on one of the machines, it shows..

Code: Select all

curl

cURL support => enabled
cURL Information => 7.39.0
Age => 3
Features
AsynchDNS => No
Debug => No
GSS-Negotiate => No
IDN => No
IPv6 => Yes
Largefile => Yes
NTLM => Yes
SPNEGO => No
SSL => Yes
SSPI => No
krb4 => No
libz => Yes
CharConv => No
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp
Host => x86_64-pc-linux-gnu
SSL Version => OpenSSL/1.0.2a
ZLib Version => 1.2.8
marcus1810
A semi-regular
A semi-regular
Posts: 15
Joined: Thu Apr 02, 2015 12:00 am

Re: cURL

Post by marcus1810 »

im running it on the nfo vps server. i have no idea why it doesnt work..
User avatar
Edge100x
Founder
Founder
Posts: 13111
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: cURL

Post by Edge100x »

If you're running it on a VDS, then you'd need to install the cURL extension. For instance, on Debian/Ubuntu,

Code: Select all

apt-get install php5-curl
Post Reply