bdecentgmbh / moodle-format_kickstart

Kickstart adds a powerful course template engine to moodle – create courses easily and produce high quality courses, consistently.
http://bdecent.de/kickstart
5 stars 3 forks source link

Deprecated Error Appearing - Moodle 4.1.1 #43

Closed UncleRaymondo closed 10 months ago

UncleRaymondo commented 1 year ago

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

stefanscholz commented 1 year ago

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

stefanscholz commented 10 months ago

Fixed in latest version.