Ticket #1 (closed defect: worksforme)
Environment not found
| Reported by: | admin | Owned by: | rakesh, vihan |
|---|---|---|---|
| Type: | defect | Priority: | critical |
| Milestone: | milestone1 | Component: | Gnowledge.org |
| Version: | Keywords: | trac admin | |
| Cc: | "Vihan Pandey" <vihanpandey@…>, "Rakesh Pandit" <rakesh.pandit@…> |
Description (last modified by admin) (diff)
The trac system installed at gnowledge.org gives 'Environment not >found' error while trying to access any of the admin links. I am >posting this to also learn how the trac system works.
Editing the /var/trac/conf/trac.ini helped fix the error.
The change was :
8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-<---
[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.accountmanager = disabled
acct_mgr.db.sessionstore = disabled
acct_mgr.htfile.abstractpasswordfilestore = disabled
acct_mgr.htfile.htdigeststore = disabled
acct_mgr.htfile.htpasswdstore = disabled
acct_mgr.http.httpauthstore = disabled
acct_mgr.pwhash.htdigesthashmethod = disabled
acct_mgr.pwhash.htpasswdhashmethod = disabled
acct_mgr.svnserve.svnservepasswordstore = disabled
acct_mgr.web_ui.accountmodule = disabled
acct_mgr.web_ui.loginmodule = disabled
acct_mgr.web_ui.registrationmodule = disabled
tracaccountmanager.* = enabled
webadmin.basics.projectadminpage = disabled
webadmin.logging.loggingadminpage = disabled
webadmin.perm.permissionadminpage = disabled
webadmin.plugin.pluginadminpage = disabled
webadmin.ticket.componentadminpage = disabled
webadmin.ticket.milestoneadminpage = disabled
webadmin.ticket.priorityadminpage = disabled
webadmin.ticket.severityadminpage = disabled
webadmin.ticket.tickettypeadminpage = disabled
webadmin.ticket.versionadminpage = disabled
webadmin.web_ui.adminmodule = disabled
8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-<---
Regards,
- vihan
