When I upload a video it stays stuck in pending. Anyone know why?
When I upload a video it stays stuck in pending. Anyone know why? |
Is your cron job setup and working? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
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? |
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 |
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 |
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 |
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 |