• I too am having problems configuring my cron job. Can’t get it right following this format:

    cd /your/path/to/website; php -q wp-cron.php

    The path I have is:

    /usr/local/bin/php /home/domainin/public_html/

    making the code:

    cd /usr/local/bin/php /home/domainin/public_html/; php -q wp-cron.php >/dev/null 2>&1

    but it’s still not working.

    Any thoughts on how to fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor reSmush.it

    (@resmushit)

    Hi @whisperwow

    I think your command line is incorrect. At first sight, it should be

    cd /home/domainin/public_html/;/usr/local/bin/php -q wp-cron.php >/dev/null 2>&1

    Let us know if it’s fixed right now.

    Cheers,
    Charles

Viewing 1 replies (of 1 total)
  • The topic ‘CronJobs Settings Format’ is closed to new replies.