mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
93 stars 159 forks source link

mod_certificate don't work on moodle workplace mobile app #606

Closed MS-edunao closed 7 months ago

MS-edunao commented 7 months ago

Hello,

When attempting to access the coursecertificate module on the Moodle Workplace application, an error occurred indicating the absence of the method mod_coursercertificate/output/external_format_text().

I resolved this issue by adding the line require_once("$CFG->libdir/externallib.php") in the file mod/coursecertificate/classes/output/mobile.php.

mdjnelson commented 7 months ago

Closing as this was fixed in https://github.com/mdjnelson/moodle-mod_customcert/issues/565.