From a2ab3fd876419cb2eddb2fb6d246439f0d362721 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 30 Apr 2010 05:20:36 +0000 Subject: #784864 by kbgordon7: Fixed Install Error message links to a changed handbook page. --- includes/install.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/install.inc b/includes/install.inc index 23a7137b8..1d3595547 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -367,7 +367,7 @@ abstract class DatabaseTasks { } } if (!empty($message)) { - $message = '

In order for Drupal to work, and to continue with the installation process, you must resolve all issues reported below. For more help with configuring your database server, see the Installation and upgrading handbook. If you are unsure what any of this means you should probably contact your hosting provider.

' . $message; + $message = '

In order for Drupal to work, and to continue with the installation process, you must resolve all issues reported below. For more help with configuring your database server, see the installation handbook. If you are unsure what any of this means you should probably contact your hosting provider.

' . $message; throw new DatabaseTaskException($message); } } @@ -384,7 +384,7 @@ abstract class DatabaseTasks { $this->pass('Drupal can CONNECT to the database ok.'); } catch (Exception $e) { - $this->fail(st('Failed to connect to your %name database server. %name reports the following message: %error.For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.', array('%error' => $e->getMessage(), '%name' => $this->name()))); + $this->fail(st('Failed to connect to your %name database server. %name reports the following message: %error.For more help, see the installation handbook. If you are unsure what these terms mean you should probably contact your hosting provider.', array('%error' => $e->getMessage(), '%name' => $this->name()))); return FALSE; } return TRUE; -- cgit v1.2.3