Source: Ivince Blog

Ivince Blog Magento Cron Fix

If your Magento cron isn't working then try this quick fix. Open cron.php in your root & find this code: $disabledFuncs = explode(',', ini_get('disable_functions')); $isShellDisabled = is_array($disabledFuncs) ? in_array('shell_exec', $disabledFuncs) : true; $isShellDisabled = (stripos(PHP_OS, 'win') === false) ? $isShellDisabled : true; Add this line to the bottom: $isShellDisabled = true; To make: $disabledFuncs = [...]

Read full article »
Est. Annual Revenue
$100K-5.0M
Est. Employees
1-25
CEO Avatar

CEO

Update CEO

CEO Approval Rating

- -/100



Ivince is headquartered in Surrey, England. Ivince has a revenue of $566.9K, and 5 employees. Ivince has 1 followers on Owler.