Error after installation of del.icio.us Plugin

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Lumpy
Regular
Posts: 30
Joined: Sun Jun 18, 2006 4:54 pm

Error after installation of del.icio.us Plugin

Post by Lumpy »

I have just installed the del.icio.us Plugin with Spartacus and now I have got an error which I think is related to the del.icio.us Plugin because right away after the installation.

The problem is that I cannot uninstall the Plugin because the section »Configure Plugins« is not displayed correctly. On top there is a error message

Code: Select all

Notice: Malformed response. in /var/www/cli18/html/serendipity/bundled-libs/PEAR.php on line 848
This message also appears when accessing the frontpage. Moreover the sidebar is not shown due to this error message.

Could someone help me? :cry:

Best regards
Lumpy
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Error after installation of del.icio.us Plugin

Post by garvinhicking »

Hi!

Hm, it seems that the delicious plugin or something else is making malformed requests somehow.

Please try to just delete the delicous plugin file via FTP, then you should be able to access the admin interface again if the delicuious plugin is the culprit.

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/
Lumpy
Regular
Posts: 30
Joined: Sun Jun 18, 2006 4:54 pm

Post by Lumpy »

Ok that solved the problem and I can access the blog and admin panel correctly.

But I really would like to use the del.icio.us plugin. Any idea what may have caused this error?

Best regards
Lumpy
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

I just committed a fix to the delicious plugin. In the generate_content method I modified this at around line 110:

Code: Select all

        $title = $this->get_config('sidebarTitle');
        $deliciousID = $this->get_config('deliciousID');
        $moreLink = $this->get_config('moreLink');
        // Added this:
        if (empty($deliciousID)) {
            return false;
        }
So the plugin should not try to fetch its contents when you did not yet specify your delicious ID.

Please tell me if that helps? If not, what configuration values did you enter for the plugin?=

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/
Lumpy
Regular
Posts: 30
Joined: Sun Jun 18, 2006 4:54 pm

Post by Lumpy »

Thank you very much. Now it is working as expected. :)

Best regards
Lumpy

EDIT: I think I know what is causing the error message. I added to the field »Username« the value »lumpy 123 tag/blog« because I just want to display all my link which have the tag »blog«. Then the error appears again.

Is there are possibility to do this what I want to do?

Best regards
Lumpy
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Oh, uhm. I don't know/do delicious, so I sadly can't tell you.

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/
Lumpy
Regular
Posts: 30
Joined: Sun Jun 18, 2006 4:54 pm

Post by Lumpy »

I have just found the solution on my own. You can simply add the desired tag to the nickname seperated with a /
e.g.
lumpy123/blog

Best regards
Post Reply