Anyone faced the same thing before? I've tried the same script on a XAMPP
, it worked. And I'm trying to do on a WAMP
, it reported call to undefined function curl_init(). I've enabled and double-checked on my WAMP php.ini on line:
extension=php_curl.dll
The commenting was removed alright.
Could the reason be CakePHP ? I'm developing the App on Cake. Or something I need to do with WAMP...