koandj
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] wp-config.php wipedBeing monitoring for the past 4 days and it has not happened again to the same extent, there are only 2 lines of “// Added by WP Cloudflare Super Page Cache” but it has not wiped wp_config.php so far as it did when I opened the ticket
Forum: Plugins
In reply to: [Super Page Cache] wp-config.php wipedI couldn’t risk blowing up the site again during this period so I only re-enabled your plugin now. I’ll monitor the situation and let you know
Forum: Plugins
In reply to: [Super Page Cache] wp-config.php wipedSomehow this got marked “resolved”, it isn’t yet.
Forum: Plugins
In reply to: [Super Page Cache] wp-config.php wipedHi @kushnamdev
There is one other person who replied right after I first posted. It’s happened at the same time to both of us, so something must have happened.
The version is 5.0.9
Where should I be looking for the error log you need? Obviously, I cannot screenshot wp-config.php now because I restored a functioning backup. And your plugin is deactivated so if there was a log there, I can’t access it because reactivating may cause the issue again. Where should I be looking?Forum: Plugins
In reply to: [Super Page Cache] wp-config.php wipedI’d say the lack of replies for such a critical issue that wipes your WordPress config file is not exactly reassuring… At least acknowledge the problem.
Forum: Plugins
In reply to: [Super Page Cache] wp-config.php wipedGood point @hugodebe: I’m on Litespeed too.
I deactivated the plugin for now, let’s hope a fix won’t take too long.Thanks a lot @ndiego, I really appreciate you taking the time to find a solution.
I recently added a couple more user profiles to the site with different permissions and I wanted to find the posts to check if they needed updating for the new roles.
The query works, thank you very much. I only removed the post_status in case I had used this on a draft article as well and it found 1 indeed, so happy days 🙂something like this?
SELECTguid,post_titleFROMwp_postsWHEREpost_contentLIKE ‘%visib%’;?