Possible solutions of your questions

  hosting
<< Previous       Cron

Question: Good evening. tell me how to add script run in Cron
Answer:

Hello.

in the FAQ section there is a description

Have a cron job add the command 
/usr/bin/php spacebar Polnymi > /dev/null 2>&1 
or 
/usr/bin/php5 gap Polnymi.php> /dev/null 2>&1 
, putting in the minute 0, hour 24, and in the remaining fields, leave the asterisk. 


or wget -O - -q-t 1 http://yourdomain.com/cron.php > /dev/null 2>&1 
key \"-O\" specifies the output to the console (instead of saving to a file), \"-q\" makes it quiet (no screen output), a \"-t 1\" specifies to make only one connection attempt. 

Question: Need to cron job add the command I`m Sorry, I face - where is it?
Question: Found where.But help first time to add:*/5 * * * * / usr/bin/php /path/to/opencart/system/cron/history.php >> /path/to/opencart/system/logs/cronjob_history.log 2>&1* */4 * * * /usr/bin/php /path/to/opencart/system/cron/icml.php >> /path/to/opencart/system/logs/cronjob_icml.log 2>&1
Answer:

http://www.ukrline.com.ua/faq.php

Have a cron job add the command 
/usr/bin/php spacebar Polnymi > /dev/null 2>&1 
or 
/usr/bin/php5 gap Polnymi.php> /dev/null 2>&1 
, putting in the minute 0, hour 24, and in the remaining fields, leave the asterisk. 


or wget -O - -q-t 1 http://yourdomain.com/cron.php > /dev/null 2>&1 
key \"-O\" specifies the output to the console (instead of saving to a file), \"-q\" makes it quiet (no screen output), a \"-t 1\" specifies to make only one connection attempt. 

Question: Please help to add...Here says that you want to add, I still do not understand this. Please...https://github.com/retailcrm/opencart-module/blob/master/README.EN.md
Answer:

You can add it yourself in spanel in the section Cron jobs.


<< Previous