Modify ↓
Opened 19 years ago
Closed 19 years ago
#4012 closed defect (fixed)
TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'
| Reported by: | 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 , 19 years ago
| Milestone: | → 0.11 |
|---|---|
| Owner: | changed from to |
| Severity: | normal → minor |
Note:
See TracTickets
for help on using tickets.



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