Error when installing sidebar plugins, my installation?

Having trouble installing serendipity?
Post Reply
gcornelisse
Posts: 3
Joined: Sun Feb 11, 2007 4:15 am

Error when installing sidebar plugins, my installation?

Post by gcornelisse »

I'm getting the following error when I try to install every sidebar plugin I try. This is a fresh install of v1.1. Just to be sure it wasn't a permission issue, I gave the web server ownership of the entire installation directory, made all dirs 775 and all files 664. I have a couple other "older" installations of v1.1 that are having the same trouble. I'm using Netmirror.org for both XML data and files.

Code: Select all

Error: serendipity_event_page_nugget:ec61184e32742b5eab180d7ca343ea7c (online_repository)
DEBUG: Plugin serendipity_event_page_nugget:ec61184e32742b5eab180d7ca343ea7c not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => online_repository [install_plugin] => serendipity_event_page_nugget [spartacus_fetch] => [action] => [adminAction] => ) .

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_event_page_nugget [1] => [2] => event [3] => 0 [4] => online_repository ) 
INSERT INTO s9y_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_page_nugget:ec61184e32742b5eab180d7ca343ea7c', 7, 'event', '0', 'online_repository')
No valid path/filename found. Aborting.
Classname serendipity_event_page_nugget still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_event_page_nugget still does not exist. Aborting.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Error when installing sidebar plugins, my installation?

Post by garvinhicking »

Hi!

So you are definitely sure that the 'plugins' directory is writable?

Does a directory serendipity_event_page_nugget exist there?

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/
Post Reply