Modify ↓
Opened 14 years ago
Closed 12 years ago
#8450 closed defect (duplicate)
Upgrade Error question?
Reported by: | Owned by: | Colin Guthrie | |
---|---|---|---|
Priority: | normal | Component: | ClientsPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
Hi When I run the upgrade after enabling the plugin I get the following error
ClientsPlugin needs an upgrade * Upgrading db Creating client table WorklogPlugin Exception: table client already exists * Upgrading reports UnboundLocalError: local variable 'version' referenced before assignment
I have corrected the typo in reportmanager.py as noted in the Recent Changes section(9713).
Please Help. Thanks.
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #7450. See that ticket for solution.
Note: See
TracTickets for help on using
tickets.
I was having the same problem, but I managed to solve it by adding "global version" between lines 21 and 23 on reportmanager.py
Hope it helps!
Y.