Opened 17 years ago
Closed 17 years ago
#6320 closed defect (worksforme)
Install is right but impossible to show the admin panel.
Reported by: | Christophe | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/web | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hello
I have installed Webadmin TracWebAdmin-0.1.2dev_r4240-py2.3.egg into global installation (/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.3.egg)
I use trac 0.10.4.
I have added this permissions:
User Action -------------------------- admin TICKET_ADMIN admin TRAC_ADMIN
after that enter into trac system with admin account, and the admin panel on the left is not present. i can see into the trac log (without error):
2007-11-07 18:24:37,281 Trac[api] DEBUG: Updating wiki page index 2007-11-07 18:25:01,280 Trac[loader] DEBUG: Loading egg plugin webadmin.logging from /usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.3.egg 2007-11-07 18:25:01,282 Trac[loader] DEBUG: Loading egg plugin webadmin.ticket from /usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.3.egg 2007-11-07 18:25:01,283 Trac[loader] DEBUG: Loading egg plugin webadmin.basics from /usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.3.egg 2007-11-07 18:25:01,283 Trac[loader] DEBUG: Loading egg plugin webadmin.perm from /usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.3.egg 2007-11-07 18:25:01,284 Trac[loader] DEBUG: Loading egg plugin webadmin.web_ui from /usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.3.egg 2007-11-07 18:25:01,285 Trac[loader] DEBUG: Loading egg plugin webadmin.plugin from /usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.3.egg
The python (and trac and webmin is done with root account. trac is running under apache 2 whith mod_python.
Thx in advance Christophe
Try enabling the module as well (see TracIni#components-section, but this was explained in the WebAdmin page as well).
This makes me think that we should perhaps add a log line for component activation as well, since loading a plugin and enabling (some of) its components is a different thing.