-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE
-
wip-
MDL-42441-master -
Uploading a SCORM package using drag&drop gives these 2 debugging messages below, visible only in the web server error log file:
Debugging: It is not allowed to set the property cm_info::$groupmodelink
|
line 1249 of /lib/modinfolib.php: call to debugging()
|
line 703 of /course/dnduploadlib.php: call to cm_info->__set()
|
line 553 of /course/dnduploadlib.php: call to dndupload_ajax_processor->finish_setup_course_module()
|
line 515 of /course/dnduploadlib.php: call to dndupload_ajax_processor->handle_file_upload()
|
line 41 of /course/dndupload.php: call to dndupload_ajax_processor->process()
|
referer: /course/view.php?id=3¬ifyeditingon=1
|
|
Debugging: It is not allowed to set the property cm_info::$groupmode
|
line 1249 of /lib/modinfolib.php: call to debugging()
|
line 704 of /course/dnduploadlib.php: call to cm_info->__set()
|
line 553 of /course/dnduploadlib.php: call to dndupload_ajax_processor->finish_setup_course_module()
|
line 515 of /course/dnduploadlib.php: call to dndupload_ajax_processor->handle_file_upload()
|
line 41 of /course/dndupload.php: call to dndupload_ajax_processor->process()
|
referer: /course/view.php?id=3¬ifyeditingon=1
|
Regression from MDL-41219?