Opened 18 years ago

Last modified 16 years ago

#545 closed defect

Error with init — at Version 2

Reported by: anonymous Owned by: Team5
Priority: normal Component: PeerReviewPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.10

Description (last modified by Noah Kantrowitz)

Following error occurs on tracd restart after installing plugin:

The Trac Environment needs to be upgraded. 

if the PeerReviewInit is disabled, Trac allows entry into the project and the PeerReview tab is shown. However, when attempting to browse to PeerReview, the following is generated:

Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 315, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 200, in dispatch
    resp = chosen_handler.process_request(req)
  File "build\bdist.win32\egg\codereview\peerReviewMain.py", line 75, in process_request
  File "build\bdist.win32\egg\codereview\dbBackend.py", line 38, in getMyCodeReviews
  File "build\bdist.win32\egg\codereview\dbBackend.py", line 174, in execCodeReviewQuery
  File "C:\Python23\Lib\site-packages\trac\db\util.py", line 48, in execute
    return self.cursor.execute(sql)
  File "C:\Python23\Lib\site-packages\sqlite\main.py", line 244, in execute
    self.rs = self.con.db.execute(SQL)
DatabaseError: no such table: CodeReviews

Change History (2)

comment:1 Changed 18 years ago by anonymous

Severity: normalblocker

comment:2 Changed 18 years ago by Noah Kantrowitz

Description: modified (diff)

Fixing formatting.

Have you tried doing as it says and upgrading your environment? I'd say its a pretty big giveaway that you should do as the software tells you.

Note: See TracTickets for help on using tickets.