jmstacey said:Do you have root access to this server (are you the owner)
Do any cronjobs work? Try just a simple one like touch /home/username/cron_status
and if that files is created then you know it's working and it's a problem with your command or the script your trying to execute.
What is the cronjob you are trying to run?
/usr/local/bin/php -q -f /home/username/domains/domain.com/public_html/aa.php
jmstacey said:You might need to specify the full path to the php binary.
A "whereis php" or "which php" command can give you this information, but it's usually /usr/local/bin/php
So it might look something like this:
Code:/usr/local/bin/php -q -f /home/username/domains/domain.com/public_html/aa.php