ATutor

Learning Management Tools







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


File Manager error in ATUTOR 15


  • 2006-06-28 01:55:36

    File Manager error in ATUTOR 15

    I upgraded from ATutor 1.4 to ATutor 1.5. Now everything works except file manager either from manage or content and I mentioned the error below with my server properties. Please let me know what should I do.
    BTW, ownership of my content directory is:
    drwxrwxrwx 116 501 501 4096 Jun 27 12:06 content
    even I change the ownership to apache:apache but no difference.

    Things to describe:
    operating system - fedora 5
    version of ATutor - 1.5
    versions of php - 5.1.2
    version of mysq l - 5.0.18
    webserver & version -apache/2.2.0
    copies of error messages -
    Unable to open content directory. You may try to create it now.

    changes to default settings -
    web browser being used - Mozilla on linux
    and anything else relevant -

  • 2006-06-28 11:35:27

    Re: File Manager error in ATUTOR 1.5

    First I would suggest upgrading to the current version 1.5.2, or wait about a week for the 1.5.3 release

    I can guess that the permissions were not set recursively on the new content directory during the upgrade. You might also use "chown -R apache:apache content" to recursively change the ownership of the files. assuming the webserver's owner is "apache"