You are viewing version #5 of a page entitled Cron Jobs. The page Owner is admin and the last changes were made by admin 14 months ago. There are 144 words in this revision and it has been viewed 501 times.
This page is Protected from any changes.

Click to hide

Cron Jobs

What Does the Cron Job Do?

The standard cron job controls all of the following:

  1. Sends out scheduled e-mails
  2. Expires user accounts
  3. Backup of key data and files
  4. Charges user subscriptions
Setting up the Cron Job

Set up the cron job as follows from your web site control panel:

* */2 * * * php /full/server/path/to/ppSD2/admin/cron/cron_overview.php

This will run the cron job every 2 hours.

If you are unsure how to set up a cron job, please contact your web hosting provider and request that the above cron job be created.

Infusionsoft Module Users

If you are using the Infusionsoft module and not using the “Pipe to Program” feature, you will need to set up the following cron job:

*/2 * * * * php /full/server/path/to/ppSD2/modules/infusion.php

Click Here for more information on the Infusionsoft module.

This page last modifed by admin @ 31 July 2009 09:57. Created on 23 May 2009 05:40 Protected Page