Fatal Error when enterenig client

Status
Not open for further replies.

namme

New Member
Dec 22, 2011
2
0
hello guys!

i have a phoenix licens and a RevCMS installed. the Emu connects to the db and the server starts running and alls fine. but then i go to the client on my hotel and i get this error!

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

any help?
if you want a screen or such like that, just ask or see for your self,
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
Make sure inside php.ini (configuration for PHP) to remove the comment from so it is like this:
Code:
;extension=php_bz2.dll
 
extension=php_curl.dll
 
;extension=php_dba.dll

without the ;
 

namme

New Member
Dec 22, 2011
2
0
Its Your API Problem Fix This In habbos_api Folder Config ;D
i dont think so

Make sure inside php.ini (configuration for PHP) to remove the comment from so it is like this:
Code:
;extension=php_bz2.dll
 
extension=php_curl.dll
 
;extension=php_dba.dll

without the ;

where is the php.ini file

sry for beeing a noob but im new to revcms and its so different from phoenixphp

EDIT

so i have changed in php.ini to exactly as it is that heaplink said.. but its still the same error... any help?
 
Status
Not open for further replies.

Users who are viewing this thread

Top