ATutor

Learning Management Tools







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


Content directory


  • 2007-04-10 19:11:40

    Content directory

    I am installing 1.5.4 rc1 and cannot get past Step 4 - Content directory. No matter what I put down for a content directory, it says "Content Directory entered does not exist," even though I verified the existance of the directory and also turned on full rwx permissions. I am using a content directory on the same web server. I remember that I had a problem with this when I installed 1.5.3, but I forget how I got around it. Am I missing some important step?
    For the record, the server is running PHP 5.2.1 and MySQL 5.0.37

  • 2007-04-11 08:36:21

    Re: Content directory

    My guess is your content directory has a symbolic link in it. Write a small php file with the following lines, then place it in the ATutor directory and open it in your browser to get the actual path to you content directory



    [php]

    getcwd();
    [/php]

  • 2007-04-12 01:47:48

    Re: Content directory

    I tried what you said and pasted the path into the Atutor install window, but got the same "does not exist" message. The company that is hosting the web site wrote me the following information, which I also tried with no success, but maybe you can make omething out of this to explain to me what to enter at this point:

    The directory is /www
    <http://cp.s441.sureserver.com/fileman/fileman.php?goto=%2Fwww>/www
    <http://cp.s441.sureserver.com/fileman/fileman.php?goto=%2Fwww%2Fwww>/content
    <http://cp.s441.sureserver.com/fileman/fileman.php?goto=%2Fwww%2Fwww%2Fcontent>

    Any ideas?

  • 2007-04-12 08:30:14

    Re: Content directory

    If there are no symbolic links in the path, then I'm not sure what to suggest, other than to start over with the installation, and carefully follow the instructions again.