I had this problem too - for me it ended up being that the
CommitTicketReferenceMacro (just above CommitTicketUpdater) wasn't
enabled, but through following this thread I did also find a
permission error with my PYTHON_EGG_CACHE...
To enable logging visit Admin>Logging and change the Type to file. You
should now have a /path/to/trac/log/trac.log file with all kinds
debugging info (or whatever you set the level to).
If you can't get to the admin you can edit /path/to/trac/conf/trac.ini
and find the [logging] section and change "log_type = none" to
"log_type = file"
-j
On May 10, 12:57 am, Mirek Lauš <
mirek.l...@gmail.com> wrote:
> On May 9, 11:41 pm, RjOllos <
ry...@physiosonics.com> wrote:
>
> > On Wednesday, May 9, 2012 12:35:48 AM UTC-7, Mirek Lauš wrote:
>
> > > Ok, I've found what's the cause there. The message won't get appended
> > > to the
> > > ticket while the ticket is already closed. Is there some config option
> > > to change that?
> > > Or do I have to reopen the ticket manually before commiting?
>
> > There is no config option for that as far as I know, andI'mable to Refs a
> > closed ticket on Trac0.12.3 and the comment gets inserted. Have you made
> I'mnot able to do Python at all.
>
> -ml