I am using the tiny mice editor in my application but it's giving js error some times like
Uncaught TypeError: D.hasChildNodes is not a function
And I have checked the below links Link1 Link2 but it didn't work for me.
This error is coming in Firefox, Chrome and IE and the error js file it's showing editor_template.js. Please help me to solve this js error.
Take a look using the CakePHP Wysiwyg plugin to load TinyMCE (or other WYSIWYG editors). It will take care of much of the setup and configuration, and makes loading TinyMCE as easy as:
echo $this->Wysiwyg->textarea('ModelName.fieldName', $inputOptions, $helperOptions);