Thanks for your response Chris. Yes, I get logged in with success. I don't think there is a problem with Apache because I can walk though timeline, roadmap, browse source, ticket tags, alter tickets, do everything normally. But when I click on the "Admin" page I see the error: Error: Not Found No administration panels available
*Do you think that can exist any problem with the TracWebAdmin plugin?* My trac.ini is: # -*- coding: utf-8 -*- [attachment] max_size = 262144 render_unsafe_content = false [browser] hide_properties = svk:merge [header_logo] alt = i3geo height = 56 link = http://svn.softwarepublico.gov.br/trac/i3geo src = http://svn.softwarepublico.gov.br/logos/i3geo1.jpg width = 92 [logging] log_file = trac.log log_level = DEBUG log_type = none [mimeviewer] enscript_path = enscript max_preview_size = 262144 php_path = php tab_width = 8 [notification] always_notify_owner = false always_notify_reporter = false smtp_always_cc = smtp_enabled = false smtp_from = smtp_password = smtp_port = smtp_replyto = smtp_server = smtp_user = [project] descr = My example project footer = Visit the Trac open source project at<br /><a href=" http://trac.edgewall.com/">http://trac.edgewall.com/</a> icon = common/trac.ico name = I3GEO url = http://example.com/ [ticket] default_component = Não definido default_milestone = versão 4.5 default_priority = major default_type = defect default_version = restrict_owner = false [ticket-workflow] accept = new -> assigned accept.operations = set_owner_to_self accept.permissions = TICKET_MODIFY leave = * -> * leave.default = 1 leave.operations = leave_status reassign = new,assigned,reopened -> new reassign.operations = set_owner reassign.permissions = TICKET_MODIFY reopen = closed -> reopened reopen.operations = del_resolution reopen.permissions = TICKET_CREATE resolve = new,assigned,reopened -> closed resolve.operations = set_resolution resolve.permissions = TICKET_MODIFY [timeline] changeset_show_files = 0 default_daysback = 30 ticket_show_details = false [trac] check_auth_ip = true database = sqlite:db/trac.db default_charset = iso-8859-15 default_handler = WikiModule ignore_auth_case = false mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search metanav = login,logout,settings,help,about permission_store = DefaultPermissionStore repository_dir = /srv/svn/i3geo templates_dir = /usr/share/trac/templates [wiki] ignore_missing_pages = false 2011/9/10 Chris Heller <[email protected]> > You're sure that you are getting logged in from Trac's perspective? When > you are using the Apache authentication you may be getting prompted for > credentials, but Trac is not "seeing" that. You'd have to tell us more > about how you have Trac tied in with Apache. > > If you turn your Trac logging up to debug and then try logging in, what > does it show? (if you're not getting admin access you might need to set the > logging level in the trac.ini file and then restart things) > > > On Thu, Sep 8, 2011 at 10:53 AM, Debora Reis <[email protected]>wrote: > >> I login normally with my user and password. After login, when I click >> on "Admin" menu, the trac show the page: >> >> Error: Not Found >> No administration panels available. >> >> My TRAC version is 0.11.7 with apache authentication. I have all admin >> permissions and I have already disable the notifications on trac.ini >> I don't know what to do anymore. Please, can you help me? >> >> -- >> 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. >> >> > -- > 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. > -- Débora Reis -- 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.
