Videos not processing

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.

Quote · 13 Dec 2009

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.


Cron job email:

<br />
<b>Warning</b>:  require_once(/home1/fivwsplu/public_html/Dolphin/inc/profiles.inc.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>/home1/fivwsplu/public_html/Dolphin/periodic/cron.php</b> on line <b>25</b><br />
<br />
<b>Fatal error</b>:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home1/fivwsplu/public_html/Dolphin/inc/profiles.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home1/fivwsplu/public_html/Dolphin/plugins/phpids/') in <b>/home1/fivwsplu/public_html/Dolphin/periodic/cron.php</b> on line <b>25</b><br />

Quote · 13 Dec 2009

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
Quote · 13 Dec 2009

 already answered!!

There are none so blind as those that will not see.
Quote · 13 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.