How to enable the system scheduler in v11
Posted
It's basically the same as version 10. You set up a Cron job to run every minute (although every 5 minutes will work too if you want to save on resources). Ideally you call PHP cli directly to run data/cron_bridge.php . But if that's not available, or your cli PHP version is older than your web PHP version, you can call data/cron_bridge.php as a web request (but be aware this could result in timeouts).
Posted
E.g. /path/to/php data/cron_bridge.php
Come control panels allow you to select a Cron as a PHP command. If that's the case and you chose PHP command/script, then you don't need to add PHP into the command.
Posted
Posted
2 guests and 0 members have recently viewed this.
