Error Course certificita

Error Course certificita

by Greta Tünkler -
Number of replies: 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


Attachment WhatsApp Image 2023-07-28 at 11.46.03 AM.jpeg
Average of ratings: -
In reply to Greta Tünkler

Re: Error Course certificita

by Leon Stringer -
Picture of Core developers Picture of 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 /**
    ⋮