Citerar Jens Ljungkvist <jens@ljungkvist.nu>:
>
> Now I get this instead:
>
> "Warning: fopen("/tmp/horde.log", "a") - No such file or directory
> in c:\php4\pear\Log\file.php on line 48
Change the path to the logfile in horde/config/horde.php.
$conf['log']['name'] = '/tmp/horde.log';
should be something like the below
$conf['log']['name'] = 'C:\temp\horde.log';
/Andreas