views:

1088

answers:

2

Have you determined a maximum number of characters allowed in FCKEditor?

I seem to have hit a wall. It will display the text to be edited, but changes don't get posted back to the server - only the original text gets posted back to the server. I am assuming that the changed text is not copied back to the hidden input field.

This problem only occurs with large amounts of text. Smaller lengths of text work just fine.

This may be a limitation of the editor, of javascript or the browser itself.

I realize this may be more suited for a bug report to the FCKEditor project, but the stack overflow community seems really responsive and willing to help.

Edit: I should clarify what I mean by large. A text field with 60,000 characters is giving us problems.

+2  A: 

We haven't - we use it for a web content management system, and have some large pages that it quite happily handles. There may be a limit on your response size buffer, or something line that on your web server....

Ken Ray
That's good information. Have you used more than 60,000 characters?
Devon
Maybe not quite that large... but I'm not going to count every one of them. I would suspect that if you are trying edit that amount of data with FCKEditor, you really need to check on their support forum.
Ken Ray
A: 

Hi Devon

We're experiencing the same thing. Did you manage to find a solution?

Thanks

Jason

Jason
edit: after lots of digging, our problem isn't a limitation of either fckeditor or javascript, it's a problem with some of the server settings, probably in php.ini. I've run the exact same test on a different server and it works no problem. There is a setting varfilter.max_value_length that does what it sounds like. The techs who manage are server are trying to sort it for us, will let you know.
Jason