Error with Spartacus

Found a bug? Tell us!!
Post Reply
kraj
Regular
Posts: 9
Joined: Thu Aug 23, 2007 7:55 am

Error with Spartacus

Post by kraj »

Hello,

I am a new user to Serendipity.
Installed version 1.1.4.
FreeBSD 6.2, PHP 5.2.3, Apache 2.4, PostgreSQL.
Everything is running great except for spartacus.
I just tried installing a plugin directly from the UI.
Download is failing with the following error, which I have seen for various plugins. If I manually download a plugin and place it in the plugins directory, it works fine.

Error: serendipity_event_assigncategories:0642c68de27106dea2ddf1626987bbef (online_repository)
DEBUG: Plugin serendipity_event_assigncategories:0642c68de27106dea2ddf1626987bbef not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => online_repository [install_plugin] => serendipity_event_assigncategories [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_assigncategories [1] => [2] => event [3] => 0 [4] => online_repository )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_assigncategories:0642c68de27106dea2ddf1626987bbef', 19, 'event', '0', 'online_repository')
No valid path/filename found. Aborting.
Classname serendipity_event_assigncategories still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_event_assigncategories still does not exist. Aborting.

Fatal error: Call to a member function introspect() on a non-object in /usr/local/www/apache22/data/blog/include/admin/plugins.inc.php on line 441
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Error with Spartacus

Post by garvinhicking »

Hi!

To which mirror did you set the Spartacus plugin config?

Is the 'plugins' directory 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/
kraj
Regular
Posts: 9
Joined: Thu Aug 23, 2007 7:55 am

Post by kraj »

The plugins directory has 0777 rights.
Owner is www, group is wheel.
Both mirror settings are pointing to Netmirror.org.
All other settings are assuming system defaults.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Was the Serendipity_event_Assigncategories directory created, are there files in it?

Maybe it can work if you manually create that directory and assign 0777 rights to it. Usually this is only related to wrong mirrors or missing privileges.

If that all doesn't work, I'm a bit clueless. Would you have temproary FTP Access for me to check things? If so, please contact me via PM.

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/
kraj
Regular
Posts: 9
Joined: Thu Aug 23, 2007 7:55 am

Post by kraj »

The serendipity_event_assigncategories directory was not created.
I created it manually and now it appears to be working.

Thanks!
Post Reply