Page 1 of 1

api problem

Posted: Thu Oct 30, 2008 7:53 am
by MonTheHoops
Hi Kent, I am playing with the newacct feature seeing how easy I could have members create their Poker account from inside their vBulletin UserCP, the form shows up fine but I get this error when I submit it.


Fatal error: Call to undefined function curl_init() in ***********\api.php on line 8

Any ideas?

Re: api problem

Posted: Thu Oct 30, 2008 9:34 am
by Kent Briggs
MonTheHoops wrote: Fatal error: Call to undefined function curl_init() in ***********\api.php on line 8
libcurl is an external php library that you'll need to add in manually to your PHP configuration.

Re: api problem

Posted: Thu Oct 30, 2008 10:04 am
by MonTheHoops
Well..that was easy....sorted!

Cheers.