• Resolved krissuh

    (@krissuh)


    HI.. I need help..
    I have installed the cronjob scheduler and added the first part in “define(‘DISABLE_WP_CRON’, true);”,
    which seems to work.

    But am stuck there.

    It says that I need to setup a cron job to run every minute with the following string
    * * * * * wget -qO- “https://www.trustlinkcorp.com/bodylinetherapies/wp-cron.php?doing_wp_cron” &>/dev/null

    Where and How do I do this..

    I clicked on Create Cronjob, but nothing happens.

    Where do I enter this information, and how do i create cron jobs in this plugin..
    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • I am facing same problem. cron hooks washout after some interval of time. please give us some suitable solution for this problem.
    Regards,

    Plugin Author chrispage1

    (@chrispage1)

    Hi,

    Sorry for the delay in reply. Cronjob scheduler provides improved functionality to manage WordPress scheduled events.

    Once an event and schedule has been created, the plugin has no bearing over how the schedules operate. If the schedule gets removed by WordPress one way or another then this is WordPress doing this and it can happen for a number of reasons – theme misconfiguration, plugins misconfiguration, invalid response form scheduled action etc..

    Sorry I couldn’t help you more.

    Hi, I’m trying this plugin.

    1. I’ve installed the plugin
    2. I’ve disabled wp cron by adding define(‘DISABLE_WP_CRON’, true) into wp-config.php
    3. I’m about to add * * * * * wget -qO- “https://wplab.shedied.xyz/wp-cron.php?doing_wp_cron” &>/dev/null into crontab, but I’m not sure, should I add it as root using sudo or just add it as user or add it as apache by using sudo -u www-data ?

    Please, I need your advice, thank you.

    Plugin Author chrispage1

    (@chrispage1)

    Hi,

    You can just use any user that has permission to run wget which should be almost any user.

    Chris.

    Thank you, Chris.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cronjob scheduler setup’ is closed to new replies.