Closed
Bug 129016
Opened 24 years ago
Closed 24 years ago
Error in checking bug_status in post_bug.cgi
Categories
(Bugzilla :: Creating/Changing Bugs, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: andreas.hoefler, Assigned: myk)
Details
(Keywords: regression)
Attachments
(1 file)
|
760 bytes,
patch
|
bbaetz
:
review+
bbaetz
:
review+
|
Details | Diff | Splinter Review |
When posting a bug then following error-message(s) appear in the apache-errorlog
[Tue Mar 5 11:32:23 2002] post_bug.cgi: Argument "UNCONFIRMED" isn't numeric in
numeric eq (==) at /usr/local/httpd/htdocs/bugzilla/post_bug.cgi line 129.
Argument "NEW" isn't numeric in numeric eq (==) at
/usr/local/httpd/htdocs/bugzilla/post_bug.cgi line 129 (#1)
[Tue Mar 5 11:32:23 2002] post_bug.cgi: Argument "NEW" isn't numeric in numeric
eq (==) at /usr/local/httpd/htdocs/bugzilla/post_bug.cgi line 129.
Use of uninitialized value in split at /usr/lib/perl5/5.6.1/Cwd.pm line 103 (#1)
Comment 1•24 years ago
|
||
geez I suck.
| Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Comment on attachment 72573 [details] [diff] [review]
patch v1: fixes problem
I suck. r=bbaetz x 2
Attachment #72573 -
Flags: review+
| Assignee | ||
Comment 4•24 years ago
|
||
Checking in post_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/post_bug.cgi,v <-- post_bug.cgi
new revision: 1.42; previous revision: 1.41
done
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•