Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 2 years ago

#6908 closed defect (worksforme)

Trying to Create a new milestone

Reported by: bbolt@… 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 Emmanuel Blot)

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 Emmanuel Blot, 17 years ago

Description: modified (diff)
Priority: highnormal
Resolution: worksforme
Severity: blockernormal
Status: newclosed

Rules to submit a new ticket:

  1. Check for duplicates (this issue has already been reported)
  2. Always specify the Trac version you use (you left the version field empty)
  3. Please be faire with the severity level (this is not a blocker issue, it does not prevent Trac from running)

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?

comment:2 by osimons, 17 years ago

Also a duplicate of #4927 - and improved for 0.11

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.