turba

Bartosz Aninowski bart@sonik.pl
Tue, 24 Jul 2001 10:05:28 +0200


I was looking for it in mailing list archive but found no answer.
I have php 4.0.6 with PEAR from cvs
In turba/config/conf.php I have
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'hordemgr';
$conf['prefs']['params']['password'] = 'hordemgr';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'Turba_Objects';

but when I try to add entry
have following error
Fatal error: Call to undefined function: pg_pconnect() in
/usr/local/lib/php/DB/pgsql.php on line 114