Edgewall Software

Ticket #7547 (new defect)

Opened 5 months ago

Last modified 3 months ago

missing tabs in main navigation bar

Reported by: anonymous Owned by: jonas
Priority: normal Milestone:
Component: project Version: 0.11
Severity: normal Keywords: needinfo
Cc:

Description

I recently upgraded a Trac installation to 0.11. Now in two of the projects, the main navigation bar displays only the "Wiki" tab. In one of the projects, I also get a "New Ticket" tab when I log in. In the other I don't. Neither project shows timeline, roadmap, browser, tickets, or search. The logs show nothing out of the ordinary.

I attach one of the trac.ini files. It looks safe to me.

Attachments

trac.ini (2.7 KB) - added by anonymous 5 months ago.

Change History

Changed 5 months ago by anonymous

Changed 5 months ago by anonymous

  • version set to 0.11

Changed 5 months ago by gsicherman@…

The OS is Fedora 7. The web server is Apache 2.2.8. The Python is 2.5.

Changed 5 months ago by gsicherman@…

This turns out to be a permission problem. When I browse to the /report subdirectory by hand, it tells me that I lack REPORT_VIEW permission. I'm logged in and I have that privilege according to trac-admin. So this is a privilege bug, not a web bug.

Changed 3 months ago by rblank

  • keywords needinfo added

Try adding the following line to the [trac] section:

permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy

It's the default value, so it shouldn't make a difference, but you might want to try anyway.

Please post the output of:

trac-admin /path/to/trac/environment permission list

Add/Change #7547 (missing tabs in main navigation bar)

Author



Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change from jonas. Next status will be 'new'
The owner will change from jonas to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.