Modify ↓
Opened 15 years ago
Closed 15 years ago
#5605 closed defect (worksforme)
Trac not sending emails on ticket change
Reported by: | William Ghelfi | Owned by: | Jeff Hammel |
---|---|---|---|
Priority: | normal | Component: | RepositoryHookSystemPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
- No error regarding PYTHON_EGG_CACHE logged with loglevel = DEBUG
- PYTHON_EGG_CACHE world-writable
- Trac 0.11.2.1
- RepositoryHookSystem 0.1.1 generating a post-commit hook
- I close a ticket via the web ui, the email is sent
- I close (o any other change) a ticket via the post-commit hook, the ticket is closed but the email is not sent
Any hints?
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
Summary: | Trac not sending emails ok ticket change → Trac not sending emails on ticket change |
---|
comment:2 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
PYTHON_EGG_CACHE was world-writeable but the plugin didn't know where it was.
putting an
export PYTHON_EGG_CACHE=/proper/path
in the generated post-commit hook did the trick