serendipity_plugin_currently: Fatal error

Creating and modifying plugins.
Post Reply
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

serendipity_plugin_currently: Fatal error

Post 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
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: serendipity_plugin_currently: Fatal error

Post 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
Post Reply