Hi there
I have recently installed Jlex Comment and have everything working OK, except for email notifications.
I have tried setting the Sending Method to Immediate and CronJob, but neither will work.
I would like to get CronJob working, so need some help.
In the CronJob Command field for my website, it has the following string:
wget -O - -q -t 1 'https://www.moviestudiozen.com/index.php?option=com_jlexcomment&task=subscribe.mail' >/dev/null 2>&1
In my server Control Panel I am using PHP 7.0
The webhost has listed the pathway for PHP 7.0 = /hsphere/shared/php70/bin/php-cli
I would like to run this every 5 minutes, so in the time and date fields, I have chosen the following:
Minute = */5 Hour=* Day of Month=* Month=* Day of Week=*
I have assumed that I have to combine BOTH paths to create the command, so this is the full Command I have added on the server:
/hsphere/shared/php70/bin/php-cli wget -O - -q -t 1 'https://www.moviestudiozen.com/index.php?option=com_jlexcomment&task=subscribe.mail' >/dev/null 2>&1
Is what I have entered look correct or have I done something wrong ?
Regards
Derek Moran
I have recently installed Jlex Comment and have everything working OK, except for email notifications.
I have tried setting the Sending Method to Immediate and CronJob, but neither will work.
I would like to get CronJob working, so need some help.
In the CronJob Command field for my website, it has the following string:
wget -O - -q -t 1 'https://www.moviestudiozen.com/index.php?option=com_jlexcomment&task=subscribe.mail' >/dev/null 2>&1
In my server Control Panel I am using PHP 7.0
The webhost has listed the pathway for PHP 7.0 = /hsphere/shared/php70/bin/php-cli
I would like to run this every 5 minutes, so in the time and date fields, I have chosen the following:
Minute = */5 Hour=* Day of Month=* Month=* Day of Week=*
I have assumed that I have to combine BOTH paths to create the command, so this is the full Command I have added on the server:
/hsphere/shared/php70/bin/php-cli wget -O - -q -t 1 'https://www.moviestudiozen.com/index.php?option=com_jlexcomment&task=subscribe.mail' >/dev/null 2>&1
Is what I have entered look correct or have I done something wrong ?
Regards
Derek Moran