Hi @ruenel,
Thank you for looking into this. I did go through and deactivate all 3rd party plugins in my first test and the issue is still happening. It also is only happening with this particular page (and if I try to clone this page, it happens on the cloned pages as well).
Here is my HTML
<div>
<div>
<div>
<img src="image1.jpg" alt="Slide Image" />
<h2>Slide Title</h2>
<p>This is a block of text describing the slide.</p>
<div>
<div></div>
<p>Audio description 1</p>
</div>
<div>
<div></div>
<p>Audio description 2</p>
</div>
<div>
<div></div>
<p>Audio description 3</p>
</div>
<div>
<div></div>
<p>Audio description 4</p>
</div>
</div>
</div>
<div>
<div>
<img src="image1.jpg" alt="Slide Image" />
<h2>Slide Title</h2>
<p>This is a block of text describing the slide.</p>
<div>
<div></div>
<p>Audio description 1</p>
</div>
<div>
<div></div>
<p>Audio description 2</p>
</div>
<div>
<div></div>
<p>Audio description 3</p>
</div>
<div>
<div></div>
<p>Audio description 4</p>
</div>
</div>
</div>
<div>
<div>
<img src="image1.jpg" alt="Slide Image" />
<h2>Slide Title</h2>
<p>This is a block of text describing the slide.</p>
<div>
<div></div>
<p>Audio description 1</p>
</div>
<div>
<div></div>
<p>Audio description 2</p>
</div>
<div>
<div></div>
<p>Audio description 3</p>
</div>
<div>
<div></div>
<p>Audio description 4</p>
</div>
</div>
</div>
<div>
<div>
<img src="image1.jpg" alt="Slide Image" />
<h2>Slide Title</h2>
<p>This is a block of text describing the slide.</p>
<div>
<div></div>
<p>Audio description 1</p>
</div>
<div>
<div></div>
<p>Audio description 2</p>
</div>
<div>
<div></div>
<p>Audio description 3</p>
</div>
<div>
<div></div>
<p>Audio description 4</p>
</div>
</div>
</div>
<div>
<div>
<img src="image1.jpg" alt="Slide Image" />
<h2>Slide Title</h2>
<p>This is a block of text describing the slide.</p>
<div>
<div></div>
<p>Audio description 1</p>
</div>
<div>
<div></div>
<p>Audio description 2</p>
</div>
<div>
<div></div>
<p>Audio description 3</p>
</div>
<div>
<div></div>
<p>Audio description 4</p>
</div>
</div>
</div>
</div>
` If I strip the src=“image1.jpg” out of the img tags, cornerstone saves successfully and I am not logged out. The src=“image1.jpg” was just a placeholder so I don’t need it, but possibly the fact that there is no image at that file address was breaking cornerstone?
That’s all fine, but now if I try to go in and delete the entire Raw Content element and save, the error still occurs (even though now the HTML is completely gone). How can I go about recovering this page? Is there another way to remove the offending HTML and recover the rest of the page?
I have already tried saving individual sections as templates (to then load on a new page) but those fail to save as well and I am logged out when trying.
Thank you.