| View previous topic :: View next topic |
| Author |
Message |
Arthur
Joined: 04 Dec 2009 Posts: 74
|
Posted: Feb 03, 2011 12:12 am Post subject: Settings not functioning |
|
|
Both this functions set in the setting section are not working for me. How can I fix this?
Expire temp links "1" hours after creation (add cron.pl to cron jobs)
Cleanup IP2Files records older "30" days (0 to disable) |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: Feb 03, 2011 9:55 am Post subject: |
|
|
| Looks like you didnt added cron.pl into your crontab. |
|
| Back to top |
|
 |
Arthur
Joined: 04 Dec 2009 Posts: 74
|
Posted: Feb 03, 2011 10:49 pm Post subject: |
|
|
| how do I do that? |
|
| Back to top |
|
 |
ankurs
Joined: 10 Mar 2009 Posts: 605
|
Posted: Feb 04, 2011 5:17 am Post subject: |
|
|
| Arthur wrote: | | how do I do that? |
From INSTALL.txt
Add cron.pl script to your crontab to run it every hour.
Sample: 0 * * * * cd /var/www/cgi-bin;./cron.pl >/dev/null 2>&1 |
|
| Back to top |
|
 |
Arthur
Joined: 04 Dec 2009 Posts: 74
|
Posted: Feb 04, 2011 10:09 pm Post subject: |
|
|
| got it. works now thnx |
|
| Back to top |
|
 |
|