[horde] phptype errors - Login No Longer Works
Michael C. Ibarra
ibarra at hawk.com
Wed Oct 29 17:53:48 UTC 2008
All;
I am stil baffled to what is happening, and my log does not appear to have had any data injected into it since 4 hours ago, even though I've been trying to logon.
My conf.php has
$conf['debug_level'] = E_NOTICE;
$conf['log']['name'] = '/tmp/horde.log';
and before had
$conf['debug_level'] = E_ALL;
Does anyone have any ideas as to what may have gone wrong?
Thanks,
-mike
On Tue, Oct 28, 2008 at 10:50:52AM -0400, Michael C. Ibarra wrote:
>
> 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
>
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list