Video stuck pending

When I upload a video it stays stuck in pending. Anyone know why?

Quote · 14 Jun 2012

Is your cron job setup and working?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 14 Jun 2012

It works when I embed videos, it shows in the admin/modules/videos under pending but doesn't get out of that.

As far as my cron goes, I have to set up they are as follows:

php -q /home/pitodosa/public_html/path2pros/periodic/cron.php

cd/home/pitodosa/public_html/path2pros/periodic/usr/local/bin/php -q /cron.php

 

Are those right?

Quote · 15 Jun 2012

The easiest way to tell if the cron is working is if you are getting that email every night around midnight showing the database is cleaned. Are you getting that?

 

Are you using Cpanel? If you are this is the standard cron command:

/usr/bin/php -q /home/pitodosa/public_html/path2pros/periodic/cron.php

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 15 Jun 2012

I didnt have this one I had the following two:

 

cd/home/pitodosa/public_html/path2pros/periodic/usr/local/bin/php -q /cron.php

 

php -q /home/pitodosa/public_html/path2pros/periodic/cron.php

Quote · 16 Jun 2012

There is no need to have 2 for the same domain. I would suggest removing those and trying the one mscott advised:

 

/usr/bin/php -q /home/pitodosa/public_html/path2pros/periodic/cron.php


Nothing to see here
Quote · 16 Jun 2012

BTW, you can always find the path needed by editing the header.inc.php file and look for the following:

 

$PHPBIN

$dir['root']

So in turn, $PHPBIN + $dir['root'] = your cron statement

Nothing to see here
Quote · 16 Jun 2012
 
 
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.