I've installed the last version of Vanilla Template on a 11.0.204.0 environment, and I am getting the error bellow on ontrack, an application that uses Vanilla template.
Could you please update the references between Vanilla Template and Web Patterns and publish a new version?
'GetCssGlobalContext' Action is incompatible with the 'WebPatterns' module definition. Please update it.
'GetCssGlobalContext' Action is incompatible with the 'WebPatterns' module definition. Please update it. at ssVanillaTheme.RsseSpaceWebPatterns.MssGetCssGlobalContext(HeContext heContext, String& outParamStyle) at ssVanillaTheme.Functions.rssespacewebpatterns_ActionGetCssGlobalContext(HeContext heContext) at ssVanillaTheme.Flows.FlowVanillaBase.WBlkLayout_Vanilla.cnt14_setInlineAttributes(Object sender, EventArgs e) at ssVanillaTheme.Flows.FlowVanillaBase.WBlkLayout_Vanilla.cnt14_onDataBinding(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at OutSystems.HubEdition.WebWidgets.Container.DataBind() at OutSystems.HubEdition.WebWidgets.OSUserControl.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at OutSystems.HubEdition.WebWidgets.OSUserControl.DataBind() at OutSystems.HubEdition.WebWidgets.OSUserControl.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at OutSystems.HubEdition.WebWidgets.OSUserControl.DataBind() at OutSystems.HubEdition.WebWidgets.Form.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at OutSystems.HubEdition.WebWidgets.Body.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at OutSystems.HubEdition.WebWidgets.OSPage.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at OutSystems.HubEdition.WebWidgets.OSPage.DataBind() at ssOT_Theme.Flows.FlowCommon.ScrnInternalError.DataBind() at ssOT_Theme.Flows.FlowCommon.ScrnInternalError.Page_Load(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)
Hello João,
It seems that there are outdated references between OnTrack, Vanilla Theme and Silk UI Web.
Can you update Silk UI Web and Vanilla Theme to the lastest version and them update the references on OnTrack for both components?
My regards
You were right, upgrading Silk UI, and refreshing Vanilla and ontrack dependencies solved the issue. Thanks.