Update questions - Moodle 4.5

Update questions - Moodle 4.5

by Sarah Rudd -
Number of replies: 1

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

Average of ratings: -
In reply to Sarah Rudd

Re: Update questions - Moodle 4.5

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Are you using a version of STACK that is compatible with Moodle 4.5?
Average of ratings: Useful (1)