Modify ↓
Opened 18 years ago
Closed 18 years ago
#4090 closed defect (invalid)
TypeError (PermissionCache is not iterable) on Roadmap page
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Any suggestions on how to upgrade from one (running) revision on the trunk to another?
I did an svn up then re-installed which is what let to this error.
comment:3 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Okay, solved the problem. I was not properly stopping tracd and so an old instance was still running with new code on disk.
I'll close it invalid as it was operator error.
Note:
See TracTickets
for help on using tickets.
Well, you apparently have an installation issue, and you're using some old trac/perm.py code, as in the new one, PermissionCache has a
__contains__
method which should be called here (source:trunk/trac/perm.py@4150#L270).