[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [phpGroupWare-developers] I am a Newbie and need help
From: |
Dave Hall |
Subject: |
Re: [phpGroupWare-developers] I am a Newbie and need help |
Date: |
Fri, 04 Jan 2008 20:54:31 +1100 |
Hi David,
On Thu, 2008-01-03 at 22:10 -0700, David Sinclair wrote:
>
> I get the following error when i go into the filemanager module
> application
> Error: Could not create directory /home/Iroken22
> (http://www.peoriatroop333.org/phpgroupware/files/home/Iroken22)
>
> I believe i have installed the directory outside the webroot. I do not
> know y i am receiving this error. If anyone can help me with this it
> would be appreciated. .
It looks like you have specified a url for your files directory. You
need to specify a directory which isn't accessible by your webserver.
So say phpgroupware is installed
in /home/dsinclair/public_html/phpgroupware you need to create a
directory /home/dsinclair/phpgw_files or similar and specify that in
setup.
btw this is more a question for the user list than a dev related issue.
Cheers
Dave