-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.3.8, 2.4.5, 2.5.1, 2.6
-
None
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
To reproduce:
Be sure to have the following administrator configuration parameters like this:
messagesdebug: DEVELOPER: extra Moodle debug messages for developers
messagesdebugdisplay : true
- Go the Default My home page
- Click on the "Customise this page" button
Here is the error displayed:
The block course_overview does not define the standard capability block/course_overview:addinstance
|
|
line 606 of /blocks/moodleblock.class.php: call to debugging()
|
line 584 of /blocks/moodleblock.class.php: call to block_base->has_add_block_capability()
|
line 1090 of /lib/blocklib.php: call to block_base->user_can_addto()
|
line 1047 of /lib/blocklib.php: call to block_manager->user_can_delete_block()
|
line 256 of /blocks/moodleblock.class.php: call to block_manager->edit_controls()
|
line 951 of /lib/blocklib.php: call to block_base->get_content_for_output()
|
line 1003 of /lib/blocklib.php: call to block_manager->create_block_contents()
|
line 315 of /lib/blocklib.php: call to block_manager->ensure_content_created()
|
line 1232 of /lib/outputrenderers.php: call to block_manager->get_content_for_region()
|
line 101 of /my/indexsys.php: call to core_renderer->blocks_for_region()
|