Opened 3 years ago
Closed 3 years ago
#8004 closed defect (fixed)
Cannot search if an admin
| Reported by: | david.byard@… | Owned by: | seccanj |
|---|---|---|---|
| Priority: | normal | Component: | TestManagerForTracPlugin |
| Severity: | critical | Keywords: | crash admin search |
| Cc: | Trac Release: | 0.11 |
Description
Installed the TestManager plugins globally (installed using easy_install, followed by trac-admin /path/to/trac update), and enabled in trac.ini as so:
tracgenericclass.* = enabled
tracgenericworkflow.* = enabled
testmanager.* = enabled
If a non-admin makes any search with these lines uncommented (i.e., plugin is enabled), they get the attached error.
This has been worked around by making all our users admins, but this is not ideal.
Attachments (3)
Change History (9)
Changed 3 years ago by anonymous
comment:1 Changed 3 years ago by seccanj
comment:2 Changed 3 years ago by david.byard@…
Re-attached the error. Thanks much for the swift response :)
comment:3 Changed 3 years ago by seccanj
:) I live in a control room with all of my trac-hacks tickets flashing on a giant wall, I was out at the moment but I have track-hacks page me on each ticket ;-)
(kidding of course... I was just casually checking my mail :-))
comment:4 Changed 3 years ago by seccanj
- Status changed from new to assigned
I have fixed the problem, please find in attachment the file api.py containing the fix to be replaced into:
tracgenericclass/trunk/tracgenericclass
Please, let me know if this works.
Ciao,
Roberto
comment:5 Changed 3 years ago by seccanj
To download the file in original text format, use the following link:
http://trac-hacks.org/attachment/ticket/8004/api.py?format=raw
comment:6 Changed 3 years ago by seccanj
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with 1.3.6.


Hi david, could you please retry to attach the screenshot, as it appears to be corrupted.
Please try to use a short name without blanks... I think the problem may be with the old Trac version that the trac-hacks site uses, whic is 0.10.
In the meantime I'm trying to reproduce the problem.