By Céline ROBERT on Tuesday, 06 February 2018
Posted in General
Replies 10
Likes 0
Views 667
Votes 0
hello i configure cron job on siteground
my return seems good

--2018-02-06 08:45:01-- https://..../index.php?option=com_easysocial&cron=1
Resolving parrainage-emploi-occitanie.org (parrainage-emploi-occitanie.org)... 146.66.85.87
Connecting to parrainage-emploi-occitanie.org (parrainage-emploi-occitanie.org)|146.66.85.87|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/json]
Saving to: '/dev/null'

0K .. 325M=0s

2018-02-06 08:45:07 (325 MB/s) - '/dev/null' saved [2328]

but nothing was sended ... why ?
Hey,

Can you try to remove the > /dev/null and see the response of the cronjob?
·
Tuesday, 06 February 2018 23:33
·
0 Likes
·
0 Votes
·
0 Comments
·
wget -O "https://parrainage-emploi-occitanie.org/index.php?option=com_easysocial&cron=1";
return

wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
·
Wednesday, 07 February 2018 03:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Celine,

Can you try using the following command and see the response of the cronjob?

[gist]
wget "https://parrainage-emploi-occitanie.org/index.php?option=com_easysocial&cron=1";
[/gist]
·
Wednesday, 07 February 2018 09:13
·
0 Likes
·
0 Votes
·
0 Comments
·
the return
--2018-02-07 02:05:01-- https://parrainage-emploi-occitanie.org/index.php?option=com_easysocial&cron=1
Resolving parrainage-emploi-occitanie.org (parrainage-emploi-occitanie.org)... 146.66.85.87
Connecting to parrainage-emploi-occitanie.org (parrainage-emploi-occitanie.org)|146.66.85.87|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/json]
Saving to: 'index.php?option=com_easysocial&cron=1.2'

0K .. 241M=0s

2018-02-07 02:05:03 (241 MB/s) - 'index.php?option=com_easysocial&cron=1.2' saved [2328]
but same problem nothing was sended
·
Wednesday, 07 February 2018 16:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Please edit your post and provide us with the site, ftp and cpanel access and we'll help you to check on this.
·
Wednesday, 07 February 2018 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
done
·
Wednesday, 07 February 2018 16:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I have tried to access your backend and FTP but failed. Can you check the access?
·
Wednesday, 07 February 2018 17:12
·
0 Likes
·
0 Votes
·
0 Comments
·
update
·
Wednesday, 07 February 2018 17:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I have tested the issue by creating one testuser on your site with my email. Then with other user account, I posted a new stream item on testuser's timeline and email notification is successfully sent out after a while (means there is nothing wrong with your cron). By the way, I have temporary disabled this option: http://take.ms/0N4eJ so that it depends completely on cron to send out emails. And I did receive the email: http://take.ms/NCJZE
·
Wednesday, 07 February 2018 17:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post