Juraj, I had the client's IT person do the hotfix and we are still seeing this issue. here is the full stack trace/error and a screenshot of any web part when I try to make any change: https://prnt.sc/js8xd9
I changed the template to a brand new template from scratch and we are still seeing this.
Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Exception type: System.Web.HttpUnhandledException
Stack Trace:
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.cmsmodules_portalengine_ui_webparts_webpartproperties_properties_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e0225442\59b957da\App_Web_webpartproperties_properties.aspx.21ae289f.x1tjhjbu.0.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Message: Object reference not set to an instance of an object.
Exception type: System.NullReferenceException
Stack Trace:
at CMS.DataEngine.SimpleDataClass.CopyOriginalDataTo(IDataClass target)
at CMS.DataEngine.AbstractInfoBase1.Clone()
at CMS.DataEngine.AbstractInfoBase
1.Clone(Boolean clear)
at CMS.DataEngine.AbstractInfoBase1.CloneObject(Boolean clear)
at CMS.Synchronization.SynchronizationHelper.LogObjectChange(LogObjectChangeSettings settings)
at CMS.Base.CMSEventArgs.CallFinishActions()
at CMS.Base.AdvancedHandler
2.Finish()
at CMS.DataEngine.AbstractInfoBase1.UpdateData()
at CMS.DataEngine.AbstractInfoProvider
3.SetInfo(TInfo info)
at CMS.PortalEngine.PageTemplateInfoProvider.SetPageTemplateInfoInternal(PageTemplateInfo template)
at CMS.PortalControls.CMSPortalManager.SaveTemplateChanges(PageInfo pi, PageTemplateInstance instance, WidgetZoneTypeEnum zoneType, ViewModeEnum viewMode, TreeProvider tp)
at CMSModules_PortalEngine_Controls_WebParts_WebpartProperties.Save() in D:\CoffmanTech\Alliance\Kentico\CMS\CMSModules\PortalEngine\Controls\WebParts\WebpartProperties.ascx.cs:line 879
at CMSModules_PortalEngine_Controls_WebParts_WebpartProperties.OnSave() in D:\CoffmanTech\Alliance\Kentico\CMS\CMSModules\PortalEngine\Controls\WebParts\WebpartProperties.ascx.cs:line 696
at CMSModules_PortalEngine_UI_WebParts_WebPartProperties_properties.b__4_0(Object sender, EventArgs args) in D:\CoffmanTech\Alliance\Kentico\CMS\CMSModules\PortalEngine\UI\WebParts\WebPartProperties_properties.aspx.cs:line 66
at CMS.PortalControls.WebPartFramesManager.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)