since yesterday my Umbraco Richtext Editor broke down. It's hard to explain so i took a screenshot:
As you might guess under the content tab there should be a rte to edit the content of the page (in this case the search), but it refuses to show the rte.
I've tried Chrome, Firefox, IE7-IE9 and Safari but none of the browsers show the rte, also i've tried it over several machines, no rte whatsoever. Only when i log on the web server directly and log into the backend i am seeing the rte.
I also created a new user and tried to get a visible rte, no luck there either.
Data: umbraco v 4.7.0 (Assembly version: 1.0.4090.38017), on a Win 2008 r2 server and IIS 7. Ther server itself hosts 2 html pages and 2 Umbraco Pages and on both Umbraco Pages the rte is gone.
This bug is quiet annoying and makes Umbraco unusable, since we have 3 webmasters in my company, and 2 CEOs who want access to the backend, and i can't make them all log on the web server to get a full working backend. So I realy need a fix or workaround to get it running smooth.
Hmm, pretty strange as you don't seem to have consistency over different machines (so it's most probably a javascript issue I guess). Have you tried Firefox and checked whether there's some kind of error? Have tried other browsers? Have you checked the umbracoLog table for something that might give a clue?
Moved your post as this isn't quite a forum bug...
There is indeed a error in the log: Error adding stylesheet to tinymce (id: 1049). System.ArgumentException: No node exists with id '1049' at umbraco.cms.businesslogic.CMSNode.setupNode() at umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id) at umbraco.cms.businesslogic.web.StyleSheet..ctor(Int32 id) at umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration)
But it dosen't help me at all since all i can say is that there realy isn't a node with id 1049 in my page.
Also Firefox says that there is an 403 (Forbidden) when calling "/umbraco_client/tinymce3/langs/en.js". But this dosen't help me too since IUSR and NETWORKSERVICE have full access to the folder an the file itself.
For testing reasons we have installed the umbraco page on port 8080. Somehow when calling GET en.js the caller "forgets" the port and calls port 80, that triggers the 403 and the whole rte crashes...
With this little information I guess nobody can help you.
Quote "Dirk De Grave": Have you tried Firefox and checked whether there's some kind of error? Have tried other browsers? Have you checked the umbracoLog table for something that might give a clue?
Also monitor your network calls when loading the rte, are they all ok?
Richtext Editor ist gone
Hello,
since yesterday my Umbraco Richtext Editor broke down. It's hard to explain so i took a screenshot:
As you might guess under the content tab there should be a rte to edit the content of the page (in this case the search), but it refuses to show the rte.
I've tried Chrome, Firefox, IE7-IE9 and Safari but none of the browsers show the rte, also i've tried it over several machines, no rte whatsoever. Only when i log on the web server directly and log into the backend i am seeing the rte.
I also created a new user and tried to get a visible rte, no luck there either.
Data:
umbraco v 4.7.0 (Assembly version: 1.0.4090.38017), on a Win 2008 r2 server and IIS 7. Ther server itself hosts 2 html pages and 2 Umbraco Pages and on both Umbraco Pages the rte is gone.
This bug is quiet annoying and makes Umbraco unusable, since we have 3 webmasters in my company, and 2 CEOs who want access to the backend, and i can't make them all log on the web server to get a full working backend. So I realy need a fix or workaround to get it running smooth.
Sincerely
Ralph Niemeyer
Hmm, pretty strange as you don't seem to have consistency over different machines (so it's most probably a javascript issue I guess). Have you tried Firefox and checked whether there's some kind of error? Have tried other browsers? Have you checked the umbracoLog table for something that might give a clue?
Moved your post as this isn't quite a forum bug...
Cheers,
/Dirk
There is indeed a error in the log:
Error adding stylesheet to tinymce (id: 1049). System.ArgumentException: No node exists with id '1049' at umbraco.cms.businesslogic.CMSNode.setupNode() at umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id) at umbraco.cms.businesslogic.web.StyleSheet..ctor(Int32 id) at umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration)
But it dosen't help me at all since all i can say is that there realy isn't a node with id 1049 in my page.
Also Firefox says that there is an 403 (Forbidden) when calling "/umbraco_client/tinymce3/langs/en.js". But this dosen't help me too since IUSR and NETWORKSERVICE have full access to the folder an the file itself.
Found my error ...
For testing reasons we have installed the umbraco page on port 8080. Somehow when calling GET en.js the caller "forgets" the port and calls port 80, that triggers the 403 and the whole rte crashes...
Thanks anyways :)
I have the same problem here. I can see the RTE only through internet explorer 9 and i´m using port 80. Tried firefox 12, chrome 19 and safari 5.
Anyone knows how to solve this?
Hey!
With this little information I guess nobody can help you.
Quote "Dirk De Grave":
Have you tried Firefox and checked whether there's some kind of error? Have tried other browsers? Have you checked the umbracoLog table for something that might give a clue?
Also monitor your network calls when loading the rte, are they all ok?
is working on a reply...