ATutor

Learning Management Tools







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


Gradebook Cannot import external marks


  • 2009-12-20 09:36:49

    Gradebook Cannot import external marks

    Operating system ATutor is installed on - Linux 2.6.26-2-xen-amd64
    ATutor version - 1.6.4. Check Latest Version.
    Patch #s applied - 1
    ATutor theme name - Blumin [also tested with default ATutor theme]
    PHP version - 5.2.11
    MySQL version - 5.0.32-Debian_7etch11-log
    Webserver & version - Apache2
    Copies of error messages - You don't have permission to access /mods/_standard/gradebook/verify_list.php on this server
    Changes to default settings -
    (1) Time zone offset: 6
    (2) Display name: Login Name (First Name Second Name Last Name) [also tested with default: First Name Second Name Last Name]
    (3) Confirmation of email registration required
    (4) Course directory name enabled
    (5) Sent messages kept 365 days
    Web browser being used - Firefox 3.5

    (1) Followed: Manage > Gradebook > External marks
    (2) Exported of course list (works fine).
    (3) Entered grades (raw scores in the form: 87%)
    (4) Uploaded external mark list: Page reloads and shows list with editable marks, two buttons: Resubmit & Update (as expected)
    (5) Clicking either of the buttons produces the error message: You don't have permission to access /mods/_standard/gradebook/verify_list.php on this server.
    Permissions on verify_list.php are 644 (= read for owner, group, others; write for owner only). Temporarily giving full permissions to all user groups does not solve the problem.

    Any help would be greatly appreciated.

    M.

  • 2009-12-20 21:09:11

    Re: Gradebook -- Cannot import external marks

    You'd like to check:
    1. you are not running on PHP safe mode;
    2. the owner of the file is correct.

    Another possibility is, your server may have mod_security turned on. This module does not like certain strings in the script and return the forbidden error. If this is the case, contact your hosting provider to find the solution.

  • 2009-12-20 21:13:41

    Re: Gradebook -- Cannot import external marks

    BTW, apache error log is a good resource to find out the forbidden message is caused by file system permission or apache configuration.

  • 2010-01-29 09:35:16

    Re: Gradebook -- Cannot import external marks

    Dear Cindy,

    Thank you so much for your help and my apologies for answering so late. (I was convinced that I had subscribed to the thread, but ...)

    I had already checked PHP was not in safe mode and that the file privileges were okay; but your suggestion to look into mod_security was right on target.

    After I disabled mod_security on the atutordata directory, the upload worked as expected.

    Thank you very much again.

    M.

  • 2010-01-29 09:38:34

    Re: Gradebook -- Cannot import external marks

    That's great! Enjoy!