From a4e819a118a383c7444d0af8aecc4b0dbbd1defa Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 22 Aug 2008 15:08:19 +0100 Subject: [PATCH] Argh! Correct module name is pgsql, not postgresql. --- global.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.php b/global.php index 2d0b252..dd373e5 100644 --- a/global.php +++ b/global.php @@ -28,7 +28,7 @@ else www_error("No configuration found", "No configuration file was found. Please copy config.php.in to config.php and edit as required.", "servers"); // Check that the PostgreSQL module is available -if (!extension_loaded("postgresql")) - www_error("PHP configuration error", "The postgresql module for PHP is not available. Please enable the module in your PHP configuration.", "servers"); +if (!extension_loaded("pgsql")) + www_error("PHP configuration error", "The PostgreSQL module (pgsql) for PHP is not available. Please enable the module in your PHP configuration.", "servers"); ?> -- 2.39.5