| Summary: | Web installer does not load default data | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
| Component: | Installation and upgrade (web-based installer) | Assignee: | Julian Maurice <julian.maurice> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | critical | ||
| Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, indradg, jonathan.druart, mtj, mtompset |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 18632 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 18741: Fix loading of SQL files in web installer
Bug 18741: Fix loading of SQL files in web installer Bug 18741: Fix loading of SQL files in web installer [16.11.x] Bug 18741: Fix loading of SQL files in web installer |
||
It seems to be caused by bug 18632. I'm preparing a patch Created attachment 64074 [details] [review] Bug 18741: Fix loading of SQL files in web installer Test plan: 1. Start a normal install using the web installer 2. When asked to select data to load, verify that 'message_transport_types' is checked, and check some optional data files 3. Continue the install to the end 4. Verify that message_transport_types is not empty, and that the optional data you checked is there Created attachment 64150 [details] [review] Bug 18741: Fix loading of SQL files in web installer Test plan: 1. Start a normal install using the web installer 2. When asked to select data to load, verify that 'message_transport_types' is checked, and check some optional data files 3. Continue the install to the end 4. Verify that message_transport_types is not empty, and that the optional data you checked is there Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Created attachment 64157 [details] [review] Bug 18741: Fix loading of SQL files in web installer Test plan: 1. Start a normal install using the web installer 2. When asked to select data to load, verify that 'message_transport_types' is checked, and check some optional data files 3. Continue the install to the end 4. Verify that message_transport_types is not empty, and that the optional data you checked is there Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 17.11, thanks to everybody involved! Pushed to 17.05.x, will be in 17.05.01 Dependency is not in 16.11.x - so this is probably not be needed there. Also: doesn't apply. *** Bug 18803 has been marked as a duplicate of this bug. *** (In reply to Katrin Fischer from comment #7) > Dependency is not in 16.11.x - so this is probably not be needed there. > Also: doesn't apply. Since this comment, bug 18632 was pushed in 16.11.x and 16.05.x, so the fix is now needed in these versions too. Created attachment 66835 [details] [review] [16.11.x] Bug 18741: Fix loading of SQL files in web installer Test plan: 1. Start a normal install using the web installer 2. When asked to select data to load, verify that 'message_transport_types' is checked, and check some optional data files 3. Continue the install to the end 4. Verify that message_transport_types is not empty, and that the optional data you checked is there Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Hi Julian, thx for the 16.11.x patch! This patch has been pushed to 16.11.x and will be in 16.11.12. Pushed to 16.05.x, for 16.05.17 release |
Hi, I tried a basic install on 17.05.00 and there is a problem when loading default data. Whatever I select in the "Selecting default settings" screen, on the next page I always get the same result: Mandatory data added auth_val_cat.sql subtag_registry.sql authorities_normal_marc21.sql refund_lost_item_fee_rules.sql Mysql data added sysprefs.sql userflags.sql userpermissions.sql audio_alerts.sql You can see that some mandatory stuff is missing (like message_transport_types for instance). Note that this is not a display issue, the database tables are indeed empty. Steps to reproduce: 1. Start a normal install using the web installer 2. When asked to select data to load, check that 'message_transport_types' is checked 3. Continue the install to the end 4. Note that message_transport_types is empty I reproduce it on master too.