Hello everyone,
does anyone knows why my sounds don't change from
pending processing, they've been there for five days without any change, please help.
Hello everyone, does anyone knows why my sounds don't change from pending processing, they've been there for five days without any change, please help. |
check your cron is working properly - you can run the cron manually by changing the .htaccess file in the periodic folder from .htaccess to htaccess.txt, then in your browser - type in yourdomain.com/periodic/cron.php. wait a minute and see if your sounds start processing. If they do process, then it is a cron issue. Make sure that you have the cron setup. If they do not process, then check that you have the most recent copy of ffmpeg.exe. You can get that from here (bottom right of page, below the Trial Download button, click the other downloads link.) caredesign.net |
Thank you, I'll give it a try. |
They did process, now I am checking out the cron jobs and everything looks good to me this the command that I have on, /usr/local/bin/php -q /home/sitedir/www/d70/periodic/cron.php. please let me know if this is the command I am suppose to have in there, thank you in advance. |
this is my cron - set to run every minute:
cd /home/cpanel_username/public_html/periodic; /usr/local/bin/php -q cron.php
Be sure to rename your htaccess.txt back to .htaccess in the periodic folder. caredesign.net |
it is not working for me, where I can find the right command?, thank you in advance |
what I posted is the recommended cron job that you get at the end of your installation. caredesign.net |
Thank you, it is working now you are the best! |