Tried the script given during installation,,, gave two errors,,
MAILTO=myemail@gmail.com
* * * * * cd /home/username/public_html/periodic; /usr/local/bin/php -q cron.php
Then tried these other method,,
MAILTO=myemail * * * * * /usr/local/bin/php -q /home/sitedir/public_html/periodic/cron.php
and
MAILTO=myemail * * * * * /usr/bin/php -q /home/sitedir/public_html/periodic/cron.php
then now getting just this error /bin/sh: access-logs: command not found
even put the path to my blank php.ini, like below but still didnt solve the issue
MAILTO=myemail * * * * * /usr/bin/php -c /home/sitedir/public_html/php.ini -q /home/sitedir/public_html/periodic/cron.php
Any thoughts on why isnt it still working... ?