error message after new user registers

error message after new user registers

de Ian King -
Número de respuestas: 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?
Promedio de valoraciones: -
En respuesta a Ian King

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

de Dan Marsden -
Imagen de Core developers Imagen de Particularly helpful Moodlers Imagen de Peer reviewers Imagen de Plugin developers Imagen de Plugins guardians Imagen de Testers Imagen de 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

sonrisa

Dan