By sky on Saturday, 28 December 2013
Posted in General Issues
Replies 11
Likes 0
Views 867
Votes 0
I found that from the Email Activities screen, all emails not pendding and not sent out. I already setup cron job in my CentOS 6 via Cpanel using command below where mysite.com is just example here:
curl --user-agent -O "http://mysite.com/index.php?option=com_easydiscuss&task=cron"; >/dev/null

I run the command manually from linux too, but emails still not sent out"
http://screencast.com/t/tlIYs2gGjiK
Hello,

I am really sorry for the delay of this reply as it is a weekend for us here. Are the e-mails still marked as pending in the email activities screen? If they are still marked as pending, this means that the cron isn't working.
·
Saturday, 28 December 2013 14:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, still marked as pending. why the cron not working? I even run it manually. Please tell me what to check.
sky
·
Monday, 30 December 2013 14:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sky,

Could your provide us with your FTP, cpanel and Backend access so we could better check on your issue. You could run the cronjob task manually on your browser by running http://yoursite.com/index.php?option=com_easydiscuss&task=cron

Take a look if the pending email was sent after that.

Thanks:)
·
Monday, 30 December 2013 15:36
·
0 Likes
·
0 Votes
·
0 Comments
·
I run it from web browser, and got the "Email batch process finished." message. I checked only 5 emails sent out and the rest 20 still pending even I run it again and again.
sky
·
Monday, 30 December 2013 22:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sky,

I can't really tell why the rest of the e-mails aren't dispatching but is it possible for you to provide us with the back end and FTP access to check on this?
·
Tuesday, 31 December 2013 01:23
·
0 Likes
·
0 Votes
·
0 Comments
·
http://www.macaucentral.com/dev/administrator/?xxx
xxx / xxx


FTP
FTP username: xxx
FTP server: xxx
FTP & explicit FTPS port: xx
xxx
sky
·
Tuesday, 31 December 2013 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
I run it from web browser, and got the "Email batch process finished." message. I checked only 5 emails sent out and the rest 20 still pending even I run it again and again.

In Backend > Easyblog > Settings > Notification , you had set sent 5 email per process. Close "Send emails on page load" to use cronjob.
Screenshot --> http://screencast.com/t/HEy1k47l68Pb

Your mail pool is empty, please advice?
Screenshot --> http://screencast.com/t/654d98fJU

Thanks:)
·
Tuesday, 31 December 2013 11:33
·
0 Likes
·
0 Votes
·
0 Comments
·
I am having email issue for easy discuss, not easy blog.
sky
·
Tuesday, 14 January 2014 18:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sky,

Sorry for the confusion earlier, I was going backand forth between forums and was mistaken. I had run the cron task in your browser and it is working properly although it has a delay of 5 minutes before it will process the next task.. This indicates that the cron set up on your cpanel is not working. Please provide me with your cpanel access so I could look at your settings, please advice? You had also set 5 email to be send for each cron task in Backend > EasyDiscuss > Settings > General > Maintenance > Max mail number. I had increase them to 10 email per task.

Thanks:)
·
Wednesday, 15 January 2014 01:46
·
0 Likes
·
0 Votes
·
0 Comments
·
yes, this is cron issue. when run from browser, it works: http://www.macaucentral.com/index.php?option=com_easydiscuss&task=cron

I am running CentOS6 with cpanel, and I have set below cron:
*/5 * * * * curl --user-agent -O "http://macaucentral.com/index.php?option=com_easydiscuss&task=cron"; >/dev/null

any issue with cron setup?
sky
·
Wednesday, 15 January 2014 10:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sky,

The command is below, also included a link on how to set up cronjobs on cpanel.

/bin/wget -O /dev/null "http://macaucentral.com/index.php?option=com_easyblog&task=cron";


Link --> http://stackideas.com/docs/easyblog/how-tos/setting-up-cronjobs-in-cpanel

Hope that helps:)
·
Wednesday, 15 January 2014 11:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post