[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:44:13 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:44:13 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '1',
  1 => '1',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:44:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:44:35 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '2',
  1 => '2',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:44:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:44:44 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '3',
  1 => '3',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:44:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:44:55 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '4',
  1 => '4',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:45:05 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:45:05 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '5',
  1 => '5',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:45:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:45:19 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '7',
  1 => '7',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:45:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:45:29 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '8',
  1 => '8',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:45:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:45:37 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '6',
  1 => '6',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:45:44 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:45:44 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '9',
  1 => '9',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:45:55 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:45:55 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '10',
  1 => '10',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:46:07 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:48:53 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 621
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 623
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 954
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 957
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 960
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:52:02 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:53:25 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:53:25 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '11',
  1 => '11',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:53:37 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:53:38 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '12',
  1 => '12',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:55:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:55:50 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '21',
  1 => '21',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:56:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:56:10 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '22',
  1 => '22',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:56:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:56:29 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '23',
  1 => '23',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:57:10 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:57:10 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '23',
  1 => '23',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:57:20 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:57:20 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '24',
  1 => '24',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:57:27 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:57:27 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '25',
  1 => '25',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:57:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:57:35 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '27',
  1 => '27',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:58:22 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:58:22 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '28',
  1 => '28',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:58:29 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:58:29 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '26',
  1 => '26',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:58:42 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:58:42 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '29',
  1 => '29',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:58:50 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:58:50 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '30',
  1 => '30',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:58:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 15:59:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:01:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:01:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:01:58 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '12',
  1 => '12',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:02:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:02:43 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '12',
  1 => '12',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:02:52 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:02:52 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '13',
  1 => '13',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:03:01 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:03:01 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '14',
  1 => '14',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:03:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:03:11 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '15',
  1 => '15',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:03:19 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:03:19 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '17',
  1 => '17',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:03:26 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:03:26 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '18',
  1 => '18',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:03:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:03:34 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '16',
  1 => '16',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:03:40 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:03:40 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '19',
  1 => '19',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:03:49 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:03:49 Australia/Melbourne] Default exception handler: Error reading from database Debug: Table 'moodlecae_moodledb.mdl_quiz' doesn't exist
SELECT COUNT(*) FROM ((SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz qz
                  JOIN mdl_quiz_attempts qa ON qa.quiz = qz.id
                  JOIN mdl_question_usages qu ON qu.id = qa.uniqueid
                  JOIN mdl_question_attempts qatt ON qatt.questionusageid = qu.id
                  JOIN mdl_question_versions qv ON qv.questionid = qatt.questionid
                  JOIN mdl_question_versions qv2 ON qv.questionbankentryid = qv2.questionbankentryid
                 WHERE qa.preview = 0
                   AND qv2.questionid = ?)UNION(SELECT qz.id as quizid,
                       qz.name as modulename,
                       qz.course as courseid
                  FROM mdl_quiz_slots slot
                  JOIN mdl_quiz qz ON qz.id = slot.quizid
                  JOIN mdl_question_references qr ON qr.itemid = slot.id
                  JOIN mdl_question_bank_entries qbe ON qbe.id = qr.questionbankentryid
                  JOIN mdl_question_versions qv ON qv.questionbankentryid = qbe.id
                 WHERE qv.questionbankentryid = ?
                   AND qr.component = ?
                   AND qr.questionarea = ?)) quizid
[array (
  0 => '20',
  1 => '20',
  2 => 'mod_quiz',
  3 => 'slot',
)]
Error code: dmlreadexception
* line 494 of /lib/dml/moodle_database.php: dml_read_exception thrown
* line 293 of /lib/dml/moodle_read_slave_trait.php: call to moodle_database->query_end()
* line 1398 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->query_end()
* line 1683 of /lib/dml/moodle_database.php: call to mysqli_native_moodle_database->get_records_sql()
* line 1756 of /lib/dml/moodle_database.php: call to moodle_database->get_record_sql()
* line 1967 of /lib/dml/moodle_database.php: call to moodle_database->get_field_sql()
* line 46 of /question/bank/usage/classes/helper.php: call to moodle_database->count_records_sql()
* line 57 of /question/bank/usage/classes/question_usage_column.php: call to qbank_usage\helper::get_question_entry_usage_count()
* line 243 of /question/classes/local/bank/column_base.php: call to qbank_usage\question_usage_column->display_content()
* line 1504 of /question/classes/local/bank/view.php: call to core_question\local\bank\column_base->display()
* line 1422 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table_row()
* line 1372 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->print_table()
* line 1182 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_questions()
* line 912 of /question/classes/local/bank/view.php: call to core_question\local\bank\view->display_question_list()
* line 65 of /question/edit.php: call to core_question\local\bank\view->display()

[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:03:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:04:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:05:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:05:58 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:18:03 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:18:35 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:19:28 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:22:45 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 621
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 623
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 954
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 957
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 960
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:42:31 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:44:46 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[30-Oct-2024 16:47:30 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 621
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 623
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 954
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 957
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 960
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[31-Oct-2024 14:06:12 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 621
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 623
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 954
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 957
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 960
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[09-Feb-2025 14:44:43 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[09-Feb-2025 14:45:06 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 621
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 623
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 954
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 957
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 960
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[13-Feb-2025 16:27:11 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[18-Feb-2025 18:53:34 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[18-Feb-2025 18:55:15 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 160
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 164
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 172
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Return type of qtype_poasquestion\utf8_string::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/moodlecae/public_html/moodle/question/type/poasquestion/classes/utf8_string.php on line 184
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 621
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 623
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 954
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 957
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 960
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1037
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /home/moodlecae/public_html/moodle/question/type/numericalrecit/question.php on line 1041
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_const is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 142
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_unary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 143
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_binary is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 146
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_special is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 147
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_all is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 148
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$binary_op_map is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 149
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$func_algebraic is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 153
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$constlist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 155
[08-Oct-2025 09:22:21 Australia/Melbourne] PHP Deprecated:  Creation of dynamic property qtype_numericalrecit_variables::$evalreplacelist is deprecated in /home/moodlecae/public_html/moodle/question/type/numericalrecit/variables.php on line 156
