Author Topic: Cron Job not showing in the list,  (Read 25643 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Cron Job not showing in the list,
« on: March 01, 2015, 03:37:38 AM »
I am trying to create a cron job on a new account with, I keep getting the this message when I create the new cron.

Check Needed: Your Cron Job is saved, please check if it's listed bellow.

There is nothing in the list, Im brand new to this panel, just installed it on my vps due to another free panel being crap. any advice on what to do, or am I missing something,

I use the common cron jobs set to every minute, with the fallowing command,

cd /home/localcon/public_html/periodic; /usr/local/bin/php -q cron.php

Offline
*
Re: Cron Job not showing in the list,
« Reply #1 on: March 10, 2015, 11:19:10 PM »
is this a user cron and have you set the settings in front of it as stated in the cronTab ?

eg, for  every minute you would need to have

Code: [Select]
* * * * * cd /home/localcon/public_html/periodic; /usr/local/bin/php -q cron.php
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Cron Job not showing in the list,
« Reply #2 on: March 10, 2015, 11:20:21 PM »
is this a user cron and have you set the settings in front of it as stated in the cronTab ?

eg, for  every minute you would need to have

Code: [Select]
* * * * * /usr/local/bin/php -q /home/localcon/public_html/periodic/cron.php
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Cron Job not showing in the list,
« Reply #3 on: April 13, 2015, 12:53:27 PM »
tried and added cron to user account. but none of the cron is running. and i am also not able to delet any cron any way out ?

1   0,30 -- -- -- -- php /home/adsadmin/public_html/updater.php   
Delete
2   0 0 * * * php /home/adsadmin/public_html/maincron.php   
Delete
3   58 -- -- -- -- php /home/adsadmin/public_html/tag_cron.php   
Delete
4   */5 * * * * php /home/adsadmin/public_html/maincrontag.php   
Delete
5   */10 -- -- -- -- php /home/adsadmin/public_html/vastcheck.php   
Delete
6   * * * * * php /home/adsadmin/public_html/bjp/apicall.php   
Delete
7   * * * * * /home/adsadmin/public_html/bjp/apicall.php   
Delete
8   * * * * * /usr/local/bin/php -q home/adsadmin/public_html/bjp/apicall.php   
Delete
9   * * * * * /usr/local/bin/php -f /home/adsadmin/public_html/bjp/apicall.php

Offline
*
Re: Cron Job not showing in the list,
« Reply #4 on: May 04, 2015, 06:17:23 AM »
same here,
no cron job appear in the list, after adding it

is this a user cron and have you set the settings in front of it as stated in the cronTab ?

eg, for  every minute you would need to have

Code: [Select]
* * * * * /usr/local/bin/php -q /home/localcon/public_html/periodic/cron.php

already do that too

please fix  :)

Offline
*
Re: Cron Job not showing in the list,
« Reply #5 on: May 04, 2015, 12:51:43 PM »
same here,
no cron job appear in the list, after adding it


please fix  :)

You can see cron list in respectively account
please log in as localcon account to see cron job list.

or you can use this SSH command
Code: [Select]
# crontab -u localcon -e

Offline
*
Re: Cron Job not showing in the list,
« Reply #6 on: May 04, 2015, 01:50:19 PM »
same here,
no cron job appear in the list, after adding it


please fix  :)

You can see cron list in respectively account
please log in as localcon account to see cron job list.

or you can use this SSH command
Code: [Select]
# crontab -u localcon -e

finally its appear, just need to stretch  browser window  wide enough
i think it's css issue  :)

Offline
***
Re: Cron Job MISSING IN CWP ZOOM OUT [SOLVED]
« Reply #7 on: January 12, 2016, 12:06:31 AM »
HHAHAHAHA  STUPID ME.  HE IS RIGHT.  ZOOM OUT AND YOU CAN SEE THE JOB!!

Offline
**
Re: Cron Job not showing in the list,
« Reply #8 on: December 05, 2017, 06:07:59 AM »
Hello,
How can I check a cron command report through CWP please?
You may use our FREE SMTP Newsletter APP at https://www.emailbat.com

Offline
*
Re: Cron Job not showing in the list,
« Reply #9 on: February 16, 2018, 05:05:29 PM »
SIR, i check for CWP user port 2082 or 2083
i can't build cronjob, and my cronjob before update not found in CWP user but cronjob keep run..
problem is i can't build cronjob in CWP user new version -__-