Okay I was looking at my emails from cron job and I get this:
/bin/sh: access-logs: command not found
Could not open input file: cron.php
I put in the cron code I was given at installation but it does not work. I tried this one also:
* * * * * /usr/bin/php -c /home/xxxxxx/public_html/php.ini -q /home/xxxxxx/public_html/periodic/cron.php
Now what? Never had issues with crons before, but for the life of me this one wont work.
I looked in my header.php file and changed
* * * * * /usr/local/bin/php -c /home/xxxxxx/public_html/php.ini -q /home/xxxxxx/public_html/periodic/cron.php
As that is the location in my /inc/header.php file. And still get
/bin/sh: access-logs: command not found
Could not open input file: cron.php