2005-08-20 00:24:26
installing atutor 14 on fc3
I am trying to install atutor1.4 on fc3 with mysql 3.23, php 4.3 and httpd-2.0.52, the error I get is:
Directories
Error
* content/ is not writeable.
* content/import/ is not writeable.
* content/chat/ is not writeable.
* include/config.inc.php is not writeable.
But ls of my directories are as follows:
ls -l content/
total 20
drwxrwxrwx 2 apache apache 4096 May 28 2004 chat
drwxrwxrwx 2 apache apache 4096 May 28 2004 import
-rwxrwxrwx 1 apache apache 0 May 28 2004 index.html
ls -l content/import/
total 4
-rwxrwxrwx 1 apache apache 0 May 28 2004 index.html
ls -l content/chat
total 4
-rwxrwxrwx 1 apache apache 0 May 28 2004 index.html
ls -l include/config.inc.php
-rwxrwxrwx 1 apache apache 86 May 28 2004 include/config.inc.php
which it means all directories are writeable. Would you please let me know what the problem is?
By the way, i changed ownership of these directories to apache to see if I can get rid of this error, but nothing happend.
Thanks for your forum and quick reply.