From 2863ff7508540cd0c35c2319f873c18f3ad47ecf Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 27 Oct 2020 02:04:02 +0000 Subject: [PATCH] trace --- core/install.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/install.php b/core/install.php index c86cec6e..b9cdde00 100644 --- a/core/install.php +++ b/core/install.php @@ -287,7 +287,9 @@ function create_tables(Database $db) "PDO Error:", "

An error occurred while trying to create the database tables necessary for Shimmie.

Please check and ensure that the database configuration options are all correct.

-

{$e->getMessage()}

", +

{$e->getMessage()}

+ + ", 3 ); }