File Process Cron don't work

I set up a site locally with d7rc on windows, and creat cron.bat in periodic dir same with cron.php:

 

        G:/server/php/php.exe -f G:/web/d7rc/periodic/cron.php

 

Then set up cron task

        schtasks /Create /tn hipals_cron /sc MINUTE /mo 5 /tr G:\web\d7rc\periodic\cron.bat

But It seems don't work. The temp video file "11" is still in video/files directory, together with "11.jpg", "11_small.jpg", there is no 11.flv.

 

I think ffmpeg.exe should now works fine, since image is grabed.

 

I also check the db table sys_cron_jobs to find there are 5 inital tasks, including bx_video with 5 in time column.

 

Even I run         G:/server/php/php.exe -f G:/web/d7rc/periodic/cron.php  in command window, its still no use.

 

I can't searched the forum , but didn't find solution. Anyone can give me some hints ?

Quote · 8 Dec 2009

More than likely you cron pat configuration is messed up. Try doing this instead:

This will test your cron job

Go into your /periodic folder and rename the .htaccess to something like .htaccess.old

The navigate to your cron job by going to http://localhost/d7rc/periodic/cron.php

That forces your cron job to run. See if that works then report back.

Chris

Nothing to see here
Quote · 8 Dec 2009

Sorry, It's my mistake.

 

I didn't set the cron task before, and changed php source code to make video module work. Then the status of file inserted into datatable is 'approved', not 'pending'. After changed back, it works.

 

Thanks.

Quote · 8 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.