ATutor

Learning Management Tools







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


editcoursephp not working


  • 2005-04-21 21:35:44

    editcoursephp not working

    On a fresh installation of ATutor, trying to edit anything on the Welcome course and then clicking "submit", the page comes up blank.

    I am using apache 2, using 1.3 is not an option, so if I cannot make this work I will have to look for something else.

    There are no errors being recorded in the error log.

    I have several questions:

    Is is possible to use ATutor with apache 2.0 at all?

    Where are errors recorded? ATutor seems to be doing something beyond normal PHP error handling, and this doesn't seem to be mentioned in the documentation.

  • 2005-04-21 21:45:47

    update

    I've tested it with apache 1.3 and the same thing is happening, so this doesn\'t seem to be related to the apache version in use.

  • 2005-04-21 22:09:20

    typo

    line 176 of include/classes/ErrorHandler/ErrorHandler.class.php
    [code]
    if ($val_phhinfo_printed === true)
    [/code]

  • 2005-04-22 09:12:46

    register_globals off

    Search the atutor.ca for register_globals

    It should be turned off in a .htaccess file