Closed
Bug 568158
Opened 15 years ago
Closed 15 years ago
Clicking 'Whining" on Bugzilla Admin page displays Error message
Categories
(Bugzilla :: Whining, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: shailesh.kumar, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9
Build Identifier: Bugzilla 3.4.4
Clicking 'Whining" on Bugzilla Admin page displays Error message as "Software error: Can't use an undefined value as an ARRAY reference at /var/www/bugzilla-3.4.4/editwhines.cgi line 385."
Line No. 385 in editwhines.cgi displays :
$mailto = $sth->fetch->[0];
Reproducible: Always
Steps to Reproduce:
1.Login Bugzilla using admin password
2.Select "Administration" and then click "Whining" (http://server-name/bugzilla/editwhines.cgi)
Actual Results:
It displays error message as : "Software Error : Can't use an undefined value as an ARRAY reference at /var/www/bugzilla-3.4.4/editwhines.cgi line 385."
Expected Results:
it should take user to editwhines.cgi page to display option to add/remove whine event-schedule and whine event-search without any error message.
![]() |
||
Comment 1•15 years ago
|
||
No idea what's going on with your installation, but that's not something we can reproduce, neither with Bugzilla 3.4.6 nor with 3.7.1.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Version: unspecified → 3.4.4
You need to log in
before you can comment on or make changes to this bug.
Description
•