Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7068 closed defect (wontfix)

Trac detected an internal error: (Nice!!! trac have a BUG!!!)

Reported by: anonymous Owned by: Christopher Lenz
Priority: normal Milestone:
Component: admin/web Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.

TracGuide — The Trac User and Administration Guide Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4429-py2.4.egg/webadmin/web_ui.py", line 109, in process_request
    path_info)
  File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4429-py2.4.egg/webadmin/ticket.py", line 243, in process_admin_request
    ver.time = util.parse_date(req.args.get('time'))
  File "/usr/lib/python2.4/site-packages/trac/util/datefmt.py", line 114, in parse_date
    raise ValueError, '%s is not a known date format.' % text
ValueError: 4332409820 is not a known date format.

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 16 years ago

Component: admin/consoleadmin/web
Description: modified (diff)
Priority: highestnormal

Please provide details, such as the version of Trac you are using.

comment:2 by Christian Boos, 16 years ago

Resolution: wontfix
Status: newclosed

Anyway, this is with the TracWebAdmin plugin - which is not really supported anymore now that 0.11 becomes available with the web admin integrated in Trac.

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.