w.bloggar doesn't work after update 0.8.4

Found a bug? Tell us!!
querdenker
Posts: 2
Joined: Wed Sep 21, 2005 11:25 pm

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
querdenker
Posts: 2
Joined: Wed Sep 21, 2005 11:25 pm

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