[horde] phptype errors - Login No Longer Works

Michael C. Ibarra ibarra at hawk.com
Tue Oct 28 14:50:52 UTC 2008


I've just upgraded to latest version and I may have screwed up my horde/config/conf.php and/or my
/horde/kronolith/config/conf.php.

I am tossing in the towel and now at the mercy of the list for help.

Here are my errors, shown in my login screen, but not in my defined error log:

A fatal error has occurred
Required "phptype" not specified in kronolith configuration. The file
+/horde/config/../kronolith/config/conf.php should contain a
+$conf['calendar']['params']['phptype'] setting.

[line 690 of /usr/share/pear/Horde.php]

In looking over /horde/config/../kronolith/config/conf.php, I see that it indeed does contain a
+$conf['calendar']['params']['phptype'] setting:

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: kronolith/config/conf.xml,v 1.23 2008-10-22 21:14:06 jan Exp $
$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['driverconfig'] = 'horde';
$conf['calendar']['params']['utc'] = false;
$conf['calendar']['driver'] = 'sql';
$conf['storage']['default_domain'] = 'example.com';
$conf['storage']['params']['table'] = 'kronolith_storage';
$conf['storage']['params']['driverconfig'] = 'horde';
$conf['storage']['driver'] = 'sql';
$conf['metadata']['keywords'] = true;
$conf['reminder']['server_name'] = 'pubcal.example.com';
$conf['reminder']['from_addr'] = 'Cal at example.Com';
$conf['autoshare']['shareperms'] = 'edit';
$conf['holidays']['enable'] = true;
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

In my horde/config/conf.php, I have auth setup to mysql:

$conf['auth']['driver'] = 'sql';


Thanks,

-mike



More information about the horde mailing list