"For anyone who may stumble across this, I had success in circumventing these issues by hard-coding the domain name for Umbraco/TinyMCE. Edit umbraco/editContent.aspx and add the following line before the </script> at the bottom:
document.domain = 'xxxxxxxxx';
Take note that you are editing an Umbraco core file however. Perhaps someone could come up with a better solution that doesn't involve editing a core file."
What determines the port to load tinyMCE on? Not working 4.7
Hi All
I'm currently having an issue where the WYSIWYG editor won't display. Firebug is timing out requesting the following path:
http://xxx.xxx.com:14200/umbraco_client/tinymce3/langs/en.js
Can anyone tell me where the port to use is determined, and how I can fix this?
Cheers
Ben
don't really know but that domain name must have cost you millions ;)
and the solution:
"For anyone who may stumble across this, I had success in circumventing these issues by hard-coding the domain name for Umbraco/TinyMCE. Edit umbraco/editContent.aspx and add the following line before the </script> at the bottom:
document.domain = 'xxxxxxxxx';
Take note that you are editing an Umbraco core file however. Perhaps someone could come up with a better solution that doesn't involve editing a core file."
(or upgrade to 4.7.1)
source: http://our.umbraco.org/forum/ourumb-dev-forum/bugs/20426-Tinymce-(richtexteditior)-not-displaying-in-Umbraco-admin?p=1
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.