vfremaux / moodle-report_trainingsessions

A structured report of use time using use_stats bloc time compliatons.
6 stars 3 forks source link

Deprecated ERROR shown on Moodle 3.2 #3

Open germanvaleroelizondo opened 7 years ago

germanvaleroelizondo commented 7 years ago

When testing in a local Moodle 3.2.1, I got the following error:

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; auth_plugin_ticket has a deprecated constructor in C:\M\M321\server\moodle\auth\ticket\auth.php on line 41 Invalid get_string() identifier: 'auth_ticketdescription' or component 'auth_ticket'. Perhaps you are missing $string['auth_ticketdescription'] = ''; in C:\M\M321\server\moodle/auth/ticket/lang/en/auth_ticket.php?

line 349 of \lib\classes\string_manager_standard.php: call to debugging()
line 7076 of \lib\moodlelib.php: call to core_string_manager_standard->get_string()
line 546 of \lib\authlib.php: call to get_string()
line 57 of \admin\auth_config.php: call to auth_plugin_base->get_description()