Error when editing, publishing existing or new page

Posted by Community Admin on 04-Aug-2018 09:23

Error when editing, publishing existing or new page

All Replies

Posted by Community Admin on 07-Sep-2011 00:00

Hi,

Since today I have some strange errors when i am trying to edit a page.

Server Error in '/' Application.
--------------------------------------------------------------------------------
  
Row not found: GenericOID@ec33a75c PageData content_id=4bf8eee4-22cb-49c4-858c-8554db9de37c
UPDATE [sf_page_data] SET [last_modified]=?, [voa_version]=? WHERE [content_id] = ? AND [voa_version]=?
(set event logging to all to see parameter values) 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
  
Exception Details: Telerik.OpenAccess.Exceptions.OptimisticVerificationException: Row not found: GenericOID@ec33a75c PageData content_id=4bf8eee4-22cb-49c4-858c-8554db9de37c
UPDATE [sf_page_data] SET [last_modified]=?, [voa_version]=? WHERE [content_id] = ? AND [voa_version]=?
(set event logging to all to see parameter values)
  
Source Error: 
  
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
  
Stack Trace: 
  
  
[OptimisticVerificationException: Row not found: GenericOID@ec33a75c PageData content_id=4bf8eee4-22cb-49c4-858c-8554db9de37c
UPDATE [sf_page_data] SET [last_modified]=?, [voa_version]=? WHERE [content_id] = ? AND [voa_version]=?
(set event logging to all to see parameter values)]
   DynamicModule.ns.Wrapped_OpenAccessPageProvider_c509568af5d747b6ada6b14fcbcd1352.CommitTransaction() +140
   Telerik.Sitefinity.Data.ManagerBase`1.SaveChanges() +51
   Telerik.Sitefinity.Web.PageEditorRouteHandler.GetPageData(SiteMapNode node) +1143
   Telerik.Sitefinity.Web.RouteHandler.GetHttpHandler(RequestContext requestContext) +120
   Telerik.Sitefinity.Web.PageEditorRouteHandler.GetHttpHandler(RequestContext requestContext) +39
   System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context) +9018248
   System.Web.Routing.UrlRoutingModule.OnApplicationPostResolveRequestCache(Object sender, EventArgs e) +86
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
  
  

After pressing publishing this error shows up and the page stays locked. Any idea on what is wrong?

If you need more information, please let me know

Greetings,
Dennis

Posted by Community Admin on 12-Sep-2011 00:00

Hi Dennis,

The error message indicates the row for the page being edited can`t be found in the database. Can you check table sf_page_data and see if there is a row for the page with such title or ontent_id=4bf8eee4-22cb-49c4-858c-8554db9de37c .
Can you share with me the steps you took before getting this error(upgrade migration)? Can you create and edit new pages?

If table sf_page_data is empty there has been some problem with an upgrade or migration. Try to upgrade or migrate the project again.

Best wishes,
Stanislav Velikov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

This thread is closed