Hello everyone,
I'm having trouble renaming a page because there was a previously deleted page with the same name. I used the "Purge" option over 24 hours ago in Space Settings > Manage content > Trash, so I can longer access this other page.
Has this ever happened to you? If so, how did you fix it? Any help would be appreciated.
Thank you.
SELECT C.CONTENTID, C.TITLE, C.CONTENTTYPE, C.CONTENT_STATUS, S.SPACENAME FROM CONTENT C JOIN SPACES S
ON C.SPACEID = S.SPACEID
WHERE C.TITLE = 'NameOfThePage';
Try to run this in SQL and see if any of the pages exists in the database.
Many thanks, @Ponnappan Ganapathiya
Unfortunately, I don't have access to the database, so I think I'll submit a ticket to Confluence Support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.