Chris Weiss wrote:
On 12/17/05, Robert Steinmetz <[EMAIL PROTECTED]> wrote:
  
In the php.ini  recomendations I don't understand the path entry for
phpgw-vfs. I suspect this may be my problem.
Where is that by default or how can I determine the correct value? Here
is the entry from the php.ini file
open_basedir = /usr/local/apache/share/htdocs/phpgroupware:/tmp
    

the VFS is nothing by default, it's a security risk.  it can be
configured securely, but that's server specific so it can't be done by
default.  this page has a section explaining how to setup the vfs
files location securely, and the path you choose to store the files in
will need to be in the openbasedir path. 
http://docs.phpgroupware.org/html/install/presetuptask.html
Thanks for the prompt response. I have it working now. I was able to figure it out after re reading the reference you gave. I was confused by the documents which seem to say it should be located in DocumentRoot in one place and in another place it must be outside it.

I have another related problem, entering the file manager I get;

Error: Could not create directory /home/rob (/usr/local/apache/share/phpgroupware/files/home/rob)

I gather that this is because the webserver can't write to the directory, but since I opened all of the permission (777) I can't figure out what is keeping it from writing to the directory.




_______________________________________________
Phpgroupware-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to