By Emmanuel Grenier on Monday, 28 January 2019
Posted in General
Replies 1
Likes 0
Views 500
Votes 0
Hello
I have an issue with CRON jobs to enable mail publishing.
(Gmail validation is successful)
I updated the CRON.php file with the domain.
My cpanel allows me php commands.
I tried the following without any luck:

/bin/wget -O /dev/null "https://mysite.net/index.php?option=com_easyblog&task=cron";
Exec(wget -O /dev/null 'https://mysite.net/index.php?option=com_easyblog&task=cron');

I have opened an incident with them to figure the wget path but would you have encountered the issue before?
I'm not a php expert and it looks like wget is not a php command.
Php is complaining not just about path but also characters as only these seem to be accepted: -_./

Please advise if you can!
Hey there,

Can you have a try on the following cron command and see how it goes:
[gist type="php"]
/usr/bin/wget -O /dev/null "http://egstar.net/index.php?option=com_easyblog&task=cron";
[/gist]

Make sure your site domain name in the cron command is correct.

If you still getting an error, can you try to consult with your web hosting on what is the correct wget path for your cron command?

At the same time, can you provide us with your site's access, FTP's access and cpanel access so that we can have a better for it?

Thanks for your understanding.
·
Monday, 28 January 2019 17:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post