Crons don't run.

Seregwethrin

Verified User
Joined
Jun 23, 2007
Messages
20
Location
Turkey - İzmir
Hello;

cron.php increase crons.txt's numbers. I've code this for testing. But i can't run cron.php with cronjobs.



I've tried all of these, but noone runs.

I want to run this for every minute. Of course for testing and i want to see cronjobs while running on the server so that i'll be sure there's no error with cron jobs. I want to run my real script for everyday once.

How can i do this? Can anyone help me?

Thanks.
 
Seems I'm having the same problem on my VPS too...

php -q commands doesn't seem to be working as they should be...and yes, I have php cli installed and working.
 
Thank goodness I'm not the only one. One of my site feeds is scheduled to run nightly but it doesn't work. Did a search and ended up here. It's also a php file.

Read on dutch site that you have to use "/usr/local/bin/php - q -" before the absolute path to the php file. I will give it a shot and see what happens.
 
Last edited:
Back
Top