I am now able to clone profiles after resolving the bug reported here:

http://drupal.org/node/726194

But unfortunately, when saving my new profile name I stupidly included a forward slash. Now I am unable to edit or delete the badly named profile. The browser's address bar shows:

admin/settings/ckeditor/delete/Allow%2Baccess%2Bto%2BHTML%252FPHP%2Bsource

And this error is printed to the page:

"The requested page could not be found."

Can someone suggest how to remove this profile?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wiifm’s picture

Having 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

wiifm’s picture

Title: Cannot edit or delete poorly named profile » Cannot edit or delete poorly named profile that include forward slashes
Version: 6.x-1.0 » 6.x-1.1
Category: support » bug

Slight tag changes

JensH’s picture

Subscribe. 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

mephir’s picture

Assigned: Unassigned » mephir
Status: Active » Needs work

Now, i'm working on it, i think today i will provide some patch.

wwalc’s picture

Status: Needs work » Active

Where is the patch?

dczepierga’s picture

FileSize
1.96 KB

In 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.

dczepierga’s picture

FileSize
2.13 KB

The last patch is without remove forward slashes. In attachment I add correct patch.

dczepierga’s picture

The last patch is without remove forward slashes. In attachment I add correct patch.

dczepierga’s picture

Status: Active » Needs review
wwalc’s picture

Status: Needs review » Fixed

Looks good, fixed in CVS, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.