SF4,1 SP1 - new version - new errors

Posted by Community Admin on 04-Aug-2018 19:56

SF4,1 SP1 - new version - new errors

All Replies

Posted by Community Admin on 15-May-2011 00:00

Hi all,

started a new website SF4.1 with SP1 from scratch and got this new error:

No row for Telerik.Sitefinity.Pages.Model.PageData ('sf_page_data') GenericOID@3c6ea719 PageData content_id=7763e2e0-580d-458a-af03-13f09d6abe73

Beschreibung: Unbehandelte Ausnahme beim Ausführen der aktuellen Webanforderung. Überprüfen Sie die Stapelüberwachung, um weitere Informationen über diesen Fehler anzuzeigen und festzustellen, wo der Fehler im Code verursacht wurde. 

Ausnahmedetails: Telerik.OpenAccess.Exceptions.NoSuchObjectException: No row for Telerik.Sitefinity.Pages.Model.PageData ('sf_page_data') GenericOID@3c6ea719 PageData content_id=7763e2e0-580d-458a-af03-13f09d6abe73

Quellfehler: 

Beim Ausführen der aktuellen Webanforderung wurde einen unbehandelte Ausnahme generiert. Informationen über den Ursprung und die Position der Ausnahme können mit der Ausnahmestapelüberwachung angezeigt werden.

Stapelüberwachung: 

[NoSuchObjectException: No row for Telerik.Sitefinity.Pages.Model.PageData ('sf_page_data') GenericOID@3c6ea719 PageData content_id=7763e2e0-580d-458a-af03-13f09d6abe73]
   Telerik.OpenAccess.RT.ExceptionWrapper.Throw() +13
   OpenAccessRuntime.DataObjects.PCStateMan.handleException(Exception x) +106
   OpenAccessRuntime.DataObjects.PCStateMan.getObjectFieldImp(PersistenceCapable pc, FieldMetaData fmd, Object currentValue) +183
   Telerik.Sitefinity.Pages.Model.PageTemplate.OpenAccessEnhancedGetpages(PageTemplate ) +86
   Telerik.Sitefinity.Pages.Model.PageTemplate.get_Pages() +18
   Telerik.Sitefinity.Modules.Pages.Web.UI.TemplateSelectorDialog.SetTemplatePagesCount(RepeaterItemEventArgs e, PageTemplate template) +102
   System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +133
   System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +643
   System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +167
   System.Web.UI.Control.DataBindChildren() +11257623
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +321
   System.Web.UI.Control.DataBindChildren() +11257623
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +321
   System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +185
   System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +643
   System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +167
   Telerik.Sitefinity.Modules.Pages.Web.UI.TemplateSelectorDialog.InitializeControls(GenericContainer container) +1491
   Telerik.Sitefinity.Web.UI.DialogBase.CreateChildControls() +82
   System.Web.UI.Control.EnsureChildControls() +182
   System.Web.UI.Control.PreRenderRecursiveInternal() +60
   System.Web.UI.Control.PreRenderRecursiveInternal() +222
   System.Web.UI.Control.PreRenderRecursiveInternal() +222
   System.Web.UI.Control.PreRenderRecursiveInternal() +222
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4185


Versionsinformationen: Microsoft .NET Framework-Version:4.0.30319; ASP.NET-Version:4.0.30319.1

Posted by Community Admin on 16-May-2011 00:00

Hello Robert,

Please, check if the following query will return any results:

select*
fromsf_page_node
wherecontent_id isnotnullandcontent_id notin(selectcontent_id fromsf_page_data)

If the above query returns records, run the following script (we would strongly recommend you backup your database before executing the script):
updatesf_page_node
setcontent_id = null, node_type = 1
wherecontent_id isnotnullandcontent_id notin(selectcontent_id fromsf_page_data)

Let me know if the proposed solution works for you.

Best wishes,
Victor Velev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 16-May-2011 00:00

Hello Victor,

no success - no records to update. See attachment.

Robert

Posted by Community Admin on 18-May-2011 00:00

Hi Robert,

Please include some more information about the error and your project setup. Do you have any custom templates, controls installed and what were you doing when you got the error message?

Greetings,
Victor Velev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 08-Jun-2011 00:00

Experiencing the same error on a project, and the query returns zero rows.  Everything was working well until we deleted a group page.  We are using 2 master pages.  

Thanks!

Posted by Community Admin on 13-Jun-2011 00:00

Hi Kevin,

Can you please open a support ticket and send me your project there so  I can set it up locally and verify the origin of the issue. Please include the codebase and the database.

All the best,
Victor Velev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 13-Jun-2011 00:00

Thanks for the reply Victor.  Thankfully the site was still in development so we were able to restore to a previous build.  So far so good but if it happens to popup again I'll be sure to submit a ticket.

This thread is closed