id summary reporter owner description type status priority component severity resolution keywords cc release 3365 IndexError: list index out of range peerReviewView.html ron@… Sebastian Marek "Error: IndexError: list index out of range When user searches for code reviews or views any that aren't theirs the Index error appears when they choose one of the reviews that appears. There error happens on http://192.168.2.33/trac/peerReviewView?Review=2 for example. Quick Fix: edit the html in /tmp/.pythoneggs/ and in the templates and on the peerReviewView.html Edit the following to look like example beneath it: 0"" py:for=""item in rvs"" class=""${cls.next()}""> ${item[0]} ${item[1]} 0"" py:for=""item in rvs"" class=""${cls.next()}""> ${item[0]} The problem is if you restart trac this change is not there. Traceback: File ""/tmp/.python-eggs/TracCodeReview-2.1_toddlerdev_r0-py2.4.egg-tmp/codereview/templates/peerReviewView.html"", line 93, in ${item[1]} System Info: System Information: User Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.15) Gecko/20080702 Fedora/2.0.0.15-1.fc8 Firefox/2.0.0.15 Trac: 0.11 Python: 2.4.3 (#1, May 24 2008, 13:47:28) [GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] setuptools: 0.6c8 SQLite: 3.3.6 pysqlite: 1.1.7 Genshi: 0.5 mod_python: 3.2.8 Pygments: 0.10 jQuery: 1.2.3" defect closed normal PeerReviewPlugin normal fixed 0.11