in reply to File not responding after first append

try using cmod 777, and look in your error_log it would really help on errors!
  • Comment on Re: File not responding after first append

Replies are listed 'Best First'.
Re: Re: File not responding after first append
by Fastolfe (Vicar) on Nov 28, 2001 at 00:31 UTC

    Ack! If you use 'chmod 777', please only do it temporarily to see if permissions are part of your problem. This opens up a whole can of worms and security problems for your application if any other process owned by any other user can just go in and make changes to files and directories on a whim.

    If doing this fixes your problem, please try to find out why this fixed your problem and adjust your permissions or methods so that things continue to be secure. You should never have files or directories with permissions set read-write-execute across the board.