Student receives 404 error when accessing course

Re: Student receives 404 error when accessing course

by Matteo Scaramuccia -
Number of replies: 1
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

Hi Kim,

usually Moodle replies with HTTP 404 in case of missing required parameters or of sanity check errors (see lib/deprecatedlib.php::error() and lib/weblib.php::print_error(), i.e. reading course/view.php will drive you to each possible error case).

Please, in IE uncheck "Show friendly HTTP error messages": this will eventually show any message from Moodle about the reason for the error (IE show its friendly msgs when the server replies with less than 512 bytes). Something similar for FF: about:config => browser.xul.error_pages.enabled.

Knowing what Moodle claims has an error will help you in finding what these 2 users are different in (permissions, roles, ...).

HTH,

Matteo

In reply to Matteo Scaramuccia

Re: Student receives 404 error when accessing course

by Kim McGee -

Thanks for the reply.

Both students have disabled 'show friendly...' but both still get only the original 404 error.  No new details have been added.

Kim