⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Tiny-mce editor save buttonerror



udayasri
  • profile picture
  • Member

Posted 15 September 2012 - 18:39 PM

Hi all,

I'm having the problem with tiny-mce editor, when I click save button in it, it directs to a new page .

Firebug gives this error " [color=#ff0000]The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must to be declared in the document or in the transfer protocol.[/color]"

Any ideas .... :(

PS: I have attached the png of web page that save button directs me...

mrtakdnz
  • profile picture
  • Member

Posted 15 September 2012 - 23:45 PM

it must be a javascript error before ajax submit function. Please open the page chrome or firefox with firebug and view errors from console (Press F12 and then open console tab) before clicking save btn. Something is blocking ajax submit function.

udayasri
  • profile picture
  • Member

Posted 17 September 2012 - 04:53 AM

ya, I have done that, only above error is given by the firebug.. :( :(