Hi,
Iam not able to create new cron jobs through the panel, as my script path and other things are correct when i tried to add it over SSH it was showing another error of vm below are the things I have done so please help me.
1. Cron jobs neeed to add
================ Start =========================
# Campaigns sender, runs each minute.
* * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php send-campaigns >/dev/null 2>&1
# Transactional email sender, runs once at 2 minutes.
*/2 * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php send-transactional-emails >/dev/null 2>&1
# Bounce handler, runs once at 10 minutes.
*/10 * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php bounce-handler >/dev/null 2>&1
# Feedback loop handler, runs once at 20 minutes.
*/20 * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php feedback-loop-handler >/dev/null 2>&1
# Delivery/Bounce processor, runs once at 3 minutes.
*/3 * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php process-delivery-and-bounce-log >/dev/null 2>&1
# Various tasks, runs each hour.
0 * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php hourly >/dev/null 2>&1
# Daily cleaner, runs once a day.
0 0 * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php daily >/dev/null 2>&1
================ END =========================
2. I used this command in putty crontab -e but when copy and pasting the above single line it was showing this error Sentora_4.png
3. As i tried to from the control panel Iam geting this error : Screenshot Sentora_1.png
4. When I looked my cron job list over putty i can see this : Screenshot Sentora_3.png
I don't know why it was not working as it was very important to run above cron , I have upgraded PHP Version to 5.6.36
on today before it was PHP Version 5.4.16 . I don't know it all was happening because of this I followed this tut for upgrade the php http://forums.sentora.org/showthread.php?tid=4131
So nay one please help me..
Iam not able to create new cron jobs through the panel, as my script path and other things are correct when i tried to add it over SSH it was showing another error of vm below are the things I have done so please help me.
1. Cron jobs neeed to add
================ Start =========================
# Campaigns sender, runs each minute.
* * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php send-campaigns >/dev/null 2>&1
# Transactional email sender, runs once at 2 minutes.
*/2 * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php send-transactional-emails >/dev/null 2>&1
# Bounce handler, runs once at 10 minutes.
*/10 * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php bounce-handler >/dev/null 2>&1
# Feedback loop handler, runs once at 20 minutes.
*/20 * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php feedback-loop-handler >/dev/null 2>&1
# Delivery/Bounce processor, runs once at 3 minutes.
*/3 * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php process-delivery-and-bounce-log >/dev/null 2>&1
# Various tasks, runs each hour.
0 * * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php hourly >/dev/null 2>&1
# Daily cleaner, runs once a day.
0 0 * * * /usr/bin/php -q /var/sentora/hostdata/zadmin/public_html/login_mydomain_in/apps/console/console.php daily >/dev/null 2>&1
================ END =========================
2. I used this command in putty crontab -e but when copy and pasting the above single line it was showing this error Sentora_4.png
3. As i tried to from the control panel Iam geting this error : Screenshot Sentora_1.png
4. When I looked my cron job list over putty i can see this : Screenshot Sentora_3.png
I don't know why it was not working as it was very important to run above cron , I have upgraded PHP Version to 5.6.36
on today before it was PHP Version 5.4.16 . I don't know it all was happening because of this I followed this tut for upgrade the php http://forums.sentora.org/showthread.php?tid=4131
So nay one please help me..