ATutor

Learning Management Tools







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


GoDaddy Installation Problem


  • 2007-06-26 15:02:21

    GoDaddy Installation Problem

    I am trying for a second time to install a tutor on Godaddy.com. When I get to Step 4, it tells me to create the following directory:

    /home/content/p/j/v/pjvacadmin/html/training/content

    I created this directory in multiple places and I get the same error as below. I have chmod to 777.

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

    Things to describe:
    operating system - Linux
    version of ATutor - 1.5.4
    versions of php -
    version of mysq l - 4
    webserver & version -
    copies of error messages - Content Directory entered does not exist.
    changes to default settings -
    web browser being used - Firefox
    and anything else relevant -

  • 2007-06-26 15:28:12

    Re: GoDaddy Installation Problem

    Create a file with the following php in it, place it in the ATutor directory, and open it with your browser. It will tell you the real path to you ATutor directory. Use that path when asked during installation.

    I'm guessing your ISP has setup the system using symbolic links.

    [php]

    getcwd();

    [/php]

  • 2007-06-28 15:10:20

    Re: GoDaddy Installation Problem

    I took a wild guess at it and found the answer. The directory that atutor wants me to create is actually in the root folder of the installation, not starting from home like:

    /home/content/p/j/v/pjvacadmin/html/training/content

    When godaddy setup this folder, technically i was already in the training folder so the only folder I had to create was the 2nd content folder and it worked.

    Thanks though.