On v7.12.4 it appears as though any RTE which contains no content in the body causes the page to throw a 500 due to a null exception.
Adding a single character to the RTE is a workaround but still not ideal.
Is this something any has came across before in this particular version of Umbraco? One option is to do an upgrade as I have confirmed it's not happening in 7.13+ but I am curious to know if others have came across the same.
Message: Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'. Value cannot be null. Parameter name: input
500 thrown when RTE contains no content
Hey guys,
On v7.12.4 it appears as though any RTE which contains no content in the body causes the page to throw a 500 due to a null exception.
Adding a single character to the RTE is a workaround but still not ideal.
Is this something any has came across before in this particular version of Umbraco? One option is to do an upgrade as I have confirmed it's not happening in 7.13+ but I am curious to know if others have came across the same.
Failed method: Umbraco.Web.Templates.TemplateUtilities.ParseInternalLinks
Exception type: System.ArgumentNullException
Message: Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'. Value cannot be null. Parameter name: input
is working on a reply...