[horde] Maximum recursion depth...
Roman Langolf
webs at gmx.de
Mon Jun 21 14:43:15 PDT 2004
(Montag, 21. Juni 2004 21:49) Chuck Hagenbuch schrieb:
> Quoting Roman Langolf <webs at gmx.de>:
> > Warning: _mkpath(): Maximum recursion depth (25) exceeded in
> > /usr/share/php/Log/file.php on line 160
> >
> > Anybody know where the problem is?
>
> Yeah, the Log package (which is part of PEAR, not Horde) either has
> way too long a directory path in your config,
My Root-Dir to Horde isn't too long:
/srv/www/htdocs/web5/html/horde.cvs/
And in my Horde-Config:
$conf['cookie']['path'] = '/horde.cvs';
$conf['log']['priority'] = PEAR_LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
> or it's running into recursion
> (symlinks?) somewhere.
I don't know, I don't made any symlinks ...
in my Apache-Config are follow entrys:
<Directory />
Options -Indexes +FollowSymLinks +Includes
AllowOverride None
Order deny,allow
Deny from all
</Directory>
But it won't work.
Other ideas???
Tanks!
roman
More information about the horde
mailing list