bdecentgmbh/moodle-format_kickstart

Deprecated Error Appearing - Moodle 4.1.1

UncleRaymondo opened this issue · 2 comments

Hi Team,

Can someone please resolve this error asap?

Class 'format_base' has been renamed for the autoloader and is now deprecated. Please use 'core_courseformat\base' instead.

    line 143 of /lib/classes/component.php: call to debugging()
    line 36 of /course/format/kickstart/lib.php: call to core_component::classloader()
    line 29 of /course/format/kickstart/settings.php: call to require_once()
    line 137 of /lib/classes/plugininfo/format.php: call to include()
    line 59 of /admin/settings/plugins.php: call to core\plugininfo\format->load_settings()
    line 8831 of /lib/adminlib.php: call to require()
    line 8710 of /lib/adminlib.php: call to admin_get_root()
    line 40 of /admin/tool/customlang/index.php: call to admin_externalpage_setup()

Cheers,
Ray

Hi @UncleRaymondo,

thanks for reporting this deprecation error.

I'm sure you are aware that a deprecation error does not mean that something no longer works, it's just a warning that in the future, it will not anymore. In addition, I'm sure you are aware that Moodle 4.1 is not yet officially supported. (see https://moodle.org/plugins/format_kickstart/versions) We plan to release a new version as soon as we finished the releases of our other plugins. You can expect it Q1/2023.

You're welcome to create a pull request if you have resources available to fix this issue earlier.

Best
Stefan

Fixed in latest version.