Problem with all plugins

Creating and modifying plugins.
Post Reply
siggi
Posts: 4
Joined: Fri Apr 13, 2007 8:05 pm

Problem with all plugins

Post by siggi »

Im having trouble using my plugins i alwayg get an error when i try to install, what can i do? this is the error msg:

Error: serendipity_event_userprofiles:1a11347d8ba7a0dc7cc719cfe5a3fc70 (online_repository)
DEBUG: Plugin serendipity_event_userprofiles:1a11347d8ba7a0dc7cc719cfe5a3fc70 not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => online_repository [install_plugin] => serendipity_event_userprofiles [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_userprofiles [1] => [2] => event [3] => 0 [4] => online_repository )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_userprofiles:1a11347d8ba7a0dc7cc719cfe5a3fc70', 18, 'event', '0', 'online_repository')
No valid path/filename found. Aborting.
Classname serendipity_event_userprofiles still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_event
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problem with all plugins

Post by garvinhicking »

Hi!

You might need to ask your webserver provider if he is firewalling outgoing port 80. In that case, you cannot use the spartacus plugin and must fetch plugins manually from http://spartacus.s9y.org/.

Also check if your /plugins directory is world-writable, so that PHP can save files there.

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/
siggi
Posts: 4
Joined: Fri Apr 13, 2007 8:05 pm

Post by siggi »

Thaks for your help, I resolved the problem by overwriting the directory serendipity_event_spartacus then i worked fine =)
Post Reply