Page 1 of 1

Has s9y_event_weblogping changed?

Posted: Thu Feb 15, 2007 8:39 pm
by akb
Has serendipity_event_weblogping changed within the last few versions? After upgrading to the newest version of S9Y I always get an error complaining about open_basedir while opening $pearpath/XML/RPC.php. Is it a change that it uses PEAR now or did it always use PEAR and I got a simple "rights error after upgrade"?

edit: nevermind, i found this:
http://board.s9y.org/viewtopic.php?t=82 ... highlight=

Re: Has s9y_event_weblogping changed?

Posted: Fri Feb 16, 2007 11:10 am
by garvinhicking
Hi!

The plugin itself has not changed, but since serendipity 1.1 we try to use the PEAR installed on your server.

If you get an open_basedir error it measn that your provider lists the global PEAR path in the include_path setting, but did not allow that in open_basedir.

The solution is to remove the PEAR path from include_path, OR (better) to include the include_path in the open_basedir path.

Best regards,
Garvin