Cron job warning
-
Interesting warning. Been playing around with different methods of firing cron. I also removed >/dev/null 2>&1 to see the results, and now I get the same warning, every time:
Warning: Undefined array key “REQUEST_METHOD” in /home/customer/www/mufasabackpackers.co.za/public_html/wp-content/plugins/sg-cachepress/core/Helper/File_Cacher_Trait.php on line 17
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/mufasabackpackers.co.za/public_html/wp-content/plugins/sg-cachepress/core/Helper/File_Cacher_Trait.php:17) in /home/customer/www/mufasabackpackers.co.za/public_html/wp-content/plugins/sg-cachepress/core/File_Cacher/Cache.php on line 142
Is this something I need to worry about? or can I just replace >/dev/null 2>&1 and get on with other things? Cron in the meantime is working just fine.
- The topic ‘Cron job warning’ is closed to new replies.