From b2d953071c7d128b9a72f48a302b49d312e9cf35 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 25 Jul 2011 23:28:32 +0000 Subject: [PATCH] upgrade.php: - add hint about ?debug=1 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1130 a1433add-5e2c-0410-b055-b7f2511e0802 --- upgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/upgrade.php b/upgrade.php index a47ae702..7277ee3e 100644 --- a/upgrade.php +++ b/upgrade.php @@ -147,6 +147,7 @@ function _do_upgrade($current_version) { } echo "

Updating database:

- old version: $current_version; target version: $target_version

"; + echo "
  (If the update doesn't work, run setup.php?debug=1 to see the detailed error messages and SQL queries.)
"; for ($i = $current_version +1; $i <= $target_version; $i++) { $function = "upgrade_$i";