how can i remove this

Fade

Member
Feb 3, 2012
131
8
Fatal error: Call to undefined function curl_init() in D:\New Folder\New Folder\xampp\htdocs\thehabbos_api\class.validate.php on line 33
 

Zorn192

Member
Sep 4, 2011
119
7
In your api config, change this;

PHP:
$CONFIG['Curl_Enabled'] = 1; //mark this 0 if cURL isn't installed/enabled on your server, although cURL is recommended

to this;
PHP:
$CONFIG['Curl_Enabled'] = 0; //mark this 0 if cURL isn't installed/enabled on your server, although cURL is recommended
 

Users who are viewing this thread

Top