Call to unidentified function
grguth - July 18, 2009 - 20:34
| Project: | Book Post |
| Version: | 6.x-1.2-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When I insert the ISBN in double curly brackets using FCK editor, and do a preview, I get: fatal error: call to unidentified function curl_init() (line 227 of the module). This is a test system running in XAMPP. Does this require another module to be installed ?

#1
Good news: uncommented cURL statement in php.ini which took care of fatal error.
Bad news: now it just doesn't return anything.
#2
Do you have cURL installed? This module will not work without it. The readout from phpinfo() should tell whether you have it installed or not.
#3
There was a curl issue. Its resolved and module works.