#14354 closed defect (duplicate)
Trac 1.4: environment_needs_upgrade() takes exactly 2 arguments (1 given)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | TracTicketReferencePlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description
Once the TracTicketReferencePlugin is activated Trac 1.4.4 stops working and only renders an error instead:
TracError: Unable to check for upgrade of ticketref.api.TicketRefsPlugin: TypeError: environment_needs_upgrade() takes exactly 2 arguments (1 given)
We're trying to get cross-ticket references so if anyone has other suggestions they are welcome: https://trac.osgeo.org/osgeo/ticket/2105
Attachments (0)
Change History (7)
comment:1 Changed 4 months ago by
comment:2 Changed 4 months ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 follow-up: 7 Changed 4 months ago by
Hm, please try to checkout the latest version from the repository, https://trac-hacks.org/svn/tracticketreferenceplugin/1.0, instead of pypi:TracTicketReferencePlugin. I have no permission to push packages to the pypi:TracTicketReferencePlugin.
comment:4 Changed 3 months ago by
We upgraded to 1.6, can't test 1.4 anymore. Assuming it would have worked.
comment:6 Changed 3 months ago by
comment:7 Changed 3 months ago by
Replying to Jun Omae:
Hm, please try to checkout the latest version from the repository, https://trac-hacks.org/svn/tracticketreferenceplugin/1.0, instead of pypi:TracTicketReferencePlugin. I have no permission to push packages to the pypi:TracTicketReferencePlugin.
I uploaded source and wheel packages of the latest version to pypi:TracTicketReferencePlugin. It is able to install via pypi instead of checking out the repository, now.
It is the TicketRefsPlugin component, in particular, that triggers the error. TicketRefsTemplate can be enabled successfully