Bugzilla – Attachment 17381 Details for
Bug 9941
with Plack, Web installer should not die with stacktrace when database does not exist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9941: Follow up to make the error message print nicely
Bug-9941-Follow-up-to-make-the-error-message-print.patch (text/plain), 713 bytes, created by
Kyle M Hall (khall)
on 2013-04-12 11:45:21 UTC
(
hide
)
Description:
Bug 9941: Follow up to make the error message print nicely
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-04-12 11:45:21 UTC
Size:
713 bytes
patch
obsolete
>From 27a0784becc599e894e7d6cfad8c9b554edce5de Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chris@bigballofwax.co.nz> >Date: Sun, 7 Apr 2013 15:53:09 +1200 >Subject: [PATCH] Bug 9941: Follow up to make the error message print nicely > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > installer/install.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/installer/install.pl b/installer/install.pl >index 67b8f3a..39ac019 100755 >--- a/installer/install.pl >+++ b/installer/install.pl >@@ -25,6 +25,7 @@ eval { > }; > > if ($@) { >+ print $query->header(); > print "Unable to connect to database. Please check your database configuration in koha-conf.xml"; > exit; > } >-- >1.7.2.5
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 9941
:
17041
|
17070
|
17228
|
17380
| 17381