Welcome Guest, Not a member yet? Register   Sign In
External Cron Job with CI
#1

[eluser]marcoslavorato[/eluser]
Hello friends. I have a job developed with CI and it's amazing. i have Cron Job that need to execute some page in my site. The problem is the Cron Job need the path with the file.php, and with my .htacess rule I eliminate that. How can I call some page and use all the process of MVC?

Thanks,
Marcos
#2

[eluser]Sam Dark[/eluser]
Use wget.
#3

[eluser]marcoslavorato[/eluser]
HI Sam. I tried with the wget, but he does't work.

My Cron:
Code:
wget -O /dev/null http://www.domain.com.br/gerador/

And the output:
Code:
--15:45:33--  http://www.domain.com.br/index.php/gerador/
          => `index.html'
Resolving www.domain.com.br... 64.13.232.208
Connecting to www.domain.com.br[64.13.232.208]:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
index.html: Permission denied

Cannot write to `index.html' (Permission denied).

Maybe it's the .htacess?
#4

[eluser]Sam Dark[/eluser]
wget have no rights to write to the directory you specified. The job itself was executed. Try -q.
#5

[eluser]drewbee[/eluser]
Checkout this thread for a cron bootstrapper.

http://ellislab.com/forums/viewthread/88635/

I will be implementing this when it comes time to setup my cronies Big Grin
#6

[eluser]marcoslavorato[/eluser]
Thanks Sam and drewbee. Now it's running fine.




Theme © iAndrew 2016 - Forum software by © MyBB