[horde] Unusual and Infrequent Errors

jesse wolff jesse_wolff at yahoo.com
Mon Nov 19 10:11:20 PST 2001


Do you have the 'phptype' parameter specified in the db settings for your 
preferences in config/horde.php?

If not, for mysql it should be set to 'mysql' and for postgres set it 
to 'pgsql'.

$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'hordemgr';
$conf['prefs']['params']['password'] = '********';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';

Jesse.

Quoting m.ibarra at cdcixis-na.com:
> Hello All;
> 
> I've recently updated my pear libs, twice (the first time my own, the
> second
> with the tarball on the horde site.) Every so often, enough to be
> frustrating,
> I get the following error. This error happens once in awhile when I log in
> or
> when I click on the "Horde", "Mail" or "Addressbook" icons on the bottom of
> 
> my Horde screen. What is unusual is that if I re-click on the same icon,
> all
> comes up as OK :( 
> Thank you in advance,
> -mike
> Horde, as well as all components (imp, turba, whups, etc) are current from
> CVS
> object(pear_error)(7) {
> ["error_message_prefix"]=>
> string(0) ""
> ["mode"]=>
> int(1)
> ["level"]=>
> int(1024)
> ["code"]=>
> NULL
> ["message"]=>
> string(62) "Required 'phptype' not specified in preferences configuration."
> ["userinfo"]=>
> NULL
> ["callback"]=>
> NULL
> }
> [/usr/local/apache/htdocs/horde/lib/Prefs/sql.php : 80]
> 
> 
> -- 
> Horde mailing list: http://horde.org/horde/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> 






More information about the horde mailing list