Summary: | Upon running koha installer, mysql "Error 1166 at line 1871: Incorrect column name 'closed" appears and crashes install. | ||
---|---|---|---|
Product: | Koha | Reporter: | scott kushner <skushner> |
Component: | bugs.koha-community.org | Assignee: | Marc Véron <veron> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | blocker | ||
Priority: | P5 - low | CC: | elliott, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 9246: Koha installer crash with mysql "Error 1166 at line 1871: Incorrect column name 'closed"
Bug 9246: Koha installer crash with mysql "Error 1166 at line 1871: Incorrect column name 'closed" Bug 9246: Koha installer crash with mysql "Error 1166 at line 1871: Incorrect column name 'closed" Bug 9246: [Passed QA] |
Description
scott kushner
2012-12-07 21:21:21 UTC
Created attachment 13994 [details] [review] Bug 9246: Koha installer crash with mysql "Error 1166 at line 1871: Incorrect column name 'closed" Reason: line 1923 in kohastructure.sql had whitespace between back tick on Column name "closed". Patch removes white space on given line. Tested my patch with a fresh install, without and with patch. Got error in step 3, with patch insaller runs fine. Needs Signoff... Created attachment 14029 [details] [review] Bug 9246: Koha installer crash with mysql "Error 1166 at line 1871: Incorrect column name 'closed" Reason: line 1923 in kohastructure.sql had whitespace between back tick on Column name "closed". Patch removes white space on given line. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Created attachment 14053 [details] [review] Bug 9246: Koha installer crash with mysql "Error 1166 at line 1871: Incorrect column name 'closed" Reason: line 1923 in kohastructure.sql had whitespace between back tick on Column name "closed". Patch removes white space on given line. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 14054 [details] [review] Bug 9246: [Passed QA] Bug 9246: Koha installer crash with mysql "Error 1166 at line 1871: Incorrect column name 'closed" [Passed QA] Reason: line 1923 in kohastructure.sql had whitespace between back tick on Column name "closed". Patch removes white space on given line. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Elliott Davis <elliott@test.bywatersolutions.com> Works as advertised This patch has been pushed to master. |