I'm currently using PHP7 and Moodle 3.1.5 My functional tests failed and after some debugging and tracing found this error in my logs:
"PHP message: PHP Fatal error: Class backup_flashcard_activity_task contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (backup_activity_task::define_my_settings) in [....path to my site....]/mod/flashcard/backup/moodle2/backup_flashcard_activity_task.class.php on line 55
I'm currently using PHP7 and Moodle 3.1.5 My functional tests failed and after some debugging and tracing found this error in my logs:
"PHP message: PHP Fatal error: Class backup_flashcard_activity_task contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (backup_activity_task::define_my_settings) in [....path to my site....]/mod/flashcard/backup/moodle2/backup_flashcard_activity_task.class.php on line 55
Thx.