this is my first s9y setup. I am very happy using s9y via supersized.org , but decided to host it now on my own.
Everything about the setup is fine, but the installation of plugins via spartacus does not work.
Some hard facts:
s9y 1.0b2
PHP 4.3.10
linux (SuSE)
Spartacus via netmirror.
Installing other plugins works fine, rights should not affect the problem.
Installing design templates via spartacus works to.
Fetching the plugin list /home/u100/www/www.gellert.de/htdocs//serendipity/temp ... ent_de.xml works.
But when i try to install any plugin, see what happens:
Code: Select all
Fehler: serendipity_event_amazonchooser:540de456caee2c16406841f7313b0064 (online_repository)
DEBUG: Plugin serendipity_event_amazonchooser:540de456caee2c16406841f7313b0064 not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => online_repository [install_plugin] => serendipity_event_amazonchooser [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_amazonchooser [1] => [2] => event [3] => 0 [4] => online_repository )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_amazonchooser:540de456caee2c16406841f7313b0064', 13, 'event', '0', 'online_repository')
No valid path/filename found. Aborting.
Classname serendipity_event_amazonchooser still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_event_amazonchooser still does not exist. Aborting.
Fatal error: Call to a member function on a non-object in /home/blabla/htdocs/serendipity/include/admin/plugins.inc.php on line 376
What program is used to fetch the packages from the netmirror ? The same code (fopen,wget...) like for the filelist ?
Thx in advance,
Andre