London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I would run logging on Debug level while doing the delete to try and see what is going wrong and see if it can be fixed.
You can do the delete in the db I would use the SP [dbo].[editDeletePage]. Just remember to take a backup before.
Hello
I'm working on a cross language site. I have two pages I want totally removed from the site. I was able to remove all the language branches, but when I try to delete the last one (which is the main language) it just hangs loading for a while, but then stops without deleting the page.
I have a standard page that was the parent page of the other page I can't delete. They don't have the same template.
Is there anyway to find the pages in the database and delete them?
Thanks in advance.