I have phantom block imbedded in one of my page's areas.
Permalink
While doing some cleaning up of one of my websites. I decided to move a linked image for an outside association from my footer to a side panel in my web pages. I first moved this snippet to an HTML block in the panel's edit area. I, then thought that it would be more practical to move it to my page types templates. I deleted the block from the side panel and then approved the new version of the page without the block. Then, I pasted the snippet of HTML into my templates.
As I am previewing my finished work, I noticed a double image of this icon on the web page. I found that Concrete5 is still serving up a phantom copy of this snippet even though I deleted the block in page edit mode. I put the page back into edit mode and there are no blocks in this area of the page. After clearing the C5 page's cache and the browser's cache, it was still present. I looked at the page source with Firebug and found the phantom copy wrapped in a <div id="AreaName332">. I went to the database's btContentLocal table and removed this snippet from bID 332's content field and it finally went away. Is there a way to delete the whole record as if I did it from the page editor?
The version of C5 this site is using is 5.6.0.2.
As I am previewing my finished work, I noticed a double image of this icon on the web page. I found that Concrete5 is still serving up a phantom copy of this snippet even though I deleted the block in page edit mode. I put the page back into edit mode and there are no blocks in this area of the page. After clearing the C5 page's cache and the browser's cache, it was still present. I looked at the page source with Firebug and found the phantom copy wrapped in a <div id="AreaName332">. I went to the database's btContentLocal table and removed this snippet from bID 332's content field and it finally went away. Is there a way to delete the whole record as if I did it from the page editor?
The version of C5 this site is using is 5.6.0.2.