A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
1. Recycle Bin
1.1 Page
1.1.1 SubPage
1.1.1.1 SubSubPage
1.1.1.2 Copy of SubSubPage
...
That means if you try to delete "1.1 Page" you will most likely get the SQL exception. If you first delete "1.1.1 SubPage" the error will not appear.
Hope that will help...
DELETE statement conflicted with COLUMN SAME TABLE REFERENCE constraint 'FK_tblPage_tblPage'. The conflict occurred in database 'myDB', table 'tblPage', column 'fkParentID'.When deleting the pages one by one the problem doesn't appear, but it's quite tedious when there are several hundreds of them.