Link List Plugin

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

Link List Plugin

Post by piscitella »

I twice downloaded at tried to install the sidebar plugin Link List, Install
Links manager - Shows your favorite links in the sidebar.
Author: Matthew Groeninger, Omid Mottaghi Rad; version: 1.9.

Both times that I attempted to install from the sidebar plugin screen I got the following errors

Error: serendipity_plugin_linklist:8c0dfa2443218640d701ae56e959480d ()
DEBUG: Plugin serendipity_plugin_linklist:8c0dfa2443218640d701ae56e959480d not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => [install_plugin] => serendipity_plugin_linklist [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_linklist [1] => [2] => right [3] => 0 [4] => )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_plugin_linklist:8c0dfa2443218640d701ae56e959480d', 12, 'right', '0', '')
No valid path/filename found. Aborting.
Classname serendipity_plugin_linklist still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_plugin_linklist 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: Link List Plugin

Post by garvinhicking »

Hi!

Can you check if your plugins/ directory is writable? Does a folder "serendipity_plugin_linklist" exist and is writable?

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