Page 1 of 1

Error after installation of del.icio.us Plugin

Posted: Thu Jun 22, 2006 9:27 am
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

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

Posted: Thu Jun 22, 2006 11:06 am
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

Posted: Thu Jun 22, 2006 11:28 am
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

Posted: Thu Jun 22, 2006 11:43 am
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

Posted: Thu Jun 22, 2006 11:46 am
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

Posted: Thu Jun 22, 2006 12:11 pm
by garvinhicking
Hi!

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

Best regards,
Garvin

Posted: Thu Jun 22, 2006 12:36 pm
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