ATutor

Learning Management Tools







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


Wrong links and paths within the ATutor system


  • 2003-12-16 06:13:55

    Wrong links and paths within the ATutor system

    Hi there,

    I'm experiencing the following problem(s):
    (note: I sent the configuration files to the atutor email adress provided in the help us to help you file

    I installed Atutor locally on my machine for a student elearning platform evaluation, using apache, mysql locallly. There was no problem with the installation process itself. Now, when I log into Atutor and the system loads the demo course I created, some URL (links) to pages within the system are not build in the right syntax (url parts contain " and \ ) and some links contain no index.php url part.

    examples:
    http://localhost/atutor/help/?g=18
    (no index.php before the ?)

    http://localhost/"/atutor/index.php?enable=PREF_EDIT\"
    (??? which leads to apache error message:
    Forbidden: You don't have permission to access /"/atutor/index.php on this server.)

    http://localhost/"help/about_help.php/"
    (same problem)

    http://localhost/atutor/?cid=2&g=7
    (no index.php)

    I added the entry "index.php" in the httpd.conf file of apache in the rule:

    DirectoryIndex index.html index.html.var index.php

    just to test the system at all. before that there was no way to access nearly all of the systems pages because index.php was not part of the url (not with all links but with most of them). Adding this rule into the server conf. can't be the answer to that problem, can it?

    What can I do?
    I am stuck! ;-)

    HELP!

    Our installation:
    1. The version of ATutor you are referring to

    We are using Atutor 1.3 (downloaded in december 2003):

    2. The operating system ATutor is installed on (Windows, Unix etc., Mac ...), and its version

    Windows XP 5.1.2600 sp2

    3. The Web server you are using and its version (Apache, Netscape, IIS...).

    I tried: Apache 1.3.9 and Apache 2.0 and I attached the apache httpd.conf to this mail.

    4. The version of PHP and MySQL being used (php 4.2.0+ and MySql 3.23+ are required) .

    PHP version 4.3.4. and mysql 4.0.16. I attached the files to this mail.

    5. The Web browser you are using to view ATutor, it's version number, and any default settings you may have changed.

    Internet Explorer version: 6.0.2800.1106 xpsp2 030422-1633

    6. Do you have root access to your server, or are you a hosted user on someone else's server, etc?

    installed locally on localhost

    7. List the steps you took prior to experiencing the problem.

    - installed the application
    - logged in in instructor mode
    - problem came up instantly

    ACCESS INFORMATION
    8. Provide access information to your ATutor installation with appropriate admin/instructor accounts.

    installed local

    9. Provide a URL to a phpinfo page so we can see how php has been installed on your system.

    attached to this mail.

  • 2003-12-16 08:51:01

    DirectoryIndex must include index.php

    Yes. Index.php must be defined for DirectoryIndex. This is a standard option for configuring php with apache.

  • 2003-12-16 09:13:50

    And... what is the matter with the other URL Parts?

    Thank you Greg, that helps for this problem. But I assume not everybody has big inluenco on that apache parameter cause some providers just dont let people customize the apache parameters... Thats the case with one of our providers for example...


    But what can I do or what is the problem with the
    other URL (linking) problems?

    like

    localhost/"/atutor/index.php?enable=PREF_EDIT\"
    (??? which leads to apache error message:
    Forbidden: You don't have permission to access /"/atutor/index.php on this server.)

    localhost/"help/about_help.php/"
    (same problem)

    I am incredibly thankful for your help.
    ;-)

    Stefan

  • 2003-12-16 18:35:32

    Try a fresh install

    Try a fresh install to see if that fixes the problem.
    ...
    and if it persists, send us a link so we can have a look (something other than localhost).

    and to a phpinfo page so we can see how your system is configured.

    [reply][b]In reply to:[/b]
    Thank you Greg, that helps for this problem. But I assume not everybody has big inluenco on that apache parameter cause some providers just dont let people customize the apache parameters... Thats the...
    [op]forums/view.php?fid=7;pid=844;page=1#847[/op][/reply]

  • 2005-08-01 07:28:35

    403 FORBIDDEN

    HI AM SETTING UP ATUTOR BUT I AM GETTING THE FOLLOWING ERROR AS ON THE BROWSER Forbidden

    You don't have permission to access /ATutor on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.0.52 (Fedora) Server at localhost Port 80.
    AM HAVING apache_1.3.31 , mysql-4.0.18
    and ATUTOR_1_4_3..What is my problem

  • 2005-08-02 09:42:09

    DirectoryIndex?

    Have you checked DirectoryIndex as mentioned above?