I create a new page. Every think in CMS look good, but I can found it from database. I checked in CMS_Tree, CMS_Document,View_CMS_Tree_Joined and my custom page type table. I can't debug, please give me any way to solve this
CMS_Tree
CMS_Document
View_CMS_Tree_Joined
See my image for more info: CMS: http://prntscr.com/m7wlqz and my queries: http://prntscr.com/m7wqs2 Thanks.
First thing would be to verify you're using the correct database. In Kentico check the System module and check the Servername and Database name
Hi, Are you using workflows? If yes, then the data are filled into those tables and views only if the page was published (or has published version). Until then, the data are stored in the CMS_VersionHistory table.
I sure my db and server is correct. I tried this in staging and local. Both them is same this problem
And as Juraj's suggested is the page using workflow?
I published and disabled workflow, but not it still not found
You have NodeID = 6176
What do you recieve when you call: SELECT * FROM CMS_Document where DocumentNodeID=6176 ?
SELECT * FROM CMS_Document where DocumentNodeID=6176
Can you find any other pages in DB? The root? The parent page of this page?
Yes. I can found other pages in cms-document or cms-tree
@tomas loun: no record returned
Another problem, i have choose its categories but i also can't find it in CMS_DocumentCategory
CMS_DocumentCategory
If you can't find it in anyway, contact Kentico support and send them a backup of the database. There is no way to help you like this.
I found my problem, someone was used another connection Thanks everyone.
Please, sign in to be able to submit a new answer.