Ho I have installed this and i am having this error, please advise
Error:"Call to undefined function curl_init() "

Comments

nevets’s picture

That would mean PHP does not have the CURL library enabled (it may not even be complied in).

kkrahulreddy’s picture

i had enabled the curl library in php.ini
by removing the ; extension=php_curl.dll.but still i have the same issue.

nevets’s picture

Did you restart the web server after enabling the library?

kkrahulreddy’s picture

If am running AppServ as a LAMP development environment on a Windows machine,

Opened the php ini file and removed the ; from extension=php_curl.dll

copied the following libraries to the windows/system32 dir.

ssleay32.dll

libeay32.dll

Rebooted machine to load the dlls and restart apache.

Still i have the same issue

kkrahulreddy’s picture

Status: Active » Closed (fixed)

after setting register_globals to On

restarting the server this issue is solved

Thanks for the help.