Closed
Bug 546
Opened 27 years ago
Closed 27 years ago
Adding "CC" field does not work
Categories
(Bugzilla :: Bugzilla-General, defect, P1)
Tracking
()
VERIFIED
FIXED
Bugzilla old
People
(Reporter: mozilla-bugs, Assigned: terry)
Details
When type any address (no matter, mine or some other) to the CC field and press
"Commit", I get an error message.
The error message from my attempt to update bug #513 follows. The error message
from bug #464 was similar.
<TITLE>Update Bug 513</TITLE>
<B>Bug List:</B> (88 of 96)
<A HREF="show_bug.cgi?id=239">First</A>
<A HREF="show_bug.cgi?id=350">Last</A>
<A HREF="show_bug.cgi?id=511">Prev</A>
<A HREF="show_bug.cgi?id=515">Next</A>
<A HREF="query.cgi">Query page</A>
<HR>
Error: mysqlsel/db server: parse error near
''assigned_to','ramiro@netscape.com','')' at line 1
while executing
"mysqlsel $mysqlhandle $str"
(procedure "SendSQL" line 3)
invoked from within
"SendSQL $q"
invoked from within
"if {![cequal $old $new]} {
if {![info exists whoid]} {
set whoid [DBNameToIdAndCheck $FORM(who)]
SendSQL " ..."
("foreach" body line 4)
invoked from within
"foreach col $log_columns {
set old [lvarpop oldvalues]
set new [lvarpop newvalues]
if {![cequal $old $new]} {
if { ..."
("foreach" body line 48)
invoked from within
"foreach id $idlist {
SendSQL "lock tables bugs write, bugs_activity write, cc write, profiles
write"
set oldvalues [SnapShotBug $id]
set ..."
(file "/opt/suitespot/docs/webtools/bugzilla/process_bug.cgi" line 226)
Assignee | ||
Comment 1•27 years ago
|
||
OK. I'm going to use this bug as a test-bed for itself; let's see how it goes.
Assignee | ||
Updated•27 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•27 years ago
|
||
Whoops! What a stupid bug (reused a variable I shouldn't have.)
Fixed by a change to process_bug.cgi.
Assignee | ||
Comment 3•26 years ago
|
||
The database is being reorganized a bit. Instead of the Bugzilla product,
a new Webtools product has been created, with Bugzilla being a component of it.
This bug is being moved from the old Bugzilla product to the new Webtools
product.
Updated•26 years ago
|
QA Contact: 4078
adding beppe@netscape.com to the cc field as part of the verification process...
( comm. 4.51 [en]-99025 )
Comment 6•23 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: phillip → matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Updated•12 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
•