ATutor

Learning Management Tools







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


Installation Step 4 Content Directory


  • 2008-08-17 18:49:31

    Installation Step 4 Content Directory

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on - Linux
    ATutor version - 1.6.1
    ATutor theme name -
    PHP version -
    MySQL version - 5.0
    Webserver & version -
    Copies of error messages - Error
    Content Directory entered does not exist.
    Changes to default settings - none
    Web browser being used - IE 7
    ...and anything else relevant -

    I'm sure someone might be able to point out where to find my answer, but I've been struggling with this issue for 3 days now and reading tons of posts here. I am in the process of installing ATutor and I am on Step 4. ATutor has given me a very specific directory to create with 8 subdirectories. I have created these directories inside of the install directory and also inside of the install/include directory and any other directories I could think of. I have made them all writeable. Unfortunately the system keeps telling me that the directory does not exist which from looking at the code does not seem to be an issue with the directory writeability but instead the system seems unable to find the directory I have created.

    So, what do I do? ATutor will not let me edit the path that it so specifically gives me to create so I cannont change what directory I am to create. The instructions say to create this series of directories in the installation directory which I have done. I have also made the directories writeable. However, no matter how many times I check my spelling and the path of the directories, I still get the error that the directory do not exist. Does anyone have a work-around for this or does anyone know what I am doing wrong?

    Thanks!
    Carmella

  • 2008-08-18 11:29:54

    Re: Installation Step 4 Content Directory

    Hi,

    I believe ATutor is giving you an error on "Content" directory is not writable. First, you will have to create that folder under ATutor/


    -harris

  • 2008-08-18 11:54:01

    Re: Installation Step 4 Content Directory

    Sigh...that's what I did. I have attached the screenshot. I have created that specific directory with sub directories in my /ATutor/ folder and in my
    /ATutor/install/ folder. The installation is not recognizing that these folders have been created. I was surprised that the system would request and force me to use such specific directories/sub-directories, but I created them just as specified and they are all writeable.

    Thanks for any help you can provide,
    Carmella

  • 2008-08-18 12:49:30

    Re: Installation Step 4 Content Directory

    Not sure which instructions you are reading. The only directory you should need to create is a content directory. The installer will create the rest, assuming write permissions have been set on the directory as described in the installation instructions. The content directory (or whatever you want to call it) can exist anywhere on the server. Copy the path to the directory into the field of installation step to create a content directory.


    Installation Instructions
    http://www.atutor.ca/atutor/docs/installation.php

    Also be sure there are no symbolic links (i.e. short cuts) in the patch to your content directory. Create a file with the following code in it, place it in the ATutor root directory, then open it in a web browser. The path listed with getcwd() should be the one you use in the path to your content directory.


    [php]

    getcwd();

    [/php]

  • 2008-08-18 14:40:03

    Re: Installation Step 4 Content Directory

    I'm sorry, did you look at my screenshot? The system is forcing me to use a certain grouping of directories/subdirectories. If you look at the screenshot, you will see that ATutor is forcing this certain grouping of directories/subdirectories and telling me I must create it. It's not giving me a choice and when I create it as it specifies, it tells me it does not exist. Please take a look at the screenshot as it explains a lot. I will attach it to this posting as well.

    Thanks!
    Carmella

  • 2008-08-18 15:10:52

    Re: Installation Step 4 Content Directory

    The screen shot is the usual message displayed during installation.

    How did you create, then set the directory to writable?


    What was the output from the getcwd() file you created?