Fade Member Feb 3, 2012 131 8 May 18, 2012 #1 Fatal error: Call to undefined function curl_init() in D:\New Folder\New Folder\xampp\htdocs\thehabbos_api\class.validate.php on line 33
Fatal error: Call to undefined function curl_init() in D:\New Folder\New Folder\xampp\htdocs\thehabbos_api\class.validate.php on line 33
tyr0ne Active Member Mar 29, 2012 141 14 May 18, 2012 #2 Probably because of curl. There's this thread that could help: You must be registered for see links Upvote 0 Downvote
iHarrison Member Mar 11, 2012 321 131 May 18, 2012 #3 And if you don't understand the above tutorial then you can easily head into your TheHabbos configuration and turn off CURL. Upvote 0 Downvote
And if you don't understand the above tutorial then you can easily head into your TheHabbos configuration and turn off CURL.
Zorn192 Member Sep 4, 2011 119 7 May 18, 2012 #4 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 Upvote 0 Downvote
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