Cron problems ad questions

Status
Not open for further replies.

GregyFun

New Member
Messages
35
Reaction score
0
Points
0
I'd like to use the cron module...

1) I've read that there's a limit, where can I find details about it... Is "once every 5 minutes" the lower limit? Or can I use "once every minute"

2) I'd like to call a php page... I've read that using "/usr/bin/wget -O - -q http://..." would do the job but the daemon mail gave me this : "/bin/sh: /usr/bin/wget: Permission denied"...
What is the solution? Do I need more rights (I'm already on PHP level 2), or should I use another command?

Thanks.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Use 'php-cron' to call your page. So php-cron /home/user/public_html/page.php
 
Status
Not open for further replies.
Top