-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.4, 4.4
On our site, upgraded from Moodle 4.3, on .../question/bank/columnsortorder/sortcolumns.php?section=columnsortorder, we are getting
Exception - core_question\local\bank\column_base::from_column_name(): Argument #2 ($columnname) must be of type string, null given, called in [dirroot]/question/bank/columnsortorder/classes/column_manager.php on line 221
This is because config_plugins setting (qbank_columnsortorder, disabledcol) has a value like
qbank_statistics\columns\facility_index,qbank_statistics\columns\discriminative_efficiency,qbank_statistics\columns\discrimination_index
In Moodle 4.3, that value should look like
qbank_statistics\columns\discriminative_efficiency-discriminative_efficiency
There is no upgrade or other fallback code, to try to convert the old values into the new format, leading to fatal errors.
- caused a regression
-
MDL-81867 Remove phantom question bank plugin created by MDL-81380
-
- Closed
-
-
MDL-83235 "ORA-00932: inconsistent datatypes: expected - got CLOB" error during upgrade using Oracle
-
- Closed
-
- has been marked as being related by
-
MDL-81407 Adding and deleting a Question Custom Field can break the Question Bank Sort Order screen
-
- Closed
-
- is a regression caused by
-
MDL-74054 Give teachers more flexibility to customise their own view of the question bank
-
- Closed
-
- is duplicated by
-
MDL-81988 Question bank column sort order cannot be changed when question statistics are deactivated
-
- Closed
-