I have almost broken my head thinking how to put Spartacus in work on my web server with safe_mode on (the provider doesn't want to change it, he says "security reasons"...). But finally I made it up
The only trouble in the spartacus is the creating of directories. When you create them in standard way, you cannot change their privilegies and because standard privilegies are not write privilegies for php... . My solution is to create the directories using ftp access. So I added this function and modified Spartacus plugin accordingly. This solves the Spartacus download trouble. But it can pretty well fix the trouble when creating directories in media administration. It is only necessary to inlude a new event hook call in (/include/admin/images.inc.php) file. The hook is then processed in Spartacus plugin.
You can download modified files for testing at:
http://vlada.ajgl.cz/myplugins/spartacu ... load_1.zip
If you, the developpers of Serendipity, find it good, feel free to include my code in next release.
Bye Vladimir