@@ -, +, @@ --- Koha/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Config.pm +++ a/Koha/Config.pm @@ -48,7 +48,7 @@ sub read_from_file { }; if ($@) { - warn "Error reading file $file"; + die "\nError reading file $file.\nMake sure you are using the correct user (use koha-shell should resolve this problem)\n\n"; } return $xml; --