When I install FCKEditor it works, then I make a change to the Cleanup & Output settings and it stops working (toolbar isn't displayed for textareas).

I've also tried 6.x.1.3 and FCKEditor 2.6.4.1 and 2.6.2. The only way to get it working again is to reinstall again from scratch. I've tried making all the files in the FCKEditor folder read only but it doesn't make any difference.

Firebug console doesn't display any javascript errors.

I'm using drupal 6.13 on xp.

Comments

cerber0s’s picture

If I make the changes I want in the install file it works fine, so I imagine the problem's related to serializing the new options and saving them to the fck_editor settings table.

These are the the changes I couldn't make via admin/settings/fckeditor/edit/Advanced

  $arr['font_format'] = 'p;pre;address;h1;h2;h3;h4;h5;h6';
  $arr['format_source'] = "f";
  $arr['format_output'] = "f";

If this is happening to other people who don't know php/drupal code I'd say fixing it is pretty high priority.

Jorrit’s picture

Status: Active » Postponed (maintainer needs more info)

I can make this setting without problems. Could you attach a database dump of the fckeditor tables when it's not working?

Jorrit’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Fixed because of lack of response