Closed
Bug 414281
Opened 17 years ago
Closed 17 years ago
editvalues.cgi variables badly scoped under mod_perl
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: justdave, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
1.03 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Get this on CVS tip when restarting apache under mod_perl:
Variable "$dbh" will not stay shared at /var/www/webapps/bugzilla/editvalues.cgi line 175.
Variable "$template" will not stay shared at /var/www/webapps/bugzilla/editvalues.cgi line 183.
Flags: blocking3.2+
![]() |
Assignee | |
Comment 1•17 years ago
|
||
Assignee: installation → LpSolit
Status: NEW → ASSIGNED
Attachment #299637 -
Flags: review?(justdave)
![]() |
Assignee | |
Updated•17 years ago
|
Comment 2•17 years ago
|
||
Comment on attachment 299637 [details] [diff] [review]
patch, v1
$template->error
Attachment #299637 -
Flags: review?(justdave) → review-
![]() |
Assignee | |
Comment 3•17 years ago
|
||
Attachment #299637 -
Attachment is obsolete: true
Attachment #299638 -
Flags: review?(mkanat)
Comment 4•17 years ago
|
||
Comment on attachment 299638 [details] [diff] [review]
patch, v2
Lookz g00d 2 m3.
Attachment #299638 -
Flags: review?(mkanat) → review+
Updated•17 years ago
|
Flags: approval+
![]() |
Assignee | |
Comment 5•17 years ago
|
||
Checking in editvalues.cgi;
/cvsroot/mozilla/webtools/bugzilla/editvalues.cgi,v <-- editvalues.cgi
new revision: 1.30; previous revision: 1.29
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•