Error when attempting to delete large numbers of questions

Error when attempting to delete large numbers of questions

Ryan Browning -
Erantzun kopurua: 1

We receive an error when attempting to delete large numbers of questions from a particular quiz category that states "A required parameter (cmid) was missing."  We can delete small numbers of questions with no error but the system seems to choke on larger numbers (300+).  Has anyone else encountered this and, if so, how do we fix it? 

Thanks!
Ryan

Puntuazioen batez bestekoa: -
Ryan Browning(e)ri erantzunda

Re: Error when attempting to delete large numbers of questions

Tim Hunt -
Core developers-ren irudia Documentation writers-ren irudia Particularly helpful Moodlers-ren irudia Peer reviewers-ren irudia Plugin developers-ren irudia
It is probably to do with the way we pass the list of questions to delete from one place to another. We are probably hitting some limitation when the comma-separated list of question-ids gets too long. Yes, we are passing the list of questionids in the URL, and URLs are limited to 4KB in length.

MDL-19826 fixed. Fix will be in next week's 1.9.5+ weekly build.