Closed (fixed)
Project:
Drupal Contact List Importer
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2008 at 05:00 UTC
Updated:
18 Dec 2008 at 17:27 UTC
Ho I have installed this and i am having this error, please advise
Error:"Call to undefined function curl_init() "
Comments
Comment #1
nevets commentedThat would mean PHP does not have the CURL library enabled (it may not even be complied in).
Comment #2
kkrahulreddy commentedi had enabled the curl library in php.ini
by removing the ; extension=php_curl.dll.but still i have the same issue.
Comment #3
nevets commentedDid you restart the web server after enabling the library?
Comment #4
kkrahulreddy commentedIf 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
Comment #5
kkrahulreddy commentedafter setting register_globals to On
restarting the server this issue is solved
Thanks for the help.