TinyMce content not showing after inserting a image
After inserting a image in tinyMce field my content doesn't show anymore on the page. If I remove the image the content is displayed again.
I see this error in the trace info :
Error rendering Item 2 (NodeId '' : bodyText). The relative virtual path '="' is not allowed here. at System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options) at System.Web.VirtualPathUtility.ToAbsolute(String virtualPath, String applicationPath) at umbraco.IO.IOHelper.ResolveUrl(String virtualPath) at umbraco.IO.IOHelper.ResolveUrlsFromTextString(String text) at umbraco.presentation.templateControls.ItemRenderer.Render(Item item, HtmlTextWriter writer)
TinyMce content not showing after inserting a image
After inserting a image in tinyMce field my content doesn't show anymore on the page. If I remove the image the content is displayed again.
I see this error in the trace info :
Error rendering Item 2 (NodeId '' : bodyText).
The relative virtual path '="' is not allowed here.
at System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options)
at System.Web.VirtualPathUtility.ToAbsolute(String virtualPath, String applicationPath)
at umbraco.IO.IOHelper.ResolveUrl(String virtualPath)
at umbraco.IO.IOHelper.ResolveUrlsFromTextString(String text)
at umbraco.presentation.templateControls.ItemRenderer.Render(Item item, HtmlTextWriter writer)
As an update I would like to add it also doens't work when accessing the field throug Razor instead of a umbraco Item control.
I get the same error :
The relative virtual path '="' is not allowed here.
is working on a reply...