Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Mar 2010 at 16:56 UTC
Updated:
29 Sep 2010 at 15:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
wiifmHaving the exact same issue, basically forced to now uninstall ckeditor, and reinstall and try to remember what configuration options I was using
Details of the bug
Profile name: Content author/editor
Edit URL: /admin/settings/ckeditor/delete/Content%2Bauthor%252Feditor
Edit URL returns page not found, this is extremely annoying, a quick fix would be to disallow forward slashes when you are entering in the name for the profile.
Thanks
Sean
Comment #2
wiifmSlight tag changes
Comment #3
JensH commentedSubscribe. To change the name again, I fixed this in the DB: Replaced the Slash with Underscore in the table {ckeditor_settings}, field 'name'. Then did the same in the table {ckeditor_role} for every role. Then you can edit or delete the profile again. (use at your own risk ;)
Regards Jens
Comment #4
mephir commentedNow, i'm working on it, i think today i will provide some patch.
Comment #5
wwalc commentedWhere is the patch?
Comment #6
dczepierga commentedIn attachment is patch.
Now profile name could use only alphanumeric and underscore chars. After patch pls update module, which remove all plus signs and forward slashes from profile names.
Comment #7
dczepierga commentedThe last patch is without remove forward slashes. In attachment I add correct patch.
Comment #8
dczepierga commentedThe last patch is without remove forward slashes. In attachment I add correct patch.
Comment #9
dczepierga commentedComment #10
wwalc commentedLooks good, fixed in CVS, thanks!