[imp] Logout error
Steve Lidie
sol0@Lehigh.EDU
Thu, 20 Jun 2002 13:02:17 -0400
On Thursday, June 20, 2002, at 12:54 PM, Ashley M. Kirchner wrote:
>
> Everytime I log out of IMP, I get this at the top of the next window
> (the
> login form):
>
> ----------
> select>
> Warning: openlog() expects parameter 3 to be long, string given in
> /usr/local/lib/php/Log/syslog.php on line 45
>
You've set $conf['log']['type'] = 'syslog' in ...horde/config/horde.php but
neglected to make a corresponding change to $conf['log']['name'] in the
next stanza (change the string file name to the syslog facility *constant*
). Most likely (;