Closed
Bug 411126
Opened 17 years ago
Closed 16 years ago
'Find Test Plans' leads to error in User.pm
Categories
(Testopia :: Test Plans, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: thomas.letzkus, Assigned: gregaryh)
Details
Attachments
(1 file)
23.50 KB,
application/msword
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Bugzilla 3.0.2, Testopia 1.3
URL: <Server>tr_list_plans.cgi?current_tab=plan&name_type=allwordssubstr&name=&plan_text_type=allwordssubstr&plan_text=&tags_type=anyexact&tags=&author_type=substring&author=&plan_id=
Template->process() failed twice.
First error: undef error - Can't call method "id" on unblessed reference at Bugzilla/User.pm line 545.
Second error: undef error - Can't call method "id" on unblessed reference at Bugzilla/User.pm line 545.
Reproducible: Always
Steps to Reproduce:
1.Click on Submit in Search on tab 'Find Test Plans'
2.
3.
Error does not happen on other Searches (Find Test Cases, Test Runs etc.
see attachement for other hints
Reporter | ||
Comment 1•17 years ago
|
||
Assignee | ||
Comment 2•17 years ago
|
||
I am not able to reproduce this in 1.3 or 2.0.
When you say the problem occurs only if the SISModulOwner group is selected for the user, do you mean that the user you select is a member of that group?
I don't understand.
Reporter | ||
Comment 3•17 years ago
|
||
Yes, the users is then member of bugzilla's groups 'editbugs', 'Tester', 'SISGroup' (in order to have access to the products/components behind the tests)
AND SISModulOwner.
As long as he does not belong to SISModulOwner everthing works fine.
If he does not belong to SISGroup, i.e. he will not be able to access the products behind the tests, the following error is shown (which would be worth another bug -report ;-) )
Software error:
DBD::mysql::db selectall_arrayref failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ORDER BY name' at line 2 [for Statement "SELECT DISTINCT name AS id, name
FROM components WHERE product_id IN ()
ORDER BY name"] at /usr/local/bugzilla-3.0.1/tr_query.cgi line 62
main::get_searchable_objects('components') called at /usr/local/bugzilla-3.0.1/tr_query.cgi line 333
main::display() called at /usr/local/bugzilla-3.0.1/tr_query.cgi line 289
For help, please send mail to the webmaster (you@example.com), giving this error message and the time and date of the error.
Assignee | ||
Comment 4•16 years ago
|
||
I am unable to make inroads on this. This appears to be caused by some issue with the Bugzilla code, and may be specific to the group settings in your database. Reopen if it continues after upgrading to 2.1
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•