Closed (outdated)
Project:
TinyMCE
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 18:43 UTC
Updated:
14 Jan 2021 at 19:31 UTC
Jump to comment: Most recent
I have a large amount of roles in my system and was trying to setup the security for tinymce. It would allow me to add it to some, but then kept giving a duplicate key. The issue is that the column data type for rid is not the same as it is for the role table. These two columns should be the same data type/length. I altered the table and was allowed to set the security for all of my roles.
alter table tinymce_role change rid rid int(10) unsigned default 0;
Thanks,
Shane
Comments
Comment #1
nicoloye commented