From: Brenda Wallace Date: Tue, 23 Jun 2009 16:04:28 +0000 (+1200) Subject: mysql or pgsql required (not mysql) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8f1b1ffcf04da08193da51544487afa6647ad225;p=quix0rs-gnu-social.git mysql or pgsql required (not mysql) --- diff --git a/install.php b/install.php index 570b08edf4..4e54ba8700 100644 --- a/install.php +++ b/install.php @@ -48,7 +48,7 @@ function checkPrereqs() $pass = false; } - $reqs = array('gd', 'mysql', 'curl', + $reqs = array('gd', 'curl', 'xmlwriter', 'mbstring', 'gettext'); @@ -58,6 +58,10 @@ function checkPrereqs() $pass = false; } } + if (!checkExtension('pgsql') && !checkExtension('mysql')) { + ?>

Cannot mysql or pgsql extension. You need one or the other:

Cannot write config file to: