I'm currently loading content via an ajax call to a base method. However i'm having issues when the RTE contains a contour form. I have tried the following but it currently errors:
2014-04-07 10:35:20,671 [10] WARN umbraco.macro - [Thread 9] Error loading MacroEngine script (file: MvcRenderContourForm.cshtml, Type: ''. Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.NodeFactory.Node.getCurrentNodeId()
at umbraco.macro.loadMacroScript(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
RenderMacroContent Contour
Hello,
I'm currently loading content via an ajax call to a base method. However i'm having issues when the RTE contains a contour form. I have tried the following but it currently errors:
I currently get the following:
Error loading MacroEngine script (file: MvcRenderContourForm.cshtml)
With an error in the logs of:
Many Thanks,
Tom
Any advice would be greatful... really need to find a solution to this.
is working on a reply...