Changes between Initial Version and Version 1 of Ticket #12366
- Timestamp:
- Feb 26, 2016, 10:56:00 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12366
- Property Status new → closed
- Property Component wiki system → general
- Property Resolution → cantfix
- Property Milestone 1.2
-
Ticket #12366 – Description
initial v1 4 4 5 5 1. Trac detected an internal error: 6 6 {{{ 7 7 UndefinedError: <trac.perm.PermissionCache object at 0x7f20cdf171e0> has no member named "permissions" 8 8 }}} 9 9 2. Most recent call last: 10 10 {{{ 11 11 File "/var/trac/eggs/SimpleMultiProject-0.5.0-py2.7.egg-tmp/simplemultiproject/templates/simplemultiproject_adminpanel.html", line 66, in <Expression u"'PROJECT_ADMIN' in perm.permissions()"> 12 12 <form py:if="'PROJECT_ADMIN' in perm.permissions()" class="addnew" id="simplemultiproject" action="" method="post"> 13 13 }}} 14 14 3. Trace back error. 15 15 {{{ 16 16 [Fri Feb 26 12:13:09.729123 2016] [:error] [pid 1692:tid 139669408818944] /var/trac/sites/Project/plugins/SimpleMultiProject-0.5.0-py2.7.egg/simplemultiproject/admin.py:166: RuntimeWarning: Parent module 'simplemultiproject' not found while handling absolute import 17 17 }}}