Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.6
-
Component/s: Course
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_26_STABLE
-
Fixed Branches:MOODLE_26_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-
MDL-42441-master -
Pull Master Diff URL:
Description
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?