@@ -, +, @@ --- C4/Installer.pm | 3 +++ 1 file changed, 3 insertions(+) --- a/C4/Installer.pm +++ a/C4/Installer.pm @@ -491,6 +491,9 @@ sub load_sql { } }; } + if ($@){ + warn "Something went wrong loading file $filename ($@)"; + } }; # errors thrown while loading installer data should be logged if( $dup_stderr ) { --