Hello,I've just install the lastst version of osTicket.In order for the system to retrieve the tickets, I'm trying to do it via crontab. I did :edit /etc/crontabAdd the line : */5 * * * * root /usr/bin/php /volume1/web/osticket/upload/api/cron.phpRestart the daemon : /usr/syno/sbin/synoservicectl --restart crondBut
nothing. When I activate auto-cron, the e-mails are fetched (so no
problem with the e-mail configuration), but doesn't seem to work with
crontab.Did I miss something somewhere ? (need to edit cron.php or else ?)Thank you !!