tf-redfree / PHP-btce-api

BTC-e API Class
MIT License
44 stars 41 forks source link

Will not display #4

Closed unstephenk closed 9 years ago

unstephenk commented 10 years ago

Copied the scripts into my html folder and entered in the api keys. Went to the Example.php but nothing happens,

tf-redfree commented 10 years ago

Turn on error reporting (if it is off) and see if you get any output/any errors show up

unstephenk commented 10 years ago

I get this error:

Fatal error: Call to undefined function curl_init() in /var/www/html/btce-api.php on line 70

tf-redfree commented 10 years ago

Hi unstephenk,

If curl init is missing, the likely cause is that curl or php5-curl is not installed. Try installing these packages and trying again

Regards, Tony

Sent from my iPhone

On 17 Sep 2014, at 16:58, unstephenk notifications@github.com wrote:

I get this error:

Fatal error: Call to undefined function curl_init() in /var/www/html/btce-api.php on line 70

— Reply to this email directly or view it on GitHub.

unstephenk commented 9 years ago

it worked. Thanks