Re: FileMan - Not enough arguments for mkdir

2001-01-17 Thread George Sanderson
At 08:59 AM 1/17/2001 +0200, you wrote: >Hi, > >This is me again. Thanks for quick response. Another two questions: >in your demo http://www.xorgate.com/FileMan/demo/.XFM/ >just tried to upload file "1", it reported me "ERROR: MkFile: Parent access >denied" but I suspect it catchup to do open() be

Re: FileMan - Not enough arguments for mkdir

2001-01-16 Thread George Sanderson
At 03:12 PM 1/16/2001 +0200, you wrote: > >Some linuxes required to have correct permission set in mkdir (it >fails on mkdir $dir; needs to be mkdir $dir,0775;), so make test >fails... (FileMan.pm line 771 and several times below..) > I fixed all the mkdirs with "mkdir $dir,0755". I think 0755 is

Re: FileMan - Not enough arguments for mkdir

2001-01-16 Thread George Sanderson
At 03:12 PM 1/16/2001 +0200, you wrote: > >Some linuxes required to have correct permission set in mkdir (it >fails on mkdir $dir; needs to be mkdir $dir,0775;), so make test >fails... (FileMan.pm line 771 and several times below..) > I fixed all the mkdirs with "mkdir $dir,0755". I think 0755 is