Edgewall Software
Modify

Opened 12 years ago

Closed 12 years ago

#10926 closed defect (duplicate)

test

Reported by: admin Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /wiki, Trac issued an internal error.

(please provide additional details here)

User Agent was: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4

System Information

Trac 0.11.6.ja1
Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)]
setuptools 0.6
SQLite 3.6.20
pysqlite 2.4.1
Genshi 0.6
mod_wsgi 3.2 (WSGIProcessGroup kanon WSGIApplicationGroup %{GLOBAL})
Pygments 1.1.1
Bazaar 2.1.1
TracBzr 0.4.2
Subversion 1.6.11 (r934486)
RPC 1.1.2-r12168
CustomFieldAdmin 0.2.5
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/Trac-0.11.6.ja1-py2.6.egg/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/site-packages/Trac-0.11.6.ja1-py2.6.egg/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.6/site-packages/Trac-0.11.6.ja1-py2.6.egg/trac/wiki/web_ui.py", line 119, in process_request
    page = WikiPage(self.env, pagename)
  File "/usr/lib/python2.6/site-packages/Trac-0.11.6.ja1-py2.6.egg/trac/wiki/model.py", line 43, in __init__
    self._fetch(name, version, db)
  File "/usr/lib/python2.6/site-packages/Trac-0.11.6.ja1-py2.6.egg/trac/wiki/model.py", line 70, in _fetch
    self.time = datetime.fromtimestamp(time, utc)
ValueError: year is out of range

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 12 years ago

Resolution: duplicate
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.