Page 1 of 1
Error in Link List
Posted: Sat Aug 06, 2005 7:36 pm
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.
Posted: Sat Aug 06, 2005 10:46 pm
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?
Posted: Sun Aug 07, 2005 2:02 pm
by Guest
i install the plugin via spartacus. after the first install i got the error message.
Posted: Sun Aug 07, 2005 10:55 pm
by mgroeninger
Are you installing the sidebar or the event plugin?
Garvin, any thoughts? (I know you read all of these *grin*)
Posted: Mon Aug 08, 2005 1:58 pm
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
