Modify ↓
Opened 16 years ago
Closed 16 years ago
#8303 closed defect (wontfix)
Adding milestone problem
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend | Version: | none |
| Severity: | normal | Keywords: | needinfo |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
First I added new component. It worked fine. I tried to add new milestone with following information: Name: Milestone for Test Component Due: 06/01/2009
when clicked on Add system showed the error. Pleas find below traceback. Could be important: I did not logged in at all
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/TracWebAdmin-0.1.2dev-py2.5.egg/webadmin/web_ui.py", line 119, in process_request
path_info)
File "/usr/lib/python2.5/site-packages/TracWebAdmin-0.1.2dev-py2.5.egg/webadmin/ticket.py", line 163, in process_admin_request
mil.due = util.parse_date(req.args.get('duedate'))
File "/usr/lib/python2.5/site-packages/trac/util/datefmt.py", line 114, in parse_date
raise ValueError, '%s is not a known date format.' % text
ValueError: 06/01/2009 is not a known date format.
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 16 years ago
| Keywords: | needinfo added |
|---|
comment:3 by , 16 years ago
| Milestone: | not applicable |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
The traceback shows TracWebAdmin - please upgrade to Trac 0.11, 0.10 and the separate WebAdmin plugin is not supported anymore.
Note:
See TracTickets
for help on using tickets.



Please set the version field according to your installed Trac version.
Is your locale set correctly for the web server? That is, does it have the
mm/dd/yyyydate format?