FYI: BackWPup conflict with Automattic plugin WP-Cron Control
-
Consistent/reproducible issue when pressing “Run now”..
Scheduled jobs work fine, but when starting a job manually it hangs for a while, and then comes out with the famous “Job $s has started, but not responded for 10 seconds.” message..Checking the information link, I see the “Server Self Connect” status has the complaint “Not expected HTTP response:” with the HTTP content shown as “invalid secret string”.
Checking around the WP code, I notice the following problem you might wanna remember or even fix as others might see it..
Issue:
“invalid secret string” is a response from the WP-Cron system, stating that the secret key for the back call to the server is using an invalid “secret”.
As it turns out, this problem is caused because I have the plugin “WP-Cron Control” installed..
One of the things “WP-Cron Control” does is mess with the secret key setup. For example, you can set a common secret key across a multi-site installation to be used on all sub-sites.. (The “Run now” failure is consistent, whether you use this feature or not.)
As a test, I disabled the “WP-Cron Control” plugin, and BackWPUp’s “Run now” immediately started working. As in, the “secret key” used was suddenly deemed correct.
Re-enable WP-Cron Control, and it fails again. Consistently.
My 2-minute check around the code bases did not reveal 100% which plugin should actually be “blamed” and fixed for the conflict and failure. ??
But since your’s is the one failing, you get the issue to play with for now. ??
- The topic ‘FYI: BackWPup conflict with Automattic plugin WP-Cron Control’ is closed to new replies.