PDA

View Full Version : directadmin cron jobs?



JohnN
October 29th, 2008, 11:26
Can't get directadmin cron jobs working:s

heres the command

/usr/local/bin/php -q /home/user/domains/verse.me/public_html/cron_10minutes.php

*/10 * * * * (every ten minutes)

for some reason it jsut won't work? the file exists

thanks

Dynash
October 29th, 2008, 12:00
Are the permissions set properly? Also replace the -q with -f, see if that works.