Hi Remy, Thanks for the advice. After more research I think it is down to my python eggcache location. I seem to have a python-egg cache error :
Trac[commit_updater] ERROR: Failure sending notification on change to ticket #26: ExtractionError: Can't extract file(s) to egg cache Although, like many others before me, using SetEnv, or PythonOption does not seem to make one bit of difference. For example even when this is added to trac.conf in httpd/conf.d.... PythonOption PYTHON_EGG_CACHE /tmp I continue to get this error : [Errno 13] Permission denied: '/var/www/.python-eggs' So it seems to be ignoring the location set above. Currently googling for more solutions. Cheers Alan Kind regards, Alan On 31 May 2010 19:39, Remy Blank <[email protected]> wrote: > Happy wrote: >> Using >> the keywords fixes and ref e.t.c. in svn commit messages work a treat, >> however unlike the webinterface, no emails are sent when I commit a >> message containing something like "Fixes #20", even though trac does >> close it. > > You mean that a ticket comment does appear, the ticket is closed, but no > notification is sent? > >> Am i just missing another call i need to add to post-commit in order >> for trac to send out email notifications? > > I have just tested here with current trunk, and the notifications are > delivered correctly. Can you try setting the log level to DEBUG and see > if there's anything relevant in the log? > > -- Remy > > -- This message, together with any attachments, is for the confidential and exclusive use of the intended addressee(s). If you receive it in error, please delete the message. All information contained within this e-mail is without prejudice. Do not disclose, copy, circulate or use any information contained herein. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
