Edgewall Software

Opened 19 years ago

Last modified 18 years ago

#929 closed defect

traceback when trying to create new ticket with 0.8-rc1 — at Initial Version

Reported by: robdclark@… Owned by: Jonas Borgström
Priority: normal Milestone: 0.8
Component: ticket system Version: 0.7.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

not sure if it matters, I was using the Safari (macosx) web browser. Had no problems with 0.7.1 prior to upgrading.

[[[

Traceback (most recent call last):

File "/sw/lib/python2.3/site-packages/trac/core.py", line 525, in cgi_start

real_cgi_start()

File "/sw/lib/python2.3/site-packages/trac/core.py", line 520, in real_cgi_start

dispatch_request(path_info, args, req, env)

File "/sw/lib/python2.3/site-packages/trac/core.py", line 435, in dispatch_request

module.run()

File "/sw/lib/python2.3/site-packages/trac/Module.py", line 44, in run

self.render()

File "/sw/lib/python2.3/site-packages/trac/Ticket.py", line 298, in render

self.create_ticket()

File "/sw/lib/python2.3/site-packages/trac/Ticket.py", line 290, in create_ticket

tn.notify(ticket, newticket=1)

File "/sw/lib/python2.3/site-packages/trac/Notify.py", line 189, in notify

self.hdf.setValue('email.ticket_props', self.format_props())

File "/sw/lib/python2.3/site-packages/trac/Notify.py", line 245, in format_props

if '\n' in tkt[f]:

TypeError: iterable argument required

]]]

Change History (0)

Note: See TracTickets for help on using tickets.