Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#1364 closed defect (fixed)

No notification sent after new ticket creation

Reported by: outi <outi@…> 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 Christopher Lenz)

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 Christopher Lenz, 20 years ago

Description: modified (diff)
Milestone: 0.9
Status: newassigned

Made the description readable.

comment:2 by Christopher Lenz, 20 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [1452].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.