Spartacus sidebar plugin install trouble

Found a bug? Tell us!!
Post Reply
dand
Regular
Posts: 18
Joined: Wed Sep 17, 2003 4:23 am
Contact:

Spartacus sidebar plugin install trouble

Post by dand »

Hi --- it's been a while since I've posted on this forum. I let my old blog get overgrown with weeds a while back, but it's great to see s9y has some great new features and is as solid as ever!

So, I just installed the latestly nightly (s9y_200512261437) and everything's working fine except for installing sidebar plugins from Spartacus. Installing Event plugins and additional templates is working fine, but when I try to install any sidebar plugin I get an error like:

Code: Select all

Error: serendipity_event_userprofiles:df4dbb449dc4f9734e164fa1fbd33c4f (online_repository)
DEBUG: Plugin serendipity_event_userprofiles:df4dbb449dc4f9734e164fa1fbd33c4f not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => online_repository [install_plugin] => serendipity_event_userprofiles [spartacus_fetch] => [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_event_userprofiles [1] => [2] => event [3] => 0 [4] => online_repository )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_userprofiles:df4dbb449dc4f9734e164fa1fbd33c4f', 8, '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_userprofiles still does not exist. Aborting.

Fatal error: Call to a member function introspect() on a non-object in /fpgs/fpgshttpd/danieldickison/blog/include/admin/plugins.inc.php on line 847
The plugins directory is writable (I even tried it with permissions set to 777). Unfortunately that's all the info I have right now. Is anybody else seeing this, and where should I look to troubleshoot?

Daniel
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Spartacus sidebar plugin install trouble

Post by garvinhicking »

Does spartacus report earlier which files it is trying to download?

Maybe your server is blocking HTTP requests...?

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/
dand
Regular
Posts: 18
Joined: Wed Sep 17, 2003 4:23 am
Contact:

Post by dand »

Thanks for the quick reply. The output I posted earlier is all the output there is. It can't be blocked HTTP because some plugins work fine -- so far all the event plugins I've tried, as well as some of the sidebar plugins installed properly. I'll try to narrow down which plugins work and which ones don't when I get a chance...

Daniel
Post Reply