Modify

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

Attachments (0)

Change History (1)

comment:1 Changed 17 years ago by Russ Tyndall

just wanted to show where the installer installed TracMacroPost (since this name does not match what is specified on the wiki page)

Adding TracAddCommentMacro 0.2 to easy-install.pth file

Installed /usr/lib/python2.4/site-packages/TracAddCommentMacro-0.2-py2.4.egg
Processing dependencies for TracAddCommentMacro==0.2
Searching for TracMacroPost
Reading http://www.python.org/pypi/TracMacroPost/
Reading http://trac-hacks.org/wiki/MacroPostPlugin
Best match: TracMacroPost 0.1
Downloading http://pypi.python.org/packages/2.4/T/TracMacroPost/TracMacroPost-0.1-py2.4.egg#md5=b3b6b7a73ebb3e8cc8190582d37fd112
Processing TracMacroPost-0.1-py2.4.egg
Moving TracMacroPost-0.1-py2.4.egg to /usr/lib/python2.4/site-packages
Adding TracMacroPost 0.1 to easy-install.pth file

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Alec Thomas.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.