Closed
Bug 1034678
Opened 11 years ago
Closed 11 years ago
Use of uninitialized value $_[0] in pattern match (m//) at Bugzilla/Util.pm line 74. The new value for request reminding interval is invalid: must be numeric.
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gps, Assigned: glob)
Details
Attachments
(1 file)
|
1.29 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
I'm trying to create a fresh database on the production branch of bmo (da3d1cd046a586) using ./checksetup.pl and I get the following error:
Creating initial dummy product 'TestProduct'...
Use of uninitialized value $_[0] in pattern match (m//) at Bugzilla/Util.pm line 74.
The new value for request reminding interval is invalid: must be
numeric.
Stack:
https://git.mozilla.org/?p=webtools/bmo/bugzilla.git;a=blob;f=extensions/RequestNagger/Extension.pm;h=af9eb1783e79eec7d38f4bf9c44bfc081390ee3e;hb=da3d1cd046a58607c547be5939b5066bb13b433c#l84 [github]
https://git.mozilla.org/?p=webtools/bmo/bugzilla.git;a=blob;f=extensions/RequestNagger/Extension.pm;h=af9eb1783e79eec7d38f4bf9c44bfc081390ee3e;hb=da3d1cd046a58607c547be5939b5066bb13b433c#l72 [github]
I believe I can work around it by not creating the dummy product and importing the BMO SQL dump.
| Reporter | ||
Comment 1•11 years ago
|
||
I can confirm importing the BMO dump before running checksetup.pl will work around this.
Comment 3•11 years ago
|
||
Comment on attachment 8451459 [details] [diff] [review]
1034678_1.patch
Review of attachment 8451459 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8451459 -
Flags: review?(dkl) → review+
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
2721de5..c14bf9b master -> master
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•11 years ago
|
||
Updated•6 years ago
|
Component: Extensions: Other → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•