Hi. How can we help?

Setting Up CronJob

14 Mar 2018 in: Tips and Tricks

Make sure to set up a cronjob on /cron/cron.php. Run it every day using (wGet) just before midnight.

Cron job will automatically remove expired memberships Stripe recurring, email notification etc… If you don’t know how to use CronJob, please contact your hosting company.

Use the command line script wget to run programs via http links. Here is an example of the wget script in action:

0 23 * * * wget "http://mysite.com/cron/cron.php" > /dev/null 2>&1