Opened 14 years ago
Closed 13 years ago
#8043 closed defect (worksforme)
trac-tags broken with env needs upgrade error
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | TagsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
On 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:
WARNING: Component <tractags.model.TagModelProvider object at 0x9afe44c> requires environment upgrade
I added this to [components], which seems to work-around it for now:
tractags.model.tagmodelprovider = disabled
Without this, it's not possible to run this plugin.
be well, --craig
Attachments (0)
Change History (9)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Used the workaround given by craig on a Trac 0.12 installation with 0.6 version of the TagsPlugin.
What's the consequence of setting tractags.model.tagmodelprovider = disabled
exactly?
comment:3 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 14 years ago by
Owner: | changed from Alec Thomas to Michael Renzmann |
---|
took the liberty to reassign ticket
comment:5 Changed 14 years ago by
We also found this workaround successful on Trac 0.12 with plugin v0.6, but would also like to know what consequences, if any, we're suffering. Before we upgraded from 0.11, we had no problems.
comment:7 Changed 14 years ago by
Issue on Trac 0.12.1 with plugin v0.6 - plugin works fine for wiki pages but tags from tickets do not register.
YMMV but when I set changed ticket_fields = keywords, component
to just ticket_fields = keywords
the tickets started showing up...
comment:8 Changed 13 years ago by
Owner: | changed from Michael Renzmann to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:9 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Closing since there was no response. Please reopen if you continue to experience the issue with the latest version of the trunk.
I've been fighting with this the past couple days as well, with a buildout-installed 0.12 and a handful of other plugins, on python-2.7. (I found that the trunk/ version did install, but didn't play with the keywordsuggest autocomplete patch so I had to use tractags-0.6.
Your work-around really helped me out, thanks.
But I still don't understand the problem. I have tractags-0.6 running successfully on another Trac, but it's 0.11.