Bugzilla – Attachment 126914 Details for
Bug 29158
Web installer fails to load account_offset_types.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29158: (bug 22435 follow-up) Remove ref to account_offset_types.sql in intaller
Bug-29158-bug-22435-follow-up-Remove-ref-to-accoun.patch (text/plain), 1.55 KB, created by
Martin Renvoize (ashimema)
on 2021-10-26 13:47:22 UTC
(
hide
)
Description:
Bug 29158: (bug 22435 follow-up) Remove ref to account_offset_types.sql in intaller
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-10-26 13:47:22 UTC
Size:
1.55 KB
patch
obsolete
>From 49433c791521ab942e1ef032d7c1b843a449aacc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 25 Oct 2021 11:49:38 +0200 >Subject: [PATCH] Bug 29158: (bug 22435 follow-up) Remove ref to > account_offset_types.sql in intaller > >Caused by > commit 3d6a6e79f79bfbc17807072faf0ff1d4e6aafb82 > Bug 22435: (follow-up) Drop account_offset_types table >that removes the file but the reference to it from the installer >process. > >Test plan: >Go through the install process and notice that the following warning >does not appear in the log: >[2021/10/25 09:47:58] [WARN] Something went wrong loading file /kohadevbox/koha/installer/data/mysql/mandatory/account_offset_types.sql (Couldn't read '/kohadevbox/koha/installer/data/mysql/mandatory/account_offset_types.sql' : No such file or directory at /usr/share/perl5/DBIx/RunSQL.pm line 180. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/Installer.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Installer.pm b/C4/Installer.pm >index 8baca94fdb..65bb578e1a 100644 >--- a/C4/Installer.pm >+++ b/C4/Installer.pm >@@ -364,7 +364,6 @@ sub load_sql_in_order { > push @fnames, "$global_mandatory_dir/userflags.sql", > "$global_mandatory_dir/userpermissions.sql", > "$global_mandatory_dir/audio_alerts.sql", >- "$global_mandatory_dir/account_offset_types.sql", > "$global_mandatory_dir/account_credit_types.sql", > "$global_mandatory_dir/account_debit_types.sql", > ; >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29158
:
126818
| 126914