[horde] Issue when change path log in horde

Yannick - TEST kinai at myweblan.net
Thu Apr 28 11:58:46 PDT 2005


FYI,

an error occur when you change the path of the horde log file in the 
administration web interface.

path come without ''
$conf['log']['name'] = /var/log/horde.log;
so you receive :
*Parse error*: parse error, unexpected '/' in 
*/var/www/horde/config/conf.php* on line *38
To solve add '' :
*$conf['log']['name'] = '/var/log/horde.log';

regards,
kinaï


More information about the horde mailing list