Bugzilla – Attachment 17228 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), 641 bytes, created by
Chris Cormack
on 2013-04-07 03:53:54 UTC
(
hide
)
Description:
Bug 9941: Follow up to make the error message print nicely
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-04-07 03:53:54 UTC
Size:
641 bytes
patch
obsolete
>From f14ebf73a8a59ba245a80e7ea509b5be912b2885 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 > >--- > installer/install.pl | 1 + > 1 file changed, 1 insertion(+) > >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.10.4
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