Daniel:

I also had this problem during my first experience with Trac.

Did you set permissions? TRAC_ADMIN is not set for the anonymous user when a
new environment is created -- for security reasons, of course. The following
adds a user to a group and assigns permissions to the group:

        # trac-admin /path/to/env permission add youruser youradmingroup
        # trac-admin /path/to/env permission add youradmingroup TRAC_ADMIN

        Hint: You can also 'list' permissions for the specified Trac to see
what might be different between environments; multiple permissions can be
specified at once, separated by a space.


You can enable WebAdmin by default for all environments (or disable
per-environment in the respective trac.ini):

        - Drop the .egg in your Python libs path (or use easy_install)

        - Edit your global trac.ini to enable as default:
                [components]
                webadmin.* = enabled

        - You can disable it per-environment via trac.ini:
                [components]
                webadmin.* = disabled

        - Restart the Web site in IIS (via the management console).


Hope this helps.


--Jim Crissman
IT Representative / Freight Management, Inc.

 


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Daniel Hahn
Sent: Wednesday, December 12, 2007 14.42
To: [email protected]
Subject: [Trac] webadmin


Hi all,

I am running trac .11 on an windows 2003 server with Apache.  

I have everything working fine in my original instillation.  I created a
second trac env with the trac-admin initenv command and while I can add in
plugins to it and they work when enabeled, It does not seem to have the
webadmin running for the second wiki but it is running for the first wiki.




Any thoughts?


Daniel Hahn
Seniors Systems Admin TwinTechs








--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to