Home Forums Newsletter Plugin Support Curl command not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50334
    GarethS
    Participant

    Hi Stefano,

    The status says that the cron system isn’t running properly, so I’m following your advice about setting up a cron job/scheduled task. However, when I create this command:

    curl https://www.mywebsite.com/wp-cron.php >/dev/null 2>&1

    It doesn’t work. I’ve tried all sorts of variations. It just says ‘curl’ cannot be found.

    Should I use PHP instead? If I use php (‘/bin/user/php’), then what would need to follow the file address? What’s the equivalent of “>/dev/null 2>&1”?

    Thank you,

    Gareth.

    #54378
    Stefano
    Keymaster

    Hi, that means curl is not installed in your system. Ask the provider to install it, usually is required by PHP and WP as well.

    Stefano.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.