Page 1 of 1
plugins are'nt on the cvs ...
Posted: Tue Dec 27, 2005 2:13 pm
by Guest
Hi all
I'm trying to install a pair of plugins using Spartacus, and the work was causing errors with these:
-serendipity_plugin_linklist
-serendipity_plugin_staticpage
I've toke a look at the repository and they does'nt exist, but their event version yes
-serendipity_event_linklist
-serendipity_event_staticpage
Where is the problem?
Re: plugins are'nt on the cvs ...
Posted: Tue Dec 27, 2005 2:49 pm
by garvinhicking
Which s9y version are you using, and what exactly are the steps you execute to download/install those plugins? And do you get any errors?
Regards,
Garvin
Posted: Wed Dec 28, 2005 8:33 am
by Guest
I'm using Serendipity 0.9.1
I get the error, when I'm on "Configure extensions", and I select these plugins to install them on the lateral bar (no problem when trying to install the event version)
I get this error:
Code: Select all
Error: serendipity_plugin_linklist:1ba5d26cdcf59725cbc8803309a64a5a ()
DEBUG: Plugin serendipity_plugin_linklist:1ba5d26cdcf59725cbc8803309a64a5a not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => [install_plugin] => serendipity_plugin_linklist [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_plugin_linklist [1] => [2] => right [3] => 0 [4] => )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_plugin_linklist:1ba5d26cdcf59725cbc8803309a64a5a', 6, 'right', '0', '')
No valid path/filename found. Aborting.
Classname serendipity_plugin_linklist still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_plugin_linklist still does not exist. Aborting.
Fatal error: Call to a member function introspect() on a non-object in /aplicacions/informes/include/admin/plugins.inc.php on line 797
Posted: Wed Dec 28, 2005 8:37 pm
by garvinhicking
In your plugin directory, does the folder serendipity_event_linklist or serendipity_plugin_linklist exist?
If yes, which files does it contain, and which are permissions of the directory and its files?
The error actually tells, that the sidebar plugin file couldn't be found or installed...
Best regards,
Garvin
Posted: Fri Jan 13, 2006 2:14 pm
by Guest
I've changed the server from which spartacus get the plugins and now it downloaded and installed fine.
Thanks!