Opened 4 years ago

Last modified 2 months ago

#13776 accepted defect

PrivateCommenst fails with 1.4.1 — at Version 1

Reported by: laszlo.elbert@… Owned by: Michael Henke
Priority: normal Component: PrivateCommentPlugin
Severity: normal Keywords:
Cc: virginia.alcaide@…, dmulerom@… Trac Release: 1.4

Description (last modified by Ryan J Ollos)

Dear Colleagues, When enabled under 1.4,

Trac Error

TracError: Unable to check for upgrade of privatecomments.privatecomments.PrivateComments: TypeError: environment_needs_upgrade() takes exactly 2 arguments (1 given)
trac-admin upgrade also fails.
trac.log:
 Trac[env] ERROR: Component <Component privatecomments.privatecomments.PrivateComments> failed with
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/trac/env.py", line 387, in component_guard
    yield
  File "/usr/local/lib/python2.7/dist-packages/trac/env.py", line 750, in needs_upgrade
    if participant.environment_needs_upgrade():
TypeError: environment_needs_upgrade() takes exactly 2 arguments (1 given)
2020-04-06 22:34:35,628 Trac[env] ERROR: Exception caught while checking for upgrade: TracError: Unable to check for upgrade of privatecomments.privatecomments.PrivateComments: TypeError: environment_needs_upgrade() takes exactly 2 arguments (1 given)

Change History (1)

comment:1 Changed 4 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.