• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How To setup cron job on webmin

Started by theprocss,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

theprocssTopic starter


I do not know if this is correct.
cron.php have permissions 555



And here i have this:




Obs: Links are out of date. This links :

  •  

PHPVibe A.

Usually the command is bin path and then php executable.
Not sure if webmin has different requirements for crons, never have tried it.


# crontab -e
00 * * * * /usr/local/bin/php /home/john/myscript.php

theprocssTopic starter

First we have to find the php exec
With this command: which php


We use comand
#crontab -e

And put the cron



I do not know if it's OK.
but should be
  •  

PHPVibe A.

Does it fire? If it fires and imports, it should be ok :)

theprocssTopic starter

  •  

Similar topics (7)