Can someone point me to information on how to set up cron jobs to process videos.
I uploaded one as a test and it sits there processing but nothing more.
Thanks.
Can someone point me to information on how to set up cron jobs to process videos. I uploaded one as a test and it sits there processing but nothing more. Thanks. |
I have the same issue for RC3, the cron job email showed /my_site/Dolphin/inc/profiles.inc.php not found as following. I'm sure the file profiles.inc.php is there with permission 644.
<br /> |
Your Cron Job should be setup something like this: From cPanel >Cron Jobs> Advanced (Unix Style) * * * * * /usr/local/bin/php -q /home/sitedirectory/public_html/periodic/cron.php Of course 'sitedirectory' will need to be changed to your actual path. Its possible that you may not need 'local' in /usr/local/bin/php, depending on your host. If you need to know your exact directory location, you can find it in the inc/header.inc.php file by: $dir['root'] Hope this helps. Chris Nothing to see here |
already answered!! There are none so blind as those that will not see. |