serendipity_plugin_currently: Fatal error
Posted: Mon Jan 19, 2009 4:45 pm
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:
What's that? Do I need some extra php module or something like that?
YL
Installed it on my local devblog, entered test values for every field. The reading field is displayed correctly, but after that I get:
line 68 in curl.inc is:Fatal error: Call to undefined function curl_init() in /var/www/s9y-lab/plugins/serendipity_plugin_currently/curl.inc on line 68
Code: Select all
$this->conn = curl_init();YL