rigao-alexandre / moodle-quizaccess_failgrade

GNU General Public License v3.0
3 stars 2 forks source link

invalid install.xml #3

Closed danmarsden closed 4 years ago

danmarsden commented 4 years ago

The install.xml is no longer valid and was either created for an old version of Moodle or has been handwritten.

This needs to be fixed using the Moodle xmldb editor (under admin > development > XMLDB.)

Please hit the "load" link for your plugin install.xml file in the moodle xmldb editor, and then make Moodle think there is an update to the file (easiest way to do this is to change the description of a table - add a full stop or something similar.) Then get XMLDB to "Save" the updated file which will remove all the old invalid xml from your file.

rigao-alexandre commented 4 years ago

@danmarsden thanks for the orientation. I updated the file! Please check 09f2d7e