I don't know if it's a problem of the module or the fckeditor component, but when I submit a form contain multiple editor instances (i.e. the "edit view" form in the settings) I get as result just a white page. The actions of the form-submission are carried out, it's just the display of the next page that's somehow broken.
If I interrupt the initialization of all the editors with [ESC] on page load, the problem doesn't occur ...
Comments
Comment #1
ontwerpwerk commentedcan you be more specific about what forms you get the double editors. I know of panels what does display multiple forms, but if it's more than just panels.module there might be more problems
(screenshots will help too)
Comment #2
ray007 commentedViews module, edit view (path: admin/build/views/[viewname])
For page- and block-definition you get fields to supply "header", "footer", "empty text", makes 6 html-edit fields on this page.
And I also have custom content types with a multi-line html text field, which added to the standard body of a node makes at least 2 editors on those node-edit pages ...
Comment #3
ray007 commentedOK, I think we can close the issue, it was a memory problem.
I changed the limit from 32M to 48M and now things seem to be fine.
Comment #4
ontwerpwerk commentednever knew memory limit could do that