By Jarook on Thursday, 25 May 2017
Posted in General
Likes 0
Views 436
Votes 0
I have installed Joomla using Plesk Onyx's Application Section in Cloud Environment. Actually I am not that much aware of cloud.. Later onward I learnt a bit. After that installed it..

My Issues are:
01.While Easy Social account creating the account The "Email" is not sending to users. Not only this The all the Email Alerts from Easy social is not working.

02.Likewise Easyblog also have the same email issue.
03.Normal Joomla Account creation Email also not working.

Tell me how to do cronjob configuration using Plesk Onyx step by step.
Hi Jarook,

Firstly, you need to setting Joomla mail correctly (system>global configuration>server>mail settings) and try 'send test mail' either it is working correctly or not. Regarding this, you need to consult with your web hosting provider.
For configure cron job for Easblog and EasySocial basically is the same where you can refer on the documentation here:
https://stackideas.com/docs/easyblog/administrators/cronjobs/plesk-setup

Hope this helps
·
Thursday, 25 May 2017 19:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Muhammed
·
Thursday, 25 May 2017 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Jarook
·
Thursday, 25 May 2017 23:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Also kindle send me the CronJob help link for Easysocial in plesk
·
Thursday, 25 May 2017 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jarook,

We don't have a specific documentation for Plesk as we don't have access to hosting company that uses Plesk but it will work almost identical with Cpanel. You may find it at https://stackideas.com/docs/easysocial/administrators/cronjobs

If you want, perhaps if you could provide us with the access to your Plesk CP and we'll set it up for you and also capture the screenshots so that we can include it in our documentation?
·
Friday, 26 May 2017 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for quick reply:

Easysocial Command line also will be same like Easy blog?
And How cronjob do I have to create for a component?
·
Friday, 26 May 2017 00:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jarook,

It is identical but not exactly the same Take a look at the url in the cronjob.
·
Friday, 26 May 2017 00:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok. thanks. Really ur Quick replies are helpful for me.For easysocial component How many cronjob do I have add?
Sorry for asking many question.
·
Friday, 26 May 2017 01:13
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Jarook You need to setup for EasyDiscuss and Komento too because all of these e-mail takes time to deliver and the best way around this is to run it using cronjob.

Here are the links to the documentation,

https://stackideas.com/docs/komento/administrators/cronjobs
https://stackideas.com/docs/easydiscuss/administrators/cronjobs
·
Friday, 26 May 2017 01:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks:
Is the following Command correct for EasySocail?(My guessing)

php -q /var/www/vhosts/http://www.mysite.com/components/com_easysocial/cron.php
·
Friday, 26 May 2017 01:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jarook,

If you want to use php cli to execute the php file,

php -q /var/www/vhosts/path/to/components/com_easysocial/cron.php

Then, you'll need to edit the file
·
Friday, 26 May 2017 01:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks..Pls send me example correctly..I am just confused with above one u sent (path/to)
·
Friday, 26 May 2017 01:51
·
0 Likes
·
0 Votes
·
0 Comments
·
As my colleague mention above is actually the root path to access the cron.php.
Where the web protocol (http://www) is not suppose have in the file path
For example on my path here https://www.screencast.com/t/aUbn0pah is actually using:
php -q /var/www/vhosts/default.com/components/com_easysocial/cron.php

Perhaps, you can consult with your webhosting provider, the exact path to access the cron.php file
·
Friday, 26 May 2017 13:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Muhammad
·
Friday, 26 May 2017 14:48
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Jarook

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Friday, 26 May 2017 17:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post