• Resolved Vidyut

    (@vidyut)


    Hi, the tab for cron in advanced configuration provides the code to add to the cronjob with a missing space. For example, it is showing:

    */10 * * * * wget -q -O/dev/null http://wide-aware.com/wp-admin/admin-ajax.php?action=knewsCron

    which doesn’t work. Adding a space before /dev/null is needed. Like so:
    */10 * * * * wget -q -O /dev/null http://wide-aware.com/wp-admin/admin-ajax.php?action=knewsCron

    At least that solved the problem for me.

    http://wordpress.org/plugins/knews/

Viewing 1 replies (of 1 total)
  • Plugin Author creverter

    (@creverter)

    Thank you. This is so confusing, because different webservers works with different param structure, I will do a search about this…

    Kind regards,
    Carles Reverter.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with cronjob – possible fix’ is closed to new replies.