Cronjob not working with country selected
-
Hello
When i activate the geo-ip-block plugin and whitelist only AU,ZZ, it causes the cron job which executes wp-cron to produce the following notice.
Notice: Undefined index: REQUEST_METHOD in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/ip-geo-block/classes/class-ip-geo-block.php on line 113
Wordpress cron script is configured as per below
https://docs.bitnami.com/aws/apps/wordpress/configuration/disable-wordpress-cron/0 * * * * su daemon -s /bin/sh -c “cd /opt/bitnami/apps/wordpress/htdocs/; /opt/bitnami/php/bin/php -q wp-cron.php”
is there any way i can change some setting in ip-geo-block to not impact this. Cronn is running on local server.
thanks
dv
- The topic ‘Cronjob not working with country selected’ is closed to new replies.