Code Comments
Programming Forum and web based access to our favorite programming groups.Joseph Yik Chi Chu wrote: >Hi, >I am using horde as my webmail. >Horde use php/pear log to create log file in /var/log/ >I had installed all required pear package. I run the >test.php in horde and it shows no error. > >But when I try use the webmail. It show the error >massage below > >Warning: touch(): Unable to create file >/var/log/horde.log because Permission denied in >/usr/share/pear/Log/file.php on line 119 > >Warning: chmod(): No such file or directory in >/usr/share/pear/Log/file.php on line 120 > >i am not sure this is the problem of horde or pear ¡K. > > No, it's a permissions problem. Try creating the file using "touch" from the shell and then giving the webserver user read/write permissions for it. Klaus
Post Follow-up to this messagebut how can i let pear module to create the log file itself? since i guess the module suppose it can creat the file itself ....... "Klaus Guenther" <klaus@capitalfocus.org> wrote in message news:40D92A20.9020203@capitalfocus.org... > Joseph Yik Chi Chu wrote: > > > No, it's a permissions problem. Try creating the file using "touch" from > the shell and then giving the webserver user read/write permissions for it. > > Klaus
Post Follow-up to this messageJoseph wrote: > but how can i let pear module to create the log file itself? > since i guess the module suppose it can creat the file itself ....... You need to give the webserver permission to write in the directory that it wants to create the file. (/var/log/) Scott Mattocks
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.