This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
udropship:umarketplace:cron-setup [2016/01/15 07:37] wtsergo |
udropship:umarketplace:cron-setup [2017/05/19 19:08] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | === CRON SETUP === | ||
| + | magento base setup here:\\ | ||
| + | http:// | ||
| + | but you need to configure your cron to be run using this command | ||
| + | |||
| + | < | ||
| + | wget http://< | ||
| + | instead of | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | also modify // | ||
| + | |||
| + | < | ||
| + | $isShellDisabled = true; | ||
| + | </ | ||
| + | |||
| + | after | ||
| + | |||
| + | < | ||
| + | $disabledFuncs = explode(',', | ||
| + | $isShellDisabled = is_array($disabledFuncs) ? in_array(' | ||
| + | $isShellDisabled = (stripos(PHP_OS, | ||
| + | </ | ||
| + | |||
| + | it should be | ||
| + | |||
| + | < | ||
| + | $disabledFuncs = explode(',', | ||
| + | $isShellDisabled = is_array($disabledFuncs) ? in_array(' | ||
| + | $isShellDisabled = (stripos(PHP_OS, | ||
| + | $isShellDisabled = true; | ||
| + | </ | ||