Closed
Bug 288408
Opened 20 years ago
Closed 20 years ago
Checksetup fails on new databases or on upgrades
Categories
(Bugzilla :: Installation & Upgrading, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: bugreport, Assigned: gerv)
Details
(Keywords: regression)
Attachments
(1 file)
|
788 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Bug 73665 broke checksetup for new databases. It removed emailflags but did not reduce the number fo placeholders. (we should add a tinderbox test for starting from a blank DB) Here's the culprit... $dbh->do( q{INSERT INTO profiles (login_name, realname, cryptpassword, - emailflags, disabledtext, refreshed_when) + disabledtext, refreshed_when) VALUES (?, ?, ?, ?, ?, ?)}, undef, $login, $realname, $cryptedpassword, - Bugzilla::Constants::DEFAULT_EMAIL_SETTINGS, '', '1900-01-01 00:00:00'); + '', '1900-01-01 00:00:00');
Comment 1•20 years ago
|
||
There is a tinderbox test for starting from a blank DB. It's just that it also tries to compile the templates, so it's burning at that point, right now.
Comment 2•20 years ago
|
||
Oh, no, it's actually burning at this point, now. :-) DBD::mysql::db do failed: You have an error in your SQL syntax near ')' at line 3 at ./checksetup.pl line 4222
Priority: -- → P1
Summary: Checksetup fails on new databases → Checksetup fails on new databases or on upgrades
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Flags: blocking2.20?
| Assignee | ||
Comment 3•20 years ago
|
||
Sorry :-( I'm at work and can't do a patch. Can someone oblige? Email me and I'll r= it. Gerv
| Assignee | ||
Comment 4•20 years ago
|
||
Here's the obvious fix. Joel or Max, can you r=? Gerv
Updated•20 years ago
|
Attachment #179216 -
Flags: review?(bugreport) → review+
Updated•20 years ago
|
Flags: blocking2.20?
Flags: blocking2.20+
Flags: approval+
| Assignee | ||
Comment 5•20 years ago
|
||
Fixed. Checking in checksetup.pl; /cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl new revision: 1.380; previous revision: 1.379 done Gerv
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•