Bugzilla – Attachment 97069 Details for
Bug 13897
Use YAML files for installer data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13897: Catch the error and warn it
Bug-13897-Catch-the-error-and-warn-it.patch (text/plain), 832 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2020-01-09 12:31:19 UTC
(
hide
)
Description:
Bug 13897: Catch the error and warn it
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-01-09 12:31:19 UTC
Size:
832 bytes
patch
obsolete
>From 224353d541a611da457d5bf154810639c5772443 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 18 Dec 2019 09:27:59 +0100 >Subject: [PATCH] Bug 13897: Catch the error and warn it > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > C4/Installer.pm | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/C4/Installer.pm b/C4/Installer.pm >index 2b911f204e..2e799c2fd6 100644 >--- a/C4/Installer.pm >+++ b/C4/Installer.pm >@@ -492,6 +492,9 @@ sub load_sql { > } > }; > } >+ if ($@){ >+ warn "Something went wrong loading file $filename ($@)"; >+ } > }; > # errors thrown while loading installer data should be logged > if( $dup_stderr ) { >-- >2.24.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 13897
:
37165
|
75930
|
75931
|
95884
|
96370
|
96397
|
96539
|
96591
|
96592
|
96754
|
96755
|
97068
|
97069
|
98507
|
98741
|
99392
|
99393
|
99394
|
99395
|
100340
|
100341
|
100342
|
100343