
Originally Posted by
DeepXP
Actually, I am also getting the exact same error,
"crontab -l -u username" does not retrieve anything as there are no cron jobs for that user.
I am trying to set following for the cron job (at interval of every 5 minute)
Code:
wget -O/dev/null http://example.com/cron/index.php
Any kind of inputs, suggestions appreciated..
I attempted to trigger the message using same command but I was unable to reproduce the issue.
Code:
# crontab -l -u $username | tail -n1
0 0 * * * wget -O/dev/null http://example.tld/cron/index.php
What is your full cPanel version and build number?