From 8be58d6e6cef306e6815764ce851a747b9ba9dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 17 Oct 2007 12:47:28 +0000 Subject: #178478 by scor: typo in text displyed when the DB is installed but not accessible --- includes/database.pgsql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/database.pgsql.inc') diff --git a/includes/database.pgsql.inc b/includes/database.pgsql.inc index 6bf37f615..deb81f7da 100644 --- a/includes/database.pgsql.inc +++ b/includes/database.pgsql.inc @@ -86,7 +86,7 @@ function db_connect($url) { drupal_set_header('HTTP/1.1 503 Service Unavailable'); drupal_set_title('Unable to connect to database'); print theme('maintenance_page', '

If you still have to install Drupal, proceed to the installation page.

-

If you have already finished installed Drupal, this either means that the username and password information in your settings.php file is incorrect or that we can\'t connect to the PostgreSQL database server. This could mean your hosting provider\'s database server is down.

+

If you have already finished installing Drupal, this either means that the username and password information in your settings.php file is incorrect or that we can\'t connect to the PostgreSQL database server. This could mean your hosting provider\'s database server is down.

The PostgreSQL error was: '. theme('placeholder', decode_entities($php_errormsg)) .'

Currently, the database is '. theme('placeholder', substr($url['path'], 1)) .', the username is '. theme('placeholder', $url['user']) .', and the database server is '. theme('placeholder', $url['host']) .'.