Error client

Timpan77

New Member
Mar 4, 2017
27
1
Hi, it's like when I'm going to my hotel, it's like this

Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\thehabbos_api\class.validate.php on line 33
 

HaboaHabbo

Member
Mar 20, 2013
126
6
Change
PHP:
$CONFIG['Curl_Enabled'] = 1;
to
PHP:
$CONFIG['Curl_Enabled'] = 0;
or
PHP:
if($CONFIG['Curl_Enabled'])
to
PHP:
if($CONFIG['Curl_Disabled'])
- In class.validate.php
 

Users who are viewing this thread

Top