error message after new user registers

error message after new user registers

by Ian King -
Number of replies: 2
Moodle displays this error message when a new user registers (the email is sent and everything else works, but I'd like to get rid of the error if possible:

405 Method Not Allowed

The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are requesting.

Can anyone enlighten me?
Average of ratings: -
In reply to Ian King

405 error with IIS and Moodle "continue" forms. BUG

by Dan Marsden -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators
Hi there,

I'm guessing you are using IIS on a windows box. - this problem occurs because the form being used by the continue button is posting to wwwroot/ rather than an explicit wwwroot/index.php - you will need to update all the places where this occurs in the code - there may already be a bug logged in the bug tracker for this.

see here also:
http://moodle.org/mod/forum/discuss.php?d=45344#214298

smile

Dan
In reply to Dan Marsden

Re: 405 error with IIS and Moodle "continue" forms. BUG

by Ian King -
Yes that was the problem - Sorted - Many thanks.

Ian