Hi,
we're updating to Moodle 4.5...
The STACK-plugin throws error messages similar:
This file is no longer required in Moodle 4.5+. Please do not include/require it.
line 28 of /filter/tex/filter.php: call to debugging()
line 20 of /question/type/stack/stack/mathsoutput/mathsoutputfilterbase.class.php: call to require_once()
line 20 of /question/type/stack/stack/mathsoutput/mathsoutputmathjax.class.php: call to require_once()
line 132 of /question/type/stack/stack/mathsoutput/mathsoutput.class.php: call to include_once()
line 113 of /question/type/stack/stack/mathsoutput/mathsoutput.class.php: call to stack_maths::class_for_type()
line 104 of /question/type/stack/stack/mathsoutput/mathsoutput.class.php: call to stack_maths::get_output_instance()
line 41 of /question/type/stack/stack/mathsoutput/mathsoutput.class.php: call to stack_maths::get_output()
Then I commented out
require_once($CFG->dirroot . '/filter/tex/filter.php');
say in:
stack/stack/mathsoutput/mathsoutputfilterbase.class.php
or
require_once($CFG->dirroot . '/filter/mathjaxloader/filter.php');
in:
stack/stack/mathsoutput/mathsoutputmathjax.class
Now it is working.
But that can't be true. What are my mistakes ?
Looking forward to your feedback !
Best,
Sarah