-
Bug
-
Resolution: Fixed
-
Minor
-
2.2
-
MOODLE_22_STABLE
-
MOODLE_24_STABLE
-
wip-
MDL-28583-master -
- make sure debugging/display error is on.
- create a course using the SCORM course format.
- click on the course in the navigation menu. there should be no errors seen before redirect.
error seen:
You should really redirect before you start page output
line 560 of /lib/outputrenderers.php: call to debugging()
line 2497 of /lib/weblib.php: call to core_renderer->redirect_message()
line 714 of /mod/scorm/locallib.php: call to redirect()
line 14 of /course/format/scorm/format.php: call to scorm_course_format_display()
line 240 of /course/view.php: call to require()
- is duplicated by
-
MDL-33935 Error while creating a course in SCORM format
- Closed
-
MDL-36627 Clicking on SCORM course link in navigation shows a "You should really redirect before you start page output" message.
- Closed
- will be (partly) resolved by
-
MDL-34773 Course formats cannot issue http output redirects as output has already started
- Closed
-
MDL-35218 META: Course formats refactoring for 2.4
- Closed
- will help resolve
-
MDLQA-4714 CLONE - A teacher can set one of 4 course formats
- Passed