Installing plugins

Having trouble installing serendipity?
Post Reply
markw314
Regular
Posts: 17
Joined: Wed May 30, 2007 5:51 pm

Installing plugins

Post by markw314 »

I just upgraded to v1.2. Now when I try to install a plugin, I get the following:

Code: Select all

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

Fatal error: Call to a member function on a non-object in D:\springfield\serendipity\include\admin\plugins.inc.php on line 442
The plugins do not get downloaded to my system. This happens with any plugin that I have tested.

Any ideas? Questions?

Thanks,

M
RJH
Regular
Posts: 58
Joined: Sat Dec 09, 2006 2:38 am
Contact:

Post by RJH »

Im just a novice at this but it looks like the file path for your plugins or plugins directory isnt correct.
www.thatpoliticalblog.com

Calling illegal aliens immigrants is like calling a burglar a house guest.
markw314
Regular
Posts: 17
Joined: Wed May 30, 2007 5:51 pm

Post by markw314 »

I don't even know where to check that. In configuration, in the paths section, everything looks fine. And the plugins I have are working fine. It only seems to have trouble downloading them.

But your point is well taken. perhaps it is trying to put them into a different directory than what I have. I'll dive into the config for another place it might be defined.
RJH
Regular
Posts: 58
Joined: Sat Dec 09, 2006 2:38 am
Contact:

Post by RJH »

Have you tried to FTP them manually to your server? Or do you use Spartacus?
www.thatpoliticalblog.com

Calling illegal aliens immigrants is like calling a burglar a house guest.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Did you check if your "plugins" directory is writable for your webserver user? And did you make sure the mirrors and options of the spartacus plugin's configuration are properly set?

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