Undefined array key “REQUEST_METHOD“
-
Whenever the cron job runs (which is called via crontab using php8 command line and not wget or curl), the following error gets logged:
Error (E_WARNING): “Undefined array key “REQUEST_METHOD““ at
./wp-content/plugins/wp-cloudflare-page-cache/wp-cloudflare-super-page-cache.php:130
.Just to clarify this is the line in my crontab file:
*/5 * * * * /usr/bin/php8.0 /var/www/mysite.com/public/wp-cron.php >> /dev/null 2>&1
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Undefined array key “REQUEST_METHOD“’ is closed to new replies.