By ckeen on
I have installed Wysiwyg and two editors (both FCKeditor & YUI editor) I've assigned FCK to Full HTML Input Format filters and YUI to a custom filter I created.
I have a large amount of text that I place into a Page Body field and when I save the page the text does not save... If I edit and do it again it does not change...
If I enter a small amount of text it works so it appears to be dependant on size...
If I shut the Wysiwyg editors off the large amount of text works fine but without the formatting :(.
Any ideas?
Comments
When you edit the page, is
When you edit the page, is the text present in the body field? i.e is it only gone when viewing the page? If you have direct access to the database, then try checking if the text is present by looking at the node_revisions table.
I am unfamiliar with those wysiwygs, but I would check their settings pages and see if there are any options that may be causing your input to be altered. Sometimes wysiwygs like to "help" you by tidying / formatting / rewriting your input. Try looking for these sorts of options and turning them off if they are present.
I do have access to the data
I do have access to the data base I will check. Thanks for the ideas.