Modify ↓
#6908 closed defect (worksforme)
Trying to Create a new milestone
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
In Admin>Milestones I added a milestone name and date and clicked submit.
I got: Trac detected an internal error: Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4429-py2.3.egg/webadmin/web_ui.py", line 109, in process_request path_info) File "/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4429-py2.3.egg/webadmin/ticket.py", line 163, in process_admin_request mil.due = util.parse_date(req.args.get('duedate')) File "/usr/lib/python2.3/site-packages/trac/util/datefmt.py", line 114, in parse_date raise ValueError, '%s is not a known date format.' % text ValueError: 03/07/2008 is not a known date format.
We have a new milestone coming up and are unable to assign tickets to users because we cannot add the milestone to our trac.
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Priority: | high → normal |
Resolution: | → worksforme |
Severity: | blocker → normal |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Rules to submit a new ticket:
About this issue: have you checked that the format of the date you submitted matched the specified format, which usually appears as a hint close to the date field?