Jennifer Moss
Forum Replies Created
-
Forum: Plugins
In reply to: [MWW Scheduled Post Trigger] Server load on busy site?Yes, it could. See my notes – I don’t recommend it for busy sites as it’s just a patch.
It is a false positive, thank you. I’ll check out the versioning and release metadata.
Thank you for your report. We have fixed it for the next release. You can also stop the logging of these errors by adding this line to your wp-config.php file:
error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED);
If this is bringing down sites, then you need to check IN THE CODE if the database has DELETE/ALTER rights and if not, then don’t execute that line. It’s up to the developer to put in these checks.
Forum: Plugins
In reply to: [WP Subtitle] Google flagging a VULNERABILITYIs that the first time it saves? Make sure you get all instances of it inserting and updating. Thanks!
Forum: Plugins
In reply to: [MWW Disclaimer Buttons] MWW Disclaimer Buttons has a security vulnerability.Got it, thanks Trish. A patch has been uploaded today.
Forum: Plugins
In reply to: [MWW Scheduled Post Trigger] Is this plugin still needed?I’m not sure how the WP cron checks for scheduled posts (future or past), but my plugin is checks the database for missed posts anytime someone hits your home page or a single post. As you can imagine this could be taxing on the db for a mid- to high-traffic site, so I don’t recommend it as a long-term solution.
Judging from the thousands of downloads of my plugin, though, this is an issue with WordPress and/or its cron so maybe I will contact their team (or volunteer) to work with them on it.
Thanks for your feedback!
Forum: Plugins
In reply to: [MWW Scheduled Post Trigger] Is this plugin still needed?Thanks for letting me know! Just realize this plugin is a band-aid to help you troubleshoot what’s really going on. You should really discuss this issue with your web host.
Forum: Plugins
In reply to: [MWW Scheduled Post Trigger] Is this plugin still needed?Thanks for your message. It depends on your host. I created it initially for my daughter’s blog site on Godaddy, which seems to be the biggest culprit of missing scheduled posts. When she disabled it last month, it skipped some scheduled posts.
You can disable it and test – and please let me know the results and what web host you’re on!
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Causing FATAL ERROR on SitesWe did NOT have the PRO version, for what it’s worth.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Causing FATAL ERROR on SitesIt had something to do with MAINWP and BackWPUp. But since BackWPup has had so many issues in the last couple of upgrades, I’ve removed it from all my client sites and we’re implementing another solution.
Forum: Plugins
In reply to: [Classic Editor] Help pls ASAPSame – I have a client that uses CE consistently and now it won’t save mulitiple categories.
Yes, I just changed it – we’ll see what happens!
Still happening. Not getting any emails for support messages. The email on my account is not gmail.
- This reply was modified 1 year, 8 months ago by Jennifer Moss.
Forum: Plugins
In reply to: [MWW Disclaimer Buttons] Getting error trying to access array offset valueI’m sorry, I didn’t see this message. I will fix, but in the meantime you should set your display errors to OFF within config.php. This is merely a warning, not a fatal error.