-
Bug
-
Resolution: Fixed
-
Minor
-
3.3.4, 3.4, 3.5
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-61224_master -
If you add a role with a shortname that exceeds 100 characters you get the following -
Debug info: ERROR: value too long for type character varying(100)
|
UPDATE mdl_role SET name = $1,shortname = $2,description = $3,sortorder = $4,archetype = $5 WHERE id=$6
|
[array (
|
'name' => 'sd',
|
'shortname' => 'ashortnamewith100cshars111111111111111111111111111111111111111111111111111111111111111111111111111111',
|
'description' => '',
|
'sortorder' => '10',
|
'archetype' => '',
|
0 => '10',
|
)]
|
Error code: dmlwriteexception
|
- Discovered while testing
-
MDL-60814 invalid ldap settings after upgrade to 3.4 - admin settings unavailable
- Closed