I have the same issue.  My global trac.ini is not being recognized for
anything (including "[components] webadmin.* = enabled".  Does anone
know how to debug/troubleshoot this?

thanks

Sam

On 5/25/06, Shawn Kasulka <[EMAIL PROTECTED]> wrote:
I preaty new to TRAC but here is what I have.
I have install Trac 9.5 on Debian Sarge from the unstable packages.  I
want this to be a multi-project setup.  Everything is working great
but I have installed webadmin plugin as instructed (see my steps
below).  But I don't see the webadmin button.  If I add the
[components] webadmin.* = enabled to the project trac.in it works.
Thanks in advance.
Shawn



cd /tmp
wget http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py

svn co http://svn.edgewall.com/repos/trac/sandbox/webadmin/
cd webadmin
python setup.py install

mkdir /usr/share/trac/conf
cp /var/trac/sandbox/conf/trac.ini /usr/share/trac/conf/trac.ini
vi /usr/share/trac/conf/trac.ini – add the follwing
[components]
webadmin.* = enabled

trac-admin /var/trac/sandbox permission add admin TRAC_ADMIN
trac-admin /var/trac/sandbox permission list
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to