Are there any exceptions or errors showing up in your trac.log? That's where I'd start looking.
Ben On Jan 7, 2012 4:44 PM, "SunTracker" <[email protected]> wrote: > Hi, > > after overcoming several troubles with trac and svn (see my other > posts here), my trac installation does not show the main menu entries > anymore (tickets, roadmap, source, etc.) > > At first I thought that this is a side effect of my svn issues. But > actually it seems t be a problem on its own. > > Where would be a good point to start tracking this down? I started > commenting out the mainnav and metanav values as well as the > permissions, but that didn't help. > > Here is my trac.ini > > > ---------------------------------------------------------------------------------- > # -*- coding: utf-8 -*- > > [attachment] > max_size = 10737418240 > > [browser] > hide_properties = svk:merge > > [components] > trac.db.mysql_backend.mysqlconnector = disabled > trac.db.postgres_backend.postgresqlconnector = disabled > trac.notification.notificationsystem = disabled > trac.notification.sendmailemailsender = disabled > trac.notification.smtpemailsender = disabled > > [header_logo] > alt = Trac > height = 73 > src = common/MILK_Logo_Small.png > width = 236 > > [logging] > log_file = trac.log > log_level = DEBUG > log_type = file > > [mimeviewer] > enscript_path = enscript > max_preview_size = 65537 > php_path = php > tab_width = 8 > > [notification] > always_notify_owner = false > always_notify_reporter = false > smtp_always_cc = > smtp_enabled = false > smtp_from = trac@localhost > smtp_password = > smtp_port = 25 > smtp_replyto = trac@localhost > smtp_server = localhost > smtp_user = > > [project] > descr = MILK > 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 = MILK > url = http://example.com/ > > [ticket] > default_component = > default_milestone = Version 0.11 > default_priority = major > default_type = defect > default_version = 0.00 > restrict_owner = false > > [ticket-workflow] > accept = new,reopened -> accepted > accept.operations = set_owner_to_self > accept.permissions = TICKET_MODIFY > close = new,accepted -> closed > close.operations = del_owner,set_resolution > close.permissions = TICKET_MODIFY > close.set_resolution = wontfix,duplicate,not_reproducible > leave = * -> * > leave.default = 1 > reopen = closed -> reopened > reopen.operations = del_resolution,del_owner > reopen.permission = TICKET_MODIFY > set_fixed = accepted -> closed > set_fixed.operations = del_owner,set_resolution > set_fixed.permissions = TICKET_MODIFY > set_fixed.set_resolution = fixed > return = accepted -> new > return.operations = del_owner > return.permissions = TICKET_MODIFY > > > [timeline] > changeset_show_files = 0 > default_daysback = 20 > max_daysback = 30 > ticket_show_details = false > > [trac] > base_url = http://192.168.3.13/trac > check_auth_ip = false > 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_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy > #permission_store = DefaultPermissionStore > # repository_dir = /share/MD0_DATA/subversion/repositories/milk > # repository_type = svn > templates_dir = /share/MD0_DATA/Trac/milk/templates > auto_reload = false > > [wiki] > ignore_missing_pages = false > > -- > 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.
