Henner Hello! Great wiki - the only one which i found to insert into our own layout and works with php. No a little problem: I just installed the wiki onto SourceForge and now i get an

ERROR #0257: For security reasons your request has been cancelled (and logged).

everytime i try to save an edited text. Any idea what's wrong configured?

Thanks, Henner Kollmann

milky: Ah, SourceForge, what a pain. You should enable or disable "fragments/strike_register_globals" - that's where the error comes from. It is only there for security reasons (though I don't think there are really leaks).

Henner Thanks! Why is SF a pain? Your project is hosted there too?

By the way, i changed the auth_method_form so that it has a new button register an call ewiki_page_userregistry from there. And i change both to let them look a little bit nicer...

If somebody needs this - how can i contribute?

Andy: Best if you drop Mario an E-mail for that particular change, but you could send it to me too.

milky: SourceForge is painful, because they use an outdated PHP interpreter with its outdated config settings. And now it happens that ewiki was written with register_globals=off in mind, and it this one set to =on can cause problems, especially since it's also designed with that 'library approach' in mind.

bottom corner