Install plugin ploblem after upgrading to 1.1

Having trouble installing serendipity?
Post Reply
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Install plugin ploblem after upgrading to 1.1

Post by garvinhicking »

Hi!

That's strange, it seems two concurring versions of the Pear net class are installed/used.

Can it be that any of your event plugins use Net/Socket and don't include it conditionally?

Maybe you need to set $serendipity['use_PEAR'] = false in serendpity_config.inc.php?

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

Re: Install plugin ploblem after upgrading to 1.1

Post by garvinhicking »

Hi!

The Socket.php file is required by the "File/Request.php", so that might be used by one of the plugins?

Setting use_PEAR should not create any trouble for you, it then simply bypasses the server-installed PEAR libs and uses the serendipity ones. The default is to use server-installed PEAR libs because in case of security problems it is easier for server admins to upgrade PEAR than to make all users upgrade their serendipity bundled libs...

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

Post by garvinhicking »

Hi!

The amazonaws plugin is including the Libs differently?

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