[horde] php-pgsql grief

Dr. Michael J. Chudobiak mjc at avtechpulse.com
Thu Nov 13 11:18:54 PST 2003


OK, I "solved" the problem by deleting all the php RPMs, trying to 
compile from source tar.gz files, giving up (because Redhat moves all 
the postgres files to non-standard locations), and re-installing the RPMs.

Now it works. God knows why.

Thanks to everyone who offered suggestions!


- Mike


> I am having problems getting Horde to access a Postgresql database. I am 
> using Fedora Core 1 (basically Redhat 10), with the php, php-ldap, 
> php-imap, and php-pgsql rpms.
> 
> The test.php page says that I have pgsql support installed.
> 
> In horde.php, I have:
> 
> $conf['prefs']['driver'] = 'sql';
> $conf['prefs']['params']['phptype'] = 'pgsql';
> $conf['prefs']['params']['hostspec'] = '127.0.0.1';
> $conf['prefs']['params']['username'] = 'horde';
> $conf['prefs']['params']['password'] = '(deleted for the posting)';
> $conf['prefs']['params']['database'] = 'horde';
> $conf['prefs']['params']['table'] = 'horde_prefs';
> 
> and
> 
> $conf['log']['enabled'] = true;
> $conf['log']['type'] = 'file';
> $conf['log']['name'] = '/tmp/horde.log';
> $conf['log']['priority'] = LOG_DEBUG;
> $conf['log']['ident'] = 'HORDE';
> $conf['log']['params'] = array();



More information about the horde mailing list