By Othniel Harris on Friday, 07 July 2017
Posted in Technical Issues
Replies 4
Likes 0
Views 485
Votes 0
Could you say why the E-mail Activity on my dashboard has so many Pending Delivery?
Hi Othniel,
Have you set up cronjobs on your server that sends the pending emails(documentation)?
If yes, can you provide us your cronjob access so we can check the configuration and investigate the issue?
·
Friday, 07 July 2017 11:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, we have. See details below:

/5 * * * /bin/wget -o /dev/null "https://televisionjamaica.com/index.php?option=com_easysocial&cron=1
·
Saturday, 08 July 2017 01:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Othniel,

I am not sure if this was a typo but the correct cron command should be

[gist]
*/5 * * * /bin/wget -o /dev/null "https://televisionjamaica.com/index.php?option=com_easysocial&cron=1
[/gist]

Notice that there is an asterisk in front of the /5 . Also, you need to check with your hosting provider if /bin/wget exists on the hosting environment as not all hosting providers has the same environment and some hosting companies do not allow the use of wget in the cronjob.
·
Saturday, 08 July 2017 11:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post