siteserver / cms

SS CMS 基于 .NET Core,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。
https://sscms.com
GNU Affero General Public License v3.0
3.66k stars 1.21k forks source link

Server Error in Application 值不能为 null。参数名: key #1188

Open chen5410178 opened 6 years ago

chen5410178 commented 6 years ago

Server Error in Application 值不能为 null。 参数名: key

在 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) 在 SiteServer.CMS.Model.Attributes.ExtendedAttributes.Load(NameValueCollection attributes) 在 SiteServer.CMS.Model.Attributes.ExtendedAttributes..ctor(NameValueCollection attributes) 在 SiteServer.BackgroundPages.Cms.PageChannelEdit.Page_Load(Object sender, EventArgs e) 在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) 在 System.Web.UI.Control.OnLoad(EventArgs e) 在 System.Web.UI.Control.LoadRecursive() 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

2018-08-13 16:38:53

编辑栏目信息保存的时候出现的问题。

starlying commented 6 years ago

应该是属性中有空值导致的,已加入完善计划