-
Bug
-
Resolution: Fixed
-
Major
-
2.2, 2.3.1
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
wip-mdl-31734
-
- Log in as admin
- Go to the site home and turn on editing
- Add the recent activity block
- Click on the link to see "Full report of recent activity..."
- Look for errors on the page
We have used something like
$sectiontitle = get_string('sectionname', 'format_'.$COURSE->format);
|
in course/recent_form.php
This works all good as long as we are visiting the recent activity page for a specific course, but when moodle/course/recent.php?id=1 (all recent activities page) it generates following error
invalid get_string() identifier: 'sectionname' or component 'format_site'. Perhaps you are missing $string['sectionname'] = ''; in moodle/course/format/site/lang/en/format_site.php?
|
Thanks
- Testing discovered
-
MDL-31514 Time format causing error messages on Windows servers
- Closed