From ef8f8f0d4e074824a156b1b85495027afc15e8ac Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 3 Mar 2008 21:32:15 +0000 Subject: Make rcube_install class PHP4 compatible + add warning for MDB2 on PHP4 + set MDB2 as default git-svn-id: https://svn.roundcube.net/trunk@1171 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/test.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roundcubemail/installer/test.php') diff --git a/roundcubemail/installer/test.php b/roundcubemail/installer/test.php index d83534bb3..7e9903991 100644 --- a/roundcubemail/installer/test.php +++ b/roundcubemail/installer/test.php @@ -55,6 +55,8 @@ if (!empty($RCI->config)) { $RCI->fail('DSN (write)', $db_error_msg); echo '

Make sure that the configured database extists and that the user as write privileges
'; echo 'DSN: ' . $RCI->config['db_dsnw'] . '

'; + if ($RCI->config['db_backend'] == 'mdb2') + echo '

There are known problems with MDB2 running on PHP 4. Try setting db_backend to \'db\' instead

'; } } else { -- cgit v1.2.3