[ Video Sharing CMS v4 ] How to properly set-up Cron Jobs for video import

Started by PHPClient,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

PHPClientTopic starter

Hi there all!

I set-up my automated import tasks (for YouTube videos) via PHPVibe Admin Panel and when I run "domain.com/cron.php" the cron job works.

But the cron jobs are not being performed automatically, which means that my cronjobs via CPanel is not correctly set-up?

Please take a look at screenshot and advise.

** What is the correct COMMAND LINE to have cron jobs correctly work? Note: I am using all default PHPVibe settings and have not made any changes to cron file pathway.

Thanks!
  •  

Hersh

Your cron job is set to run everyday at midnight.

But it's not going to run as you have it right now. You should enter this in the command field:
/usr/bin/php -q /home/f******l/public_html/cron.php >/dev/null


If you want to receive email notification every time it runs, remove ">/dev/null" from the command.
  •  

PHPClientTopic starter

Thank you for that Hersh......at the stroke of midnight, we find out if it works.  8)
  •  

PHPClientTopic starter

Didn't work.  :eek:

Here's a screenshot of the settings for Cron job in my CPanel

Mario, please advise on a default pathway for cron job to work correctly. By the way, cron.php executed in browser works perfectly AND i have kept all default parameters for cronjob function. Nothing altered.

Thanks
  •  

Marius P.

The pathway depends on your server setup, could differ between setups, panels, OS.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)