Guestbook Sidebar

Found a bug? Tell us!!
Post Reply
piscitella
Regular
Posts: 9
Joined: Mon Jun 19, 2006 7:40 am

Guestbook Sidebar

Post by piscitella »

Downloaded and attempted to install Guestbook Sidebar,
Display the latest guestbook items in the sidebar,
Author: Jaap Boerma ( j@webbict.com ), Tadashi Jokagi ; version: 1.05
a couple times without any luck.

The error that I received was:

Error: serendipity_plugin_guestbook:a8f858c03a5c38ba82101ce82f39831a ()
DEBUG: Plugin serendipity_plugin_guestbook:a8f858c03a5c38ba82101ce82f39831a not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => [install_plugin] => serendipity_plugin_guestbook [action] => [adminAction] => ) .

Please report this bug. This error can happen if a plugin was not properly downloaded (check your plugins directory if the requested plugin was downloaded) or the inclusion of a file failed (permissions?)
Backtrace:
Installing plugin: Array ( [0] => serendipity_plugin_guestbook [1] => [2] => right [3] => 0 [4] => )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_plugin_guestbook:a8f858c03a5c38ba82101ce82f39831a', 13, 'right', '0', '')
No valid path/filename found. Aborting.
Classname serendipity_plugin_guestbook still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_plugin_guestbook still does not exist. Aborting.

Fatal error: Call to a member function on a non-object in /x/serendipity/include/admin/plugins.inc.php on line 376
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Guestbook Sidebar

Post by garvinhicking »

Hi!

Are you able to fetch other plugins via spartacus?

Can you check the directory permissions of your plugins/ folder? Does a folder serendipity_plugin_guestbook exist there and is writable?

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/
piscitella
Regular
Posts: 9
Joined: Mon Jun 19, 2006 7:40 am

Post by piscitella »

thanks for the reply. the problem was even though the download was from the sidebar section of the website and are labeled plugin_x when the download was unzipped it created the directory as an event and not as a plugin.

serendipity_event_guestbook
serendipity_event_linklist

I tar'd the contents into a _plugin_ dir and it installed fine.
Post Reply