Cron's are not running on my site, how do I trouble shoot

Status
Not open for further replies.

omegalea

New Member
Messages
3
Reaction score
0
Points
1
I set up a cron for my site and they don't appear to be running. I'm not receiving any emails from the Cron job setup or anything. Can someone help me fix this?
 

omegalea

New Member
Messages
3
Reaction score
0
Points
1
This is what I put in the command line in cPanel
/bin/bash -x -f/home/omegalea/public_html/executeCiviJobs.sh

This is the script:
CIVI_ROOT="/home/omegalea/public_html/wp-content/plugins/civicrm/civicrm"
PARAMS="-j -shttp://omegaleadershipacademy.x10host.com -u xxxxxx -p xxxxx -e Job -a execute"
nice -n19 php $CIVI_ROOT/bin/cli.php $PARAMS
 

omegalea

New Member
Messages
3
Reaction score
0
Points
1
Thanks for the info. Do I have any other recourse to run crons or do I have to upgrade?
 
Status
Not open for further replies.
Top