Search found 2 matches
- Fri Feb 19, 2016 1:37 pm
- Forum: General Discussion
- Topic: How can I add this to cron jobs?
- Replies: 5
- Views: 4903
Re: How can I add this to cron jobs?
it doest work i can add it but doesnt runtjebbeke wrote:What doesn't work? Can't you add the cronjob? The cronjob hasn't running? Have checked the log files?alejandro wrote:why it doesnt works?
- Fri Feb 19, 2016 3:37 am
- Forum: General Discussion
- Topic: How can I add this to cron jobs?
- Replies: 5
- Views: 4903
How can I add this to cron jobs?
I need to add the following code to cron jobs php -q -d safe_mode=Off /home/****/web/***.com/public_html/iwp/cron.php >/dev/null 2>&1 it should be every 20 minutes i used * in every fields except on minutes tht i used */20 and for the command i tryed to use like this because is how the plugin gave m...