ATutor

Learning Management Tools







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


Test and Surveys not working


  • 2011-04-25 03:49:38

    Test and Surveys not working

    Hello all there

    When I log in as instructor and navigate to 'create_test.php' for creating a test, I get this error message: "Page cannot be found". All page elements are shown but save button doesn't work and page reloads with same data as before.

    How can I solve this?

  • 2011-04-25 08:53:47

    Re: Test and Surveys: not working!

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

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    Patch #s applied -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2011-04-25 10:15:44

    Re: Test and Surveys: not working!

    Hi Greg,
    thank you for quick response

    ATutor version - 2.0.2
    Patch #s applied - No patches
    ATutor theme name - Default theme
    PHP version - 5.2.13 (running as ISAPI extension)
    MySQL version - 5.1.26-rc-community
    Webserver & version - IIS (I'm not sure about version)
    Copies of error messages - "Page cannot be found"
    Changes to default settings - no changes
    Web browser being used - FireFox 3.5.18

    Best

  • 2011-04-26 18:44:25

    Re: Test and Surveys: not working!

    I traced different pages and I find out it comes from "header.inc.php" :

    if (!isset($_pages[$current_page])) {
    global $msg;
    $msg->addError('PAGE_NOT_FOUND'); // probably the wrong error
    header('location: '.AT_BASE_HREF.'index.php');
    exit;
    }

    I commented it out temporary and creating_test now works fine