[Trac] Re: No admin tab with WebAdmin

2007-05-23 Thread charles
AIL PROTECTED] > > On Behalf Of Karthik Krishnamurthy > Sent: Monday, May 14, 2007 11:14 PM > To: Trac Users > Subject: [Trac] Re: No admin tab with WebAdmin > > But don't see the Admin tab with a user given TRAC_ADMIN. > This from my original mail. > > How do I go abo

[Trac] Re: No admin tab with WebAdmin

2007-05-17 Thread Albert Smerker
] Re: No admin tab with WebAdmin But don't see the Admin tab with a user given TRAC_ADMIN. This from my original mail. How do I go about troubleshooting ? /kk On May 14, 2:33 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > On Mon, May 14, 2007 at 02:23:37AM -0700, Karthik Krish

[Trac] Re: No admin tab with WebAdmin

2007-05-15 Thread Karthik Krishnamurthy
Did that and the result is the same. Here is my exact configuration again. [root trac]# ls -l /usr/lib/python2.3/site-packages/ TracWebAdmin-0.1.2dev_r4240-py2.3.egg/ total 16 drwxr-xr-x 2 root root 4096 May 15 22:57 EGG-INFO drwxr-xr-x 4 root root 4096 May 15 22:57 webadmin [root trac]# cat c

[Trac] Re: No admin tab with WebAdmin

2007-05-15 Thread Karthik Krishnamurthy
Not Found No handler matched request to /admin and this in the log 2007-05-15 23:03:40,729 Trac[main] WARNING: 404 Not Found (No handler matched request to /admin) /kk On May 15, 4:57 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > On Tue, May 15, 2007 at 11:37:31AM -, Karthik Krishnamurthy

[Trac] Re: No admin tab with WebAdmin

2007-05-15 Thread David Chase
I also had trouble installing WebAdmin, and this is what worked for me: mkdir TracWebAdmin-0.1.2dev_r4240-py2.4.egg cd TracWebAdmin-0.1.2dev_r4240-py2.4.egg unzip ../TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip cd ../ sudo easy_install TracWebAdmin-0.1.2dev_r4240-py2.4.egg Notice the incredibly che

[Trac] Re: No admin tab with WebAdmin

2007-05-15 Thread Rainer Sokoll
On Tue, May 15, 2007 at 11:37:31AM -, Karthik Krishnamurthy wrote: > It was installed unzipped in both the locations (systemwide python > library dir and /usr/share/trac/plugins). > I tried with and without > > [components] > webadmin.* = enabled > > for both locations. In the former locati

[Trac] Re: No admin tab with WebAdmin

2007-05-15 Thread Karthik Krishnamurthy
It was installed unzipped in both the locations (systemwide python library dir and /usr/share/trac/plugins). I tried with and without [components] webadmin.* = enabled for both locations. In the former location ocassionally the log dir would show the plugins being loaded, but the ADMIN tab would

[Trac] Re: No admin tab with WebAdmin

2007-05-14 Thread Christian van der Leeden
You might want to try to install the .egg with easy_install -Z this will unzip it. Otherwise the webserver user has to have write permissions in the cache directory... http://trac.edgewall.org/wiki/TracPlugins Christian On May 15, 2007, at 7:13 AM, Karthik Krishnamurthy wrote: But don't se

[Trac] Re: No admin tab with WebAdmin

2007-05-14 Thread Karthik Krishnamurthy
But don't see the Admin tab with a user given TRAC_ADMIN. This from my original mail. How do I go about troubleshooting ? /kk On May 14, 2:33 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > On Mon, May 14, 2007 at 02:23:37AM -0700, Karthik Krishnamurthy wrote: > >I have Trac 0.10.4 and T

[Trac] Re: No admin tab with WebAdmin

2007-05-14 Thread Rainer Sokoll
On Mon, May 14, 2007 at 02:23:37AM -0700, Karthik Krishnamurthy wrote: >I have Trac 0.10.4 and TracWebAdmin-0.1.2dev_r4240-py2.3.egg > installed with Python 2.3. I don't seem to be getting the Admin tab in > my UI. Do you have TRAC_ADMIN privileges? Rainer --~--~-~--~~