It has been tested with 4.9 and should work. Have a look in the "data types" node in the developer setion. Can you fint the Rich text editor for Newsletter Studio? Hover the node and look in the status bar of the browser.
Pick the data type id and add it to the settings in Newsletter Studio. If this does not work, have a look in the umbraco log table in the database and see if you can share some error message.
Thank you for your fast reply. I have found an error in the db-log:
At /umbraco/plugins/tinymce3/tinymce3tinymceCompress.aspx?rnd=00000000-0000-0000-0000-000000000000&module=gzipmodule&themes=umbraco&plugins=contextmenu,template,noneditable,umbracocss,spellchecker,inlinepopups,newsletterstudio,umbracoimg,umbracomacro,advlink,table,newsletterstudiourlcontent,paste,umbracoembed,umbracopaste,umbracolink,umbracocontextmenu&languages=en (Referred by: http://xyz/umbraco/NewsletterStudio/Pages/Newsletter.aspx?id=1): System.Exception: File could not be found "xyz\httpdocs\umbraco_client\tinymce3\plugins\newsletterstudio\editor_plugin_src.js", unable to add it for Gzip compression. at umbraco.presentation.plugins.tinymce3.GzipCompressor.AddFile(String path) at umbraco.presentation.plugins.tinymce3.GzipModule.ProcessRequest(HttpContext context) at umbraco.presentation.plugins.tinymce3.tinymce3tinymceCompress.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Two folders were missing (at \umbraco_client\tinymce3\plugins\):
No editor
Hello all
Do have a compatible version to umbraco v 4.9.0?
in this version I have no editor on the newsletter content.
thank you for your feedback.
cheers
manuel
Hi!
It has been tested with 4.9 and should work. Have a look in the "data types" node in the developer setion. Can you fint the Rich text editor for Newsletter Studio? Hover the node and look in the status bar of the browser.
Pick the data type id and add it to the settings in Newsletter Studio. If this does not work, have a look in the umbraco log table in the database and see if you can share some error message.
// Markus
Hello Markus
Thank you for your fast reply. I have found an error in the db-log:
At /umbraco/plugins/tinymce3/tinymce3tinymceCompress.aspx?rnd=00000000-0000-0000-0000-000000000000&module=gzipmodule&themes=umbraco&plugins=contextmenu,template,noneditable,umbracocss,spellchecker,inlinepopups,newsletterstudio,umbracoimg,umbracomacro,advlink,table,newsletterstudiourlcontent,paste,umbracoembed,umbracopaste,umbracolink,umbracocontextmenu&languages=en (Referred by: http://xyz/umbraco/NewsletterStudio/Pages/Newsletter.aspx?id=1): System.Exception: File could not be found "xyz\httpdocs\umbraco_client\tinymce3\plugins\newsletterstudio\editor_plugin_src.js", unable to add it for Gzip compression. at umbraco.presentation.plugins.tinymce3.GzipCompressor.AddFile(String path) at umbraco.presentation.plugins.tinymce3.GzipModule.ProcessRequest(HttpContext context) at umbraco.presentation.plugins.tinymce3.tinymce3tinymceCompress.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Two folders were missing (at \umbraco_client\tinymce3\plugins\):
- newsletterstudio
- newsletterstudiourlcontent
And now it works as excepted.
Thx&Cheers
Manuel
Great news!
Just for my info, did you upgrade from a older version or diden't the installer copy these folders?
It was a security issue on the folder umbraco_client. So the installer couldn't write the necessary files into the folder.
is working on a reply...