From: Matthias Schmidt Date: Fri, 2 Aug 2019 16:43:30 +0000 (+0200) Subject: Show actual database connection error on data import form X-Git-Tag: 5.2.0_Alpha_4~14 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=59e27dd8061987e95e2c19b2f8d6aa1b556d36df;p=GitHub%2FWoltLab%2FWCF.git Show actual database connection error on data import form Close #2964 --- diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 21c9b840da..dfaabb2016 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -360,7 +360,7 @@ {$exception->getMessage()}
{$exception->getErrorDesc()}
]]>
+
{$exception->getPrevious()->getMessage()}]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 5062e34349..ab7e82c0c8 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -336,7 +336,7 @@ - {$exception->getMessage()}
{$exception->getErrorDesc()}
]]>
+ {$exception->getPrevious()->getMessage()}]]>