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
cURL
-
- A semi-regular
- Posts: 15
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Apr 02, 2015 12:00 am
Re: cURL
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..
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
-
- A semi-regular
- Posts: 15
- Joined: Thu Apr 02, 2015 12:00 am
Re: cURL
im running it on the nfo vps server. i have no idea why it doesnt work..
Re: cURL
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