Edgewall Software

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12366 closed defect (cantfix)

UndefinedError: <trac.perm.PermissionCache object at 0x7f20cdf171e0> has no member named "permissions" — at Version 1

Reported by: wachkama@… Owned by:
Priority: normal Milestone:
Component: general Version: 1.2dev
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Jun Omae)

I am getting errors when i install simplemultiproject version 0.50. Followed the installation process and plugin was succesfuly installed but it wount start. getting this errors.

  1. Trac detected an internal error:
    UndefinedError: <trac.perm.PermissionCache object at 0x7f20cdf171e0> has no member named "permissions"
    
  2. Most recent call last:
    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()">
      <form py:if="'PROJECT_ADMIN' in perm.permissions()" class="addnew" id="simplemultiproject" action="" method="post">
    
  3. Trace back error.
    [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
    

Change History (1)

comment:1 by Jun Omae, 8 years ago

Component: wiki systemgeneral
Description: modified (diff)
Milestone: 1.2
Resolution: cantfix
Status: newclosed
Note: See TracTickets for help on using tickets.