[imp] Re: Imp problems. Fatal error; logging error; line 162 of ...horde/lib/Horde.php

Joe Filla imp@kahana.com
Tue, 10 Sep 2002 12:44:17 -0700


- > Still no luck. The snapshot error is that when I try to log in to
- > ../horde/imp/ I get the mesage:
- > A fatal error has occurred:
- > An error has occurred. Furthermore, Horde encountered an error
attempting
- > to log this error.

- Your $conf['log'] settings are incorrect, masking another error.

- -chuck
Hi Chuck,
Thanks for your reply. Here are my current log setting in horde.imp:
$conf['log']['enabled'] = 'false';$conf['log']['type'] =
'file';$conf['log']['name'] = '/var/log/horde.log';$conf['log']['priority']
= LOG_NOTICE;$conf['log']['ident'] = 'HORDE';$conf['log']['params'] =
array();
Amything incorrect here? I've tried setting $conf['log']['enabled'] to both
enabled and disabled.
Still no dice.
Joe