Page 2 of 2

Posted: Wed Sep 21, 2005 11:38 pm
by querdenker
First, i am really new to s9y, i'd started my installation a few days ago.
i have right the same problems as bbruecker

my s9y is version 0.84,
PHP is 4.3.11

The xmlrpc plugin is freshly installed from the net,
Version is 1.6

When i am calling the xmlrpc via browser, i get following:

Code: Select all

Fatal error: Cannot redeclare xml_rpc_se() (previously declared in /usr/www/users/crusher/serendipity/bundled-libs/XML/RPC.php:249) in /usr/www/users/crusher/serendipity/plugins/serendipity_event_xmlrpc/PEAR/XML/RPC.php on line 249
A simple try..error with renaming the RPC.php throws some more errors,
so the RPC.PHP in the bundled-libs is used

so what is going on there?

syl, querdenker

Posted: Thu Sep 22, 2005 1:47 pm
by garvinhicking
I just fixed this problem yesterday in version 1.7 of the plugin.

Please replace "XML_RPC_se" with "XML_RPC_Base" in the serendipity_event_xmlrpc.php file.

This issues is fixed a bit better in Serendipity 0.9, but with the fix from above it works in 0.8 environments.

Regards,
Garvin

Posted: Thu Sep 22, 2005 4:05 pm
by querdenker
ok, i'll test it in the evening hours, no time atm

syl, querdenker

now i've posted with w.bloggar, it works. :D

thanks