I not been able to set my cron job to cron.php on my Trident install yet. I have Ubuntu 14 and everything looks god on my server audit and requirements but no cronjob will work.
After install was done this is what i get to install for my Cron job
MAILTO=support@my_site.com
* * * * * /usr/bin/php -q /var/www/my_site.com/public_html/periodic/cron.php
That did not work so i tried this ones below to but with now success
* * * * * /usr/local/bin/php -q /var/www/my_site.com/public_html/periodic/cron.php
* * * * * /usr/bin/php -q /var/www/my_site.com/public_html/periodic/cron.php
* * * * * /usr/local/bin/php4 -q /var/www/my_site.com/public_html/periodic/cron.php
* * * * * /usr/local/bin/php5 -q /var/www/my_site.com/public_html/periodic/cron.php
So what am i missing here? I also tried to set on localhost the same script but no success.
I have check my header.inc.php for right address and it looks like this var/www/my_site.com/public_html
What can i do?