Error Course certificita

Error Course certificita

von Greta Tünkler -
Anzahl Antworten: 1
Hello to you all,
maybe one of you can give me advice.
I use the certificate function in moodle. Most of the participants use the app.
Now the app shows methe following Error:

Error
Call to undefined function mod_coursecertificate\outpu\external_format_text()

I already used a new template because I thought it has something to do with the upgrading to the new version, but the error still occurs.
Can somebody help me?

Kind regards
Greta


Anhang WhatsApp Image 2023-07-28 at 11.46.03 AM.jpeg
Als Antwort auf Greta Tünkler

Re: Error Course certificita

von Leon Stringer -
Nutzerbild von Core developers Nutzerbild von Particularly helpful Moodlers

You could try editing the file mod/coursecertificate/classes/output/mobile.php inserting line 26 below:

    ⋮
24 use tool_certificate\template;
25
26 require_once($CFG->libdir . '/externallib.php');
27
28 /**
    ⋮