Changes between Initial Version and Version 3 of Ticket #8043


Ignore:
Timestamp:
Dec 4, 2010, 11:27:11 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8043 – Description

    initial v3  
    11On a 'clean' install of trac (eg: webfaction one-click installer 0.12, as well as from trac trunk), I tried to add the tractags plugin (both 0.6 and trunk, same issue). After upgrading the environment, it kept insisting I upgrade, and when I tried that, it gave an error (tag table already exists). After poking around, I found this is what triggers it:
    22
     3{{{
    34WARNING: Component <tractags.model.TagModelProvider object at 0x9afe44c> requires environment upgrade
    4 
     5}}}
    56I added this to [components], which seems to work-around it for now:
    6 
     7{{{
    78tractags.model.tagmodelprovider = disabled
    8 
     9}}}
    910Without this, it's not possible to run this plugin.
    1011