Cannot post blog or article using IE

Seems I get an error post is too long whenever I use IE, no issues with Firefox. Anyone seen this before.

Quote · 23 Jan 2012

Anyone ever face this issue.

Quote · 24 Jan 2012

approximately how many characters is your blog ill try and see if it works for me with ie.8

this is from the blogs module
'PostText' => array(
                    'type' => 'textarea',
                    'html' => 2,
                    'name' => 'PostText',
                    'caption' => $sPostTextC,
                    'required' => true,
                    'checker' => array (
                        'func' => 'length',
                        'params' => array(3,65535),
                        'error' => $sTextErrorC,
                    ),
                    'db' => array (
                        'pass' => 'XssHtml',
                    ),
                ),

so a blog up to
65535  characters should post without any problems

Quote · 24 Jan 2012

This is the message I had from the user whom I am helping;

I am indeed needing help. When I use Internet Explorer I am unable to post any posts whether an Article, News, Message Boards.., It always comes up with saying basically it is too long and it will only be like one - twentyfive words. So it does not matter how long or short I make it it still says error. When I use Firefox I am able to post, no problem.  What can I do to resolve this?

 

 

Quote · 24 Jan 2012

Have you yourself tested with IE?


I have run into that here in the boonex forums even with firefox. A refresh of the page has always fixed it for me. However i do not have any real solution. I personally have not seen it happen on my site.

I would try a clear of the browser cache. It may also help others that could try and check if we knew the exact version of IE being used.




https://www.deanbassett.com
Quote · 24 Jan 2012

could not reproduce it worked fine for me in ie8

Quote · 24 Jan 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.