[dev] IMP for Windows

Andreas Dahlén andreas@dahlen.ws
Wed, 3 Jul 2002 22:36:45 +0200


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