by Robin de Rooy.
I probably have solved the issue. My solution for everybody who comes across.
I needed to login at DirectAdmin (of the domain) and make some changes in 'cronjobs'.
I needed to login at DirectAdmin (of the domain) and make some changes in 'cronjobs'.
- Via DirectAdmin it was possible to use the 'Unix/Debian' command to start the cron
- /usr/bin/php /home/deb..../public_html/moodle/admin/cli/cron.php
- At first I got an e-mail every minute. After a small change, that stopped.
- Not adding '-silent', but '> /dev/null 2>&1'.