Client Prob

MrSheddix

New Member
Jun 6, 2013
7
0
When I entered my hotel client, this showed up: Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\thehabbos_api\class.validate.php on line 33
 

Ept

Many men wish death upon me.
Jun 16, 2011
591
276
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
 

j2o

Member
Jun 1, 2013
198
19
I dont know too much but maybe try removing the api because its probally that which is blocking you from hotel a api thats not on your CMS im not sure but try right click enter hotel button and click new tab? Im not really sure if this Is what your on about.
 

Users who are viewing this thread

Top