Changes between Initial Version and Version 2 of Ticket #545


Ignore:
Timestamp:
Jul 28, 2006, 1:24:49 AM (18 years ago)
Author:
Noah Kantrowitz
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #545

    • Property Severity changed from normal to blocker
  • Ticket #545 – Description

    initial v2  
    11Following error occurs on tracd restart after installing plugin:
     2{{{
     3The Trac Environment needs to be upgraded.
     4}}}
    25
    3 The Trac Environment needs to be upgraded.
    4 
    5 if the PeerReviewInit is disabled, Trac allows entry into the project and the PeerReview tab is shown.
    6 However, when attempting to browse to PeerReview, the following is generated:
    7 
     6if the !PeerReviewInit is disabled, Trac allows entry into the project and the !PeerReview tab is shown.
     7However, when attempting to browse to !PeerReview, the following is generated:
     8{{{
    89Traceback (most recent call last):
    910  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 315, in dispatch_request
     
    1920    self.rs = self.con.db.execute(SQL)
    2021DatabaseError: no such table: CodeReviews
     22}}}