Developer forum

Forum » CMS - Standard features » Item Type error puzzle

Item Type error puzzle

Kevin O'Driscoll
Reply

Anyone know why the error in the Live admin on the paragraph? Frontend is fine, also fine in Local and staging sites:

[NullReferenceException: Object reference not set to an instance of an object.]
   Dynamicweb.Controls.Legacy.Renderers.ItemListEditorRenderer.CreateListRow(ItemListEditor itemListEditor, ItemEntry itemEntry, String virtualId) +147
   Dynamicweb.Controls.Legacy.Renderers.ItemListEditorRenderer.CreateListControl(ItemListEditor itemListEditor, IEnumerable`1 ids, Object popup) +636
   Dynamicweb.Controls.Legacy.Renderers.ItemListEditorRenderer.BeginEdit(ItemListEditor itemListEditor, EditorContext context) +939
   Dynamicweb.Content.Items.Editors.ItemListEditor.BeginEdit(EditorContext context) +46
   Dynamicweb.Controls.Legacy.Renderers.EditFormRenderer.RenderField(EditForm editForm, EditFormField field, TextWriter output) +851
   Dynamicweb.Controls.Legacy.Renderers.EditFormRenderer.RenderFieldsByGroup(EditForm editForm, Func`2 selector, TextWriter output, Dictionary`2 groupNameToGroup, Dictionary`2 groupToFields) +1137
   Dynamicweb.Controls.Legacy.Renderers.EditFormRenderer.RenderFields(EditForm editForm, Func`2 selector, TextWriter output) +1566
   Dynamicweb.Content.Items.Editors.EditForm.RenderFields(TextWriter output) +145
   Dynamicweb.Controls.Legacy.Renderers.EditFormRenderer.Render(EditForm editForm, TextWriter output) +42
   Dynamicweb.Admin.ParagraphEdit.RenderFieldsAndValidators(StringBuilder initialization, EditForm form) +367
   Dynamicweb.Admin.ParagraphEdit.Page_PreRender(Object sender, EventArgs e) +1076
   System.Web.UI.Control.OnPreRender(EventArgs e) +11727915
   System.Web.UI.Control.PreRenderRecursiveInternal() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3670

Rgds


Replies

 
Kevin O'Driscoll
Reply

Was a bit obvious. DW writing bad data to the database field when items were deleted by an admin.

 

You must be logged in to post in the forum