It seems like something is not right from bluehost server regarding this cronjob process.
I realised a few issue :
[gist type="php"]
/bin/wget -O /dev/null "
http://authorsguildoftn.org/index.php?option=com_easyblog&task=cron"
[/gist]
1. when you set above cron command, it will return you this error :
/bin/sh: /bin/wget: No such file or directory
Because that wget path is not correct.
2. when i temporary set cronmail to use my email address and set your cron time interval process every 1 minute, then i only receive 5 email response from this bluehost server, so this is your server return this error :
/bin/sh: /bin/wget: No such file or directory
You can check my attached screenshot below.
Somehow it stopped process the cron for every 1 minute, because i no longer receive any email from your server for this cronjob process.
After that I modified your cron command to use following command :
[gist type="php"]
/usr/bin/wget -O /dev/null "
http://authorsguildoftn.org/index.php?option=com_easyblog&task=cron"
[/gist]
Currently I am not sure whether this wget path is it setup correctly, because most of the hosting wget path also using this
/usr/bin/wget, since now I was unable to receive any response from your server when it process the cronjob, perhaps you can try check this this mailbox
info@authorsguildoftn.org and see is it every 5 minute, your server will send you the cronjob progress?
If don't have, can you consult with this bluehost support and see why the cronjob process suddenly stopped process.
Keep us update when you hosting response you.