cd "/home/XXXXXX/public_html"; php ./bin/phpbbcli.php cron:run >/dev/null
The mass email function of the BB works, but I can't get the digest to email by manual or cron procedures.
It is hosted on a cPanel, CENTOS 6.10, running PHP 7. PHPBB 3.2.5 with digest 3.2.11
I also saw this in the cron instructions:
I don't have a cron directory in the includes directory, but I do have .../ext/phpbbservices/digests/cron/... so am I missing something? Do I need to move this directory or is this out of date information?Install a task
Installing a task from a MOD is as easy as placing the files in includes/cron/task/<modname>. It will automatically be used.