Timpan77 New Member Mar 4, 2017 27 1 Jul 17, 2018 #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
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 Jul 17, 2018 #2 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 Upvote 0 Downvote
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
Weasel 👄 I'd intercept me Nov 25, 2011 4,135 2,461 Jul 20, 2018 #3 You can do the above, or you can install the cURL package for PHP. Upvote 0 Downvote