How do you setup your RevCMS r63 client?

LaTrell Parker

New Member
Nov 11, 2011
10
1
When I load my client this is the error I get:"Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\thehabbos_api\class.validate.php on line 29"

Any suggestions on what to do?
 

ojee66

New Member
Jan 14, 2012
3
0
in php.ini curl has be on.

It's a PHP error.
part of the php.ini file
Code:
; Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.
 
extension=php_bz2.dll
;extension=php_curl.dll

Uncomment line, restart apache or iis
 

Ept

Many men wish death upon me.
Jun 16, 2011
591
276
Try setting curl_enabled to 0 in "thehabbos_api/config.php", or like the user above said, try going to the PHP.INI file, and searching php_curl.dll, after you've done that, replace
Code:
;extension=php_curl.dll
with:
Code:
 extension=php_curl.dll
 

Users who are viewing this thread

Top