• Resolved Mark Cutting

    (@mcutting)


    Hi. I’m seeing an odd error when calling wp-cron.php via “real” cron and WordPress

    open(“/home/website/public_html/wp-content/plugins/wp-statistics/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php”, O_RDONLY) = 6

    Looks like something is being blocked here, but to make it worse, it seems to kill wp-cron completely. This started happening about 5 days ago.

    i’m running PHP 7 – any ideas please ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Greg Ross

    (@gregross)

    My guess is that whatever user your running cron as doesn’t have access to the GeoIP library and thus failing.

    Thread Starter Mark Cutting

    (@mcutting)

    Turns out that another plugin was causing this issue. Had blocked the IP calling cron, so issue solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Odd error when calling WP-CRON’ is closed to new replies.