Update feed source not working with WP-Cron Control
-
WP-Cron Control is a tool to make wp cron work separate from page hits (page hits don’t trigger the jobs, making a page loads faster), instead WP-Cron Control allows crontabs to trigger the wp cron through a wget or php command.
Since WPRSS relies heavily on cronjobs to fetch it’s feed items, this is plugin is a go-to solution for many people with heavy site traffic and a lot of feeds. WP-Cron Control has been serving me well for over 2 years now and has 6,000+ active installs.
Steps to reproduce:
- Install WP-Cron Control and configure it to work with a secret url
- Install WPRSS
- Add a number of feeds through the importer (feed_title,https://feed.url/feed/)
- Let the feeds fetch per cron job
- Click on Feed Sources in backend
- Edit a feed you imported.
- Try to edit it: remove something from the URL or add /feed/
- Click Save
- Page refreshed and nothing you just changed in the feed source url field was saved, but WPRSS tells you the feed was updated (it wasn’t)
Notes:
- using last version of WP and WPRSS and WP-Cron Control (as of this writing)
- not purchased any premium addons
- not messed with the code of the plugin
- WPRSS is working with a couple dozen other plugins, disable them all, and still not saving
- server highly capable of managing memory, CPU, bandwidth wise.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Update feed source not working with WP-Cron Control’ is closed to new replies.