cron errors
-
I’ve noticed that my error log files often contain lines such as this:
[Tue Aug 25 10:39:52.326098 2020] [fcgid:warn] [pid 26432] [client xx.yy.zz.ww:19075] mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in /home/domains/vol12/986/230289/user/htdocs/wp-cron.php on line 117, referer: https://www.mydomain.com/wp-cron.php?doing_wp_cron=1598348391.7328090667724609375000
in which only the argument changes, e.g.:
?doing_wp_cron=1598348391.7328090667724609375000
successively reads:
?doing_wp_cron=1598348393.2930910587310791015625
?doing_wp_cron=1598348395.3370800018310546875000
?doing_wp_cron=1598348397.5089380741119384765625
etcA quick: grep -r “doing_wp_cron” * (in my htdocs folder) shows me that it’s only wppa that makes these calls (leaving out the results that refer to /wp-cron.php itself and to wp-includes/wp-cron.php):
wp-content/plugins/wp-photo-album-plus/wppa-cron.php: if ( isset( $_GET[‘doing_wp_cron’] ) ) {
wp-content/plugins/wp-photo-album-plus/wppa-cron.php: return $_GET[‘doing_wp_cron’];The odd thing is that I only get this on 1 of 3 sites where I use wppa, so it must be something to do with that particular wppa installation that’s different to the other 2.
Any tips you would send me to try?
serge
- The topic ‘cron errors’ is closed to new replies.