Modify ↓
Ticket #4090 (closed defect: invalid)
Opened 5 years ago
Last modified 5 years ago
TypeError (PermissionCache is not iterable) on Roadmap page
| Reported by: | jtauber@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Attachments
Change History
comment:1 Changed 5 years ago by cboos
comment:2 Changed 5 years ago by jtauber@…
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 Changed 5 years ago by jtauber@…
- Resolution set to invalid
- Status changed from new to 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).