I did notice that web admin only provides links for version compatible with python 2.3 and 2.4 It seems you are using python 2.5. Could there be some incompatability? Someone else on this list might know that. Try with python 2.4 which is listed as supported.
On Dec 4, 2007 2:57 AM, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > Hi: > > I run the command and get this: > > > > # trac-admin /var/trac/gestionlicencias/ permission list > > User Action > > --------------------------- > > admingroup BROWSER_VIEW > > admingroup CHANGESET_VIEW > > admingroup CONFIG_VIEW > > admingroup FILE_VIEW > > admingroup LOG_VIEW > > admingroup MILESTONE_ADMIN > > admingroup REPORT_ADMIN > > admingroup ROADMAP_ADMIN > > admingroup SEARCH_VIEW > > admingroup TICKET_ADMIN > > admingroup TRAC_ADMIN > > admingroup WIKI_ADMIN > > anonymous WIKI_VIEW > > reynierpm TRAC_ADMIN > > reynierpm admingroup > > > > > > Available actions: > > BROWSER_VIEW, CHANGESET_VIEW, CONFIG_VIEW, FILE_VIEW, LOG_VIEW, > > MILESTONE_ADMIN, MILESTONE_CREATE, MILESTONE_DELETE, MILESTONE_MODIFY, > > MILESTONE_VIEW, REPORT_ADMIN, REPORT_CREATE, REPORT_DELETE, > REPORT_MODIFY, > > REPORT_SQL_VIEW, REPORT_VIEW, ROADMAP_ADMIN, ROADMAP_VIEW, SEARCH_VIEW, > > TICKET_ADMIN, TICKET_APPEND, TICKET_CHGPROP, TICKET_CREATE, > TICKET_MODIFY, > > TICKET_VIEW, TIMELINE_VIEW, TRAC_ADMIN, WIKI_ADMIN, WIKI_CREATE, > > WIKI_DELETE, WIKI_MODIFY, WIKI_VIEW > > > > So … I guess that "reynierpm" have ADMIN permissions. I restart my Apache > several times and when I logging inside > http://localhost/trac/gestionlicencias I can't see any Admin tab or menú. > Why? See the image at > http://img98.imageshack.us/my.php?image=1012850155tracgestionlizj1.jpg > > > > Cheers and waiting, > > Ing. Reynier Pérez Mira > > > > *De:* [email protected] [mailto:[EMAIL PROTECTED] *En > nombre de *Savvas, Panayotis > *Enviado el:* lunes, 03 de diciembre de 2007 10:51 am > > *Para:* [email protected] > *Asunto:* [Trac] Re: Presentation and Installing Plugins > > > > > Command failed: columns username, action are not unique > > This mean that the username is already granted TRAC_ADMIN rights. > > > > # trac-admin /var/......./ permission list > > This will give you a list of what has been setup already. > > > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Reynier Perez Mira > *Sent:* 03 December 2007 15:45 > *To:* [email protected] > *Subject:* [Trac] Re: Presentation and Installing Plugins > > Hi: > > Erik I run the command as you suggest me and see what's happen: > > > > # trac-admin /var/trac/gestionlicencias/ permission add reynierpm > TRAC_ADMIN > > Command failed: columns username, action are not unique > > # > > > > Why? > > Cheers, > > Ing. Reynier Pérez Mira > > > > *De:* [email protected] [mailto:[EMAIL PROTECTED] *En > nombre de *Erik Andersson > *Enviado el:* lunes, 03 de diciembre de 2007 09:35 am > *Para:* [email protected] > *Asunto:* [Trac] Re: Presentation and Installing Plugins > > > > Hi > > Also do make sure you typed it right and that the command executed without > errors. > > "trac-admin /var/trac/project add reynierpm TRAC_ADMIN" should be > "trac-admin /var/trac/project permission add reynierpm TRAC_ADMIN" > > Cheers / Erik > > On Dec 3, 2007 3:26 PM, Sterling Jay Little <[EMAIL PROTECTED]> > wrote: > > If you are using Apache, you will need to restart Apache after editing > your trac.ini file for your newly added module to be loaded. > http://trac.edgewall.org/wiki/WebAdmin#EnablingthePlugin > > > On Dec 1, 2007 11:13 AM, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > > Obviously I miss up this part. Now I configure doing this trac-admin > /var/trac/project add reynierpm TRAC_ADMIN. When I try to login into my > project I can't see any tab point to Admin. Why? > > > > Cheers again > > Ing. Reynier Pérez Mira > > > > > > > -----Mensaje original----- > > > De: [email protected] [mailto: [EMAIL PROTECTED] > En > > > nombre de Emmanuel Blot > > > Enviado el: sábado, 01 de diciembre de 2007 09:41 am > > > > > Para: [email protected] > > > Asunto: [Trac] Re: Presentation and Installing Plugins > > > > > > Are you logged in as a trac adminstrator ? > > > http://trac.edgewall.org/wiki/WebAdmin#Permissions > > > > > > On 12/1/07, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi again Enmanuel: > > > > I see the documentation and now know that plugins are stored in > > > project/plugins and they can be enabled editing files trac.ini wich is > > > inside project/conf. Now following the Trac Guide I do this: > > > > 1. Download the plugin as .zip and rename it to .egg. In my case I > > > refer to WebAdmin. > > > > 2. Copy this .egg file to project/plugins > > > > 3. Enable the plugin in trac.ini as follow: > > > > [components] > > > > webadmin.* = enabled > > > > > > > > When I look at my Project in http://ip_address/trac/project I can't > > > see any point me to webadmin or something like that. I need to do > > > something else? > > > > > > > > I'm working in Linux Ubuntu Server 7.10 and have Trac 0.10.4 > > > > > > > > Cheers > > > > Ing. Reynier P�rez Mira > > > > > > > > > > > > > -----Mensaje original----- > > > > > De: [email protected] [mailto:trac- > > > [EMAIL PROTECTED] En > > > > > nombre de Emmanuel Blot > > > > > Enviado el: s�bado, 01 de diciembre de 2007 08:44 am > > > > > Para: [email protected] > > > > > Asunto: [Trac] Re: Presentation and Installing Plugins > > > > > > > > > > > > > > > See http://trac.edgewall.org/wiki/TracPlugins > > > > > > > > > > On 12/1/07, Reynier Perez Mira < [EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Thanks Enmanuel, now I understand. Also I'm seeing something > > > about > > > > > activate plugins in trac.ini file. I have another question: In > wich > > > > > directory the plugins are placed? If I want a plugin for only one > > > track > > > > > Project in wich directory I need to place/install the plugin? If I > > > > want > > > > > the plugin for all the projects then in wich directory I need to > > > > > place/install the plugin? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Manu > > > > > > > > > > > > > > > > > > style="BACKGROUND-COLOR: #ffffff"> > > > > > > > > This e-mail and any attachment is for authorised use by the intended > recipient(s) only. It may contain proprietary material, confidential > information and/or be subject to legal privilege. It should not be copied, > disclosed to, retained or used by, any other party. If you are not an > intended recipient then please promptly delete this e-mail and any > attachment and all copies and inform the sender. Thank you. > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
