| View previous topic :: View next topic |
| Author |
Message |
pvakr
Joined: 14 Dec 2009 Posts: 42
|
Posted: May 17, 2011 1:05 pm Post subject: cronjob is not working at all |
|
|
Hello, I tried to setup the cron as in installation manual and as suggested by the users of this forum.But is not working.
I opened it using
crontab -e
And added the code that is given in installation manual.But there is no use.
What are the other options?
Thanks. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1281
|
Posted: May 18, 2011 10:40 am Post subject: |
|
|
| It's not working because you didnt changed path to your cgi-bin folder. |
|
| Back to top |
|
 |
pvakr
Joined: 14 Dec 2009 Posts: 42
|
Posted: May 20, 2011 7:55 am Post subject: |
|
|
I added this to crontab.
0 * * * * cd /home/myfolder/www/cgi-bin;./cron.pl >/dev/null 2>&1
Will this be ok?
Thanks. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1281
|
Posted: May 20, 2011 12:26 pm Post subject: |
|
|
| Yes. It will start every hour. Just make sure that cron.pl have 755 permissions. |
|
| Back to top |
|
 |
|