Hello,
I have followed all documentation regarding cron jobs, but cannot get any of them to work. This is particularly frustrating when trying to import subscribers.
To clarify, I have tried:
*/1 * * * * php /var/www/vhosts/mydata/myurl/import-csv.php > /dev/null 2>&1
*/1 * * * * wget -O - -q -t 1 http://myurl/import-csv.php
still neither work. Any suggestions? It is kind of vital to me that the cron jobs work, but so far I am struggling and my dedicated server managers also cannot understand why this is not working...
Many thanks,
b