On Mar 3, 8:43 am, Christian Unger <[email protected]> wrote: > Well, TRAC_ADMIN should be sufficient, no? > > Strangely enough if I enter the url directly I can access the query > page. > It's probably got something to do with the developer plugin, > batchmodify and agilo, which I all disabled - not sure though – I am <snip>
I would suspect Agilo. Not sure what version you have, but when I tried it out a while back I had issues using mod_python. Despite the fact that I had agilo in a different instance in a multi-project environment, as pointed out by someone (coderanger?) mod_python has a single instance, and if it is LOADED in one project, it is loaded in all. Agilo does some things in order to make it's linked ticket system that can break standard trac. The solution was to use mod_wsgi and have a vitrual server for each project. Not sure if that still hold true, or if any of this applies, but I had to remove the agilo egg to make it go away. It was also an old version. I have had issues with batch modify and firefox now and then too. while my custom query link was still present, all the check boxes were missing (only on my machine), I flushed the cache of firefox, and restarted the apache server and it fixed it. note: I flushed the cache when I didn't have the trac server loaded in window/tab, the restarted apace, then connected. (probably duplicate redundancy from the redundant department of duplication) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
