Opened 17 years ago
Last modified 17 years ago
#2546 new defect
Post does not work
Reported by: | Russ Tyndall | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | AddCommentMacro |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Whenever I post a comment, i am presented with the "create this page" button on a blank version of the current wiki page. There is nothing useful in the log. I tried adding more logging to see if I could spot what was wrong, but it looks like the wiki processor is not even being invoked. As I dont get the log message that I added right up front (see below) or the one in the macro post handler. I have enabled both the TracMacroPost and AddCommentMacro. I tried installing MacroPostPlugin separately but that made trac entirely unstable. I labeled it a blocker because the plugin is inoperable for me at the moment. (Sorry if I have missed something obvious).
def render_macro(self, req, name, content): self.log.debug('ADDComment Macro responding') return self.execute(req.hdf, content, self.env)
You help is greatly appreciated,
Russ
just wanted to show where the installer installed TracMacroPost (since this name does not match what is specified on the wiki page)