From 449844ce3169a10e62bd731fadd4ac3b05ace6e9 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Sat, 11 Jan 2020 01:32:30 +0100 Subject: [PATCH] Specific final message when generating SQL Remind user that DB has not been created/upgraded, and that they should do so. Fixes #26663 --- admin/install.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/admin/install.php b/admin/install.php index 52b6b91dd2..6f57240f51 100644 --- a/admin/install.php +++ b/admin/install.php @@ -1461,12 +1461,17 @@ function print_test( $p_test_description, $p_result, $p_hard_fail = true, $p_mes + + SQL script generated successfully. + Use it to manually create or upgrade your database. + MantisBT was installed successfully. - + Continue to log in. Please log in as the administrator and create your first project. +