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.
Error in Link List
-
mgroeninger
- Regular
- Posts: 546
- Joined: Mon Dec 20, 2004 11:57 pm
- Contact:
-
mgroeninger
- Regular
- Posts: 546
- Joined: Mon Dec 20, 2004 11:57 pm
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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:
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
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' {} \;
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/
# 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/