+1  A: 

I read this other question and saw that you can't post the article since it's confidential. Is it in "plain english", does it have html? Could you provide some more information? Joomla has some plugins that "filter" a lot of content. If you try to write "iframe" or "script" tags in Joomla TinyMCE it's going to be filtered, this is Joomla's way of providing security.

Did you try to disable TinyMCE filters? Go to "Plugin Manager", "Editor - TinyMCE 2.0" and change "Code cleanup" options to test.

GmonC
Yes, unfortunately I can't post the original article. It has TinyMCE generated html. I'll defnitely try and do what you told me
Roland
I switch code cleanup to on and error is still there, what do you mean by "Code cleanup" options to test?
Roland
Spoke with the editor of the article and he said I can give it to you guys
Roland
GmonC
Will check out the link
Roland
Did you try the suhosin fix presented in http://forum.codecall.net/blogs/jordan/288-suhosin-request-post-get-character-length-limit-max_value_length.html?
GmonC
I tried the suhosin fix, added the lines in the .htaccess file but that did not fix the problem. I don't have shell access to the server or access to the php.ini file. I know mod_security is installed on the machine, but can't do anything about that since the host won't disable it
Roland
+1  A: 

Looking at your POST array, it looks like the body text of your post isn't being sent. This would suggest it's a problem on the front end. Can you check the name of the HTML element where you are typing the body text? If you could edit and show us the relevant parts of the HTML form that would help too.


edit: ok, that article you linked to is almost 150,000 bytes, so it might be that it's choking on it. If this is a once-off article that you probably won't have to edit too much, I'd recommend putting in some dummy text and then going into your database using phpMyAdmin or something and editing the text in the jos_content table. The introtext and fulltext columns are defined as MEDIUMTEXT so they should be able to hold up to about 16MB without hassle.

If writing and/or editing articles of this size is something you'll be doing often (and hence, don't want to go into the DB each time), then perhaps you'll have to look at the maximum post size allowed.

nickf
<textarea id="text" name="text" > is where I type the body text. Smaller articles publish as normal.
Roland
how long are these articles? how many characters are you typing?
nickf
I edited the post and added a link to the article, I got the HTML code from tinyMCE and save it in a text file for you guys to have a look at
Roland
This is a once of article, going to follow your advise
Roland
Tried your solution, when I manually add the content in phpMyAdmin, it saves successfully but when I try to view the article in the front end it gives me a blank screen
Roland
+1  A: 

This error could occur when you use Firefox.

Try to reproduce using IE.

Regards

RCVS
Tried this using IE 7 and no luck, same error
Roland
+1  A: 

Simply do the following task

"""you can ask to your hosting provider to disable the function suhosin in php.ini. When this function is enable, is not possible to save large posts."""".

Shailedner Ahuja

My Web Developer http://www.mywebdeveloper.in

Shailender Ahuja