Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#10822 closed defect (duplicate)

Peer Review Plug-in Not Wolrking — at Version 3

Reported by: andy.barreras@… Owned by: Olemis Lang
Priority: high Component: PeerReviewPlugin
Severity: blocker Keywords:
Cc: Ryan J Ollos Trac Release: 1.0

Description (last modified by Ryan J Ollos)

Using Trac 1.0 with a PostgreSQL back end, I receive the following error when Clicking on the Peer Review navigation button:

ProgrammingError: relation "codereviews" does not exist
LINE 1: ...iew, Author, Status, DateCreate, Name, Notes FROM CodeReview...
                                                             ^

Python Traceback
Most recent call last:

    File "c:/docume~1/svchou~1/locals~1/temp/easy_install-tyu9e_/Trac-1.0-py2.7-win32.egg.tmp/trac/web/main.py", line 497, in _dispatch_request
    File "c:/docume~1/svchou~1/locals~1/temp/easy_install-tyu9e_/Trac-1.0-py2.7-win32.egg.tmp/trac/web/main.py", line 214, in dispatch
    File "build/bdist.win32/egg/codereview/peerReviewMain.py", line 74, in process_request
    File "build/bdist.win32/egg/codereview/dbBackend.py", line 37, in getMyCodeReviews
    File "build/bdist.win32/egg/codereview/dbBackend.py", line 177, in execCodeReviewQuery
    File "c:/docume~1/svchou~1/locals~1/temp/easy_install-tyu9e_/Trac-1.0-py2.7-win32.egg.tmp/trac/db/util.py", line 66, in execute  

Change History (3)

comment:1 Changed 11 years ago by Olemis Lang

Support for 1.0 is one of the outstanding milestones we have in mind .

comment:2 Changed 11 years ago by Jun Omae

Resolution: duplicate
Status: newclosed

A duplicate of #10812.

comment:3 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.