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 when uploading theme zip


  • 2005-08-19 12:44:11

    Unable to create import directory when uploading theme zip

    Should file permissions be set rw on themes dir?

    Things to describe:
    operating system - sun
    version of ATutor -1.5.1
    versions of php -
    version of mysql -
    webserver & version -apache
    copies of error messages -Unable to create import directory.
    changes to default settings - enable theme specific categories
    web browser being used -IE
    and anything else relevant -

  • 2005-08-21 09:59:38

    clarification

    When I try to upload a theme - I receive the message: Unable to create import directory. How can I resolve this problem?

  • 2005-08-21 11:07:21

    set the permissions on the theme dir

    set the permissions on the themes dir to be writable while importing a theme, then remove writable after the theme is imported.

    chmod -R a+rw themes/
    then
    chmod a-w themes/

  • 2005-08-21 11:13:13

    thanks

    Hi Greg,

    Perhaps this should be included in the installation documentation. The only file permission requirements listed in the Admin docs is for the content directory. I can add this as a note to the docs. You guys can determine if it is worthy of retaining.

    Thanks Again