Page 1 of 1

serendipity_plugin_currently: Fatal error

Posted: Mon Jan 19, 2009 4:45 pm
by yellowled
I'm testing serendipity_plugin_currently to maybe alter it's HTML code.

Installed it on my local devblog, entered test values for every field. The reading field is displayed correctly, but after that I get:
Fatal error: Call to undefined function curl_init() in /var/www/s9y-lab/plugins/serendipity_plugin_currently/curl.inc on line 68
line 68 in curl.inc is:

Code: Select all

$this->conn = curl_init();
What's that? Do I need some extra php module or something like that?

YL

Re: serendipity_plugin_currently: Fatal error

Posted: Mon Jan 19, 2009 5:30 pm
by yellowled
yellowled wrote:Do I need some extra php module or something like that?
Figured it out on my own. Yes, I need the curl module for php.

YL