Requires: phpFox 4.4.0+

The following tutorial is a basic guide. All hosts have different set ups. It could be that the path doesn't work for your server configuration. In that case, please contact your host for the proper path.

Since version 4.4.0, Cron jobs system of phpFox is required the site admin have to set it up manually. Cron jobs of phpFox are used for some core features such as Groups converting, Groups notifications, Downgrade Expired Subscribers... So, it is necessary to set up Cron jobs system to make sure that the phpFox site can work well as design.  Below is some instructions to help the admin can set up the phpFox cron job system easily.

The first step to set up new cron jobs system is getting the path of cron file of your phpFox site. Log into AdminCP, go to Setting → Cron and copy the PATH. The PATH is something like that "<path_to_phpfox_root_dir>/cron.php".

Second, we need to configure Cron job on the server. There are several ways to configure Cron job, depend on your web server environment.

Via Web Hosting Control Panel

 cPanel


DirectAdmin

Set up with command line (Linux server)

$ > crontab -e
*/5 * * * * php <path_to_phpfox_root_dir>/cron.php > /dev/null 2>&1

Set up on Window Server

Create a schedule task to execute the command "php <path_to_phpfox_root_dir>/cron.php(<path_to_phpfox_root_dir>/cron.php is the PATH we received in first step)