ATutor

Learning Management Tools







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


Unable to create import directory


  • 2013-11-20 09:36:26

    Unable to create import directory

    Hi,
    Am trying to import a content package and receive the message - 'Unable to create import directory'

    I take it this will be a permissions issue. Which folder do I need to alter permissions on ?

    Many thanks
    Jim

    Things to describe:
    Operating system ATutor is installed on - Linux
    ATutor version - 2.1.1
    Patch #s applied -
    ATutor theme name - default 1.6 theme
    PHP version - 5.2.17
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2013-11-20 10:09:08

    Re: Unable to create import directory

    It will be the content/ directory that needs to be writable (chmod a+rwx content/). The specific directory for imports is content/import/.

    However, this should have been set during the install, so the problem may be due changes by your service provide. We see this occur when providers move sites around during hardware upgrades etc. If that's the case you may also experience problems uploading files to the file manage, file storage and with other tools that use the content directory. You can do a recursive change of permissions if that's the case (chmod -R 777 content). You likely need root permission to do that.