Modify ↓
      
Opened 21 years ago
Closed 21 years ago
#1364 closed defect (fixed)
No notification sent after new ticket creation
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9 | 
| Component: | ticket system | Version: | devel | 
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Here is the output of logfile:
Mar 26 19:10:55 trac Trac[Ticket] ERROR: Failure sending notification on creation of ticket #2: 'NoneType' object has no attribute 'hdf'
Traceback (most recent call last):
   File "/usr/local/lib/python2.4/site-packages/trac/Ticket.py", line 304, in create_ticket
     tn = TicketNotifyEmail(self.env)
   File "/usr/local/lib/python2.4/site-packages/trac/Notify.py", line 168, in __init__
     NotifyEmail.__init__(self, env)
   File "/usr/local/lib/python2.4/site-packages/trac/Notify.py", line 87, in __init__
     Notify.__init__(self, env)
   File "/usr/local/lib/python2.4/site-packages/trac/Notify.py", line 45, in __init__
     populate_hdf(self.hdf, env)
   File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 211, in populate_hdf
     add_link(req, 'start', env.href.wiki())
   File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 152, in add_link
     while req.hdf.get('links.%s.%d.href' % (rel, idx)): AttributeError: 'NoneType' object has no attribute 'hdf'
      Attachments (0)
Change History (2)
comment:1 by , 21 years ago
| Description: | modified (diff) | 
|---|---|
| Milestone: | → 0.9 | 
| Status: | new → assigned | 
  Note:
 See   TracTickets
 for help on using tickets.
    


  
Made the description readable.