Error in Link List

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Guest

Error in Link List

Post by Guest »

Hi i upgrade my s9y to 0.8.3 today and i wanted to install the new link list plugin but i got this error msg.
Fatal error: Cannot redeclare class serendipity_event_linklist in blog/plugins/serendipity_event_linklist/serendipity_event_linklist.php on line 43
Anyone knows what does that mean ?
Greets.
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

Are you attemping to install the plugin using Spartacus? Or are you copying the files to the server manually?

That error seems to imply that event_linklist is installed already.

When do you recieve that error?
Guest

Post by Guest »

i install the plugin via spartacus. after the first install i got the error message.
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

Are you installing the sidebar or the event plugin?

Garvin, any thoughts? (I know you read all of these *grin*)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

The issue really is strange, I think the user already has a plugin like this installed.

If it were my system or he'd be running a linux system I'd tell him to execute:

Code: Select all

find -exec grep -i -l -d skip 'serendipity_event_linklist' {} \;
in his s9y directory to see which of the files duplicatedly declare that class. If the user were on windows, he could try to use UltraEdit or so to see in all files.

I am quite sure that somewhere this plugin is loaded twice...but pretty hard to tell without being able to access the user's filebase...hrm...

Regards,
Garvin (yeah, I'm painfully reading all of these ;)
# 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