How do you install cron job if you did not choose it during initial install?
Tim
How do you install cron job if you did not choose it during initial install?
Tim |
When you ran the install, Dolphin presents you with a cron job (text) that you copy and paste into your cron job. Where you will do this depends on your server setup. What type of hosting do you have? What type of control panel do you have? Geeks, making the world a better place |
I think he meant he lost the cron job text :p Umar Haroon |
cd /home/username/public_html/periodic; /usr/local/bin/php -q cron.php is one way to write it. it's what i tend to use on cPanel servers. if no cpanel then crontab -e in terminal window https://dolphin-techs.com - Skype: Dolphin Techs |