Bug #4180
closedCache issues: site deletion process
0%
Description
Scott, per this ticket -- https://redmine.gc.cuny.edu/issues/4150 -- can you please test the site deletion process on a test site of your own? Thank you
Related issues
Updated by scott voth over 9 years ago
Hi -
I created a new site https://deletesite.commons.gc.cuny.edu/ and tried to delete it via Tools>>Delete Site, but it still persists, even after going to a new browser.
Updated by scott voth over 9 years ago
I did get the email that confirms the delete of the site, and clicked on it, but still doesn't seem to delete.
Updated by Raymond Hoh over 9 years ago
Hi Scott,
Can you try deleting a site on cdev and see everything is working correctly there?
Boone, I have a feeling this is a problem with our APC caching set up on production.
Updated by Boone Gorges over 9 years ago
Scott - Can you also let me know whether you're getting the Delete Site confirmation email from WordPress after submitting the delete request?
Updated by Boone Gorges over 9 years ago
- Subject changed from Test site deletion process to Cache issues: site deletion process
- Assignee changed from scott voth to Boone Gorges
- Priority name changed from Normal to High
As Ray notes, this appears to be related to our APC object cache. The cache is acting up in weird ways, showing stale data in this case, as well as when activating some plugins and when updating some blog content. See #4154.
I've just swapped out our object-cache.php file (which is an interface between WordPress and APC) with an updated fork https://github.com/l3rady/WordPress-APC-Object-Cache, as a hotfix on the production site.
Ray and I are both at something of a loss to explain this. The replacement object-cache.php might solve the issue, but I'm not sure how or why. Let's keep an eye on this for the upcoming days.
Updated by Boone Gorges almost 9 years ago
- Assignee changed from Boone Gorges to scott voth
Scott, could I ask you to try the site deletion process again, to see if this is still an issue?
Updated by scott voth almost 9 years ago
Hi Boone - Everything seemed to work fine. I got the confirmation check box, checked it, then got the email confirmation, clicked the hyperlink and the site is gone.
Updated by scott voth almost 9 years ago
- Assignee changed from scott voth to Boone Gorges
Updated by Boone Gorges almost 9 years ago
- Status changed from Assigned to Resolved
Thanks for following up, Scott.