[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-developers] webhost error
From: |
ferry |
Subject: |
[Phpgroupware-developers] webhost error |
Date: |
Sun, 11 May 2003 14:12:03 +0200 (CEST) |
Hi,
First, you have build a nice application with phpgroupware. My
compliments.
I have a question though. When I want to start the webhosting it comes up
with the following error:
"error: Could not create directory x*"
As recommended in the faq I did:
# mkdir files
# mkdir files/groups
# mkdir files/users
# chown -R nobody.nobody files
(note: this assumes your webserver runs as
user nobody, adjust for your installation)
# chmod -R 770 files
My server runs as apache so I changed owner and group in apache.
Further, I have to change the path in setup. I don't understand wich setup
is ment. So I changed in phpgroupware/setup/config.php the line:
($GLOBALS['current_config']['files_dir'] == '/path/to/phpgroupware/files')
in:
($GLOBALS['current_config']['files_dir'] ==
'/www/html/phpgroupware/files') wich is the location on my machine. I know
this is
not recommended but first I want to get it working before I make chages.
I use Redhat 7.2
phpGroupWare-0_9_14-RC4
apache-1.3.20-16
php4
Can you help me out?
With kindly regards,
Ferry de Wit
address@hidden
- [Phpgroupware-developers] webhost error,
ferry <=