Installing of SnipSnap on my debian server worked immediately but when I tried to install it on my developer box also debian I
got just the same symptom as laxos.
Anybody with suggestions?
I turned on some more logging with app.logger=org.radeox.util.logging.SystemOutLogger
WARN - PostDaemon: not started
But why?
DEBUG - PluginLoader: Loaded plugin: class org.radeox.macro.QuoteMacro
Looking at the log it seems like all the filters and macros are loaded but only some of the filters works like bold and striketrough but none of the macros work.
Looking at the html source the macros are just printed out and not interpreted.
It also looks like the Macro filter is loaded twice.
04:23:34.499 DEBUG - Loaded filter: org.radeox.filter.MacroFilter
04:23:34.499 DEBUG - Loaded filter: org.radeox.filter.MacroFilter
Why?