Page 1 of 1

Re: Install plugin ploblem after upgrading to 1.1

Posted: Tue Jan 30, 2007 9:00 pm
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

Re: Install plugin ploblem after upgrading to 1.1

Posted: Tue Jan 30, 2007 9:58 pm
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

Posted: Wed Jan 31, 2007 11:11 am
by garvinhicking
Hi!

The amazonaws plugin is including the Libs differently?

Regards,
Garvin