SF4,1 SP1 - new version - new errors
Hi all,
started a new website SF4.1 with SP1 from scratch and got this new error:
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. |
|
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)
updatesf_page_node
setcontent_id = null, node_type = 1
wherecontent_id isnotnullandcontent_id notin(selectcontent_id fromsf_page_data)
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
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!
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
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.