Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#4012 closed defect (fixed)

TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'

Reported by: stromnov@… Owned by: Christian Boos
Priority: normal Milestone: 0.11
Component: wiki system Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

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

System Information

Python 2.4.3 (#2, Oct 18 2006, 08:31:46)
[GCC 3.4.4 [FreeBSD] 20050518]
Subversion 1.4.0
SQLite 3.3.7
pysqlite 2.3.2

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 377, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 248, in dispatch
    content_type)
  File "/usr/local/lib/python2.4/site-packages/trac/web/chrome.py", line 471, in render_template
    return stream.render(method, doctype=doctype)

  ...some traceback stripped off...

  File "/usr/local/lib/python2.4/site-packages/genshi/template.py", line 929, in _eval
    result = data.evaluate(ctxt)
  File "/usr/local/lib/python2.4/site-packages/genshi/eval.py", line 103, in evaluate
    {'data': data})
  File "/usr/local/share/trac/templates/wiki_diff.html", line 73, in <Expression u"new_version - old_version > 1 and "version %d to " % (old_version+1) or """>
    <input type="submit" name="delete_version" value="Delete ${
TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 18 years ago

Milestone: 0.11
Owner: changed from Jonas Borgström to Christian Boos
Severity: normalminor

Ok, this is triggered when trying to view the Last change of a newly created page.

comment:2 by Christian Boos, 18 years ago

Resolution: fixed
Status: newclosed

Should be fixed by r4023.

Modify Ticket

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