ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


installing atutor 14 on fc3


  • 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.

  • 2005-08-21 11:01:46

    follow the instructions

    please follow the instructions displayed with the error message carefully during installation. They explain what needs to be done to make the content directory and the config,inc,php file writable.

    use
    chmod -R a+rwx content/ (make sure to use the -R switch)
    chmod a+rwx include/config.inc.php

    You may want to use ATutor 1.5.1. It is much improved over 1.4

  • 2005-08-23 03:45:45

    I followed the instruction

    Thanks greg, I followed the instruction you wrote but no change. Also I chmod ATutor directory and again no change, please help me to install ATutor 1.4 as I already have ATutor 1.4 up and running on mandrake 9.1 and I can't upgrade it for Farsi language. That's why I need to install 1.4 and then put mysql dump of Atutor database on it and then upgrade to 1.5 or 1.5.1. I have lots of courses on up and running server which I can't bring them in 1.5 easily as i mentioned in my previous topic on this forum.
    Thanks again for your support.