By shoulders on Friday, 15 December 2017
Posted in Technical Issues
Replies 12
Likes 0
Views 1K
Votes 0
Hi,

Does komento and Easyblog need a cron job setting up?

can you please point me to the documentation for this?

Is there a notification about setting a cron up in easyblog and komento? I could not find one.

thanks
Hm I see, yes you are right we don't notify you that you need to setup a cronjob unless you access the e-mail activities area, http://take.ms/1ocre

We are currently working on a quick start guide which will address these concerns you have.
·
Saturday, 16 December 2017 00:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey shoulders,

Yep, and you should use a cronjob as it is much better. You may find the documentation links for cronjobs below:

https://stackideas.com/docs/easyblog/administrators/cronjobs

https://stackideas.com/docs/komento/administrators/cronjobs
·
Friday, 15 December 2017 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

this tells me how to set them up but not why.

1) What does it do? p.s. I understand what a cronjob is and how they work.....
2) Can you clarify where in Komento and easyblog the cron job message comes up.

Thansk

Jon
·
Saturday, 16 December 2017 00:04
·
0 Likes
·
0 Votes
·
0 Comments
·

1) What does it do? p.s. I understand what a cronjob is and how they work.....

In short, sending e-mails is a long process and it requires your server to communicate with the recipient's e-mail server. Sending one e-mail is perfectly fine but imagine sending it to 500 recipients because you have 500 subscribers.

Two main issues for not utilizing cronjobs:

1. The only way to dispatch e-mails is when someone accesses the component area (either EasyBlog or Komento). Imagine having 5000 pending e-mails and you do not have the sufficient traffic to these pages. Those e-mails would stuck in the queue.

2. Even if you have sufficient traffic, it would cause delays when anyone accesses these pages because your mail server would need to communicate to the recipient's mail server.


2) Can you clarify where in Komento and easyblog the cron job message comes up.

Not sure what do you mean here eh?
·
Saturday, 16 December 2017 00:10
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks for clarifying the cron is for sending out emails.

The only reason I know that komento and easyblog needs a cron is because I found this in an old text dodument.


/bin/wget -O /dev/null "https://example.com/index.php?option=com_komento&task=cron"


How would a new easyblog or komento user know they need to configure a cron?
·
Saturday, 16 December 2017 00:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, not sure what do you mean here but you can always check in your control panel to see if a cronjob has been created for EasyBlog or Komento
·
Saturday, 16 December 2017 00:17
·
0 Likes
·
0 Votes
·
0 Comments
·
let me clarify.


  1. I am an average joomla user, I have just set up joomla on my host
  2. I buy easyblog
  3. I go throught the easyblog control panel and configure everything


Where am I notified that i need to setup a cron job?

How would i know how to setup a cron job?
·
Saturday, 16 December 2017 00:22
·
0 Likes
·
0 Votes
·
0 Comments
·
brilliant

just one daft question where would I find that option to send emails on page load. I will add that to my mini instructions.
·
Saturday, 16 December 2017 00:32
·
0 Likes
·
0 Votes
·
0 Comments
·
We don't recommend enabling send e-mails on page load but if you really need to:

EasyBlog: http://take.ms/9jJzD

Komento: http://take.ms/r0KBw
·
Saturday, 16 December 2017 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
no worries. I needeed to know where the settings were. I will be setting up a cron.

thanks for the excellent support. I noticed the time.
·
Saturday, 16 December 2017 00:36
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Saturday, 16 December 2017 00:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post