cPanel + CageFS and CloudLinux's PHP switcher may cause problems with Magento CRON. Until this is fixed, you can get the cron working by tweaking the cron.sh file:
PHP_BIN=`which php`
to
PHP_BIN="/usr/local/bin/php"
in your cron.sh file on line 14.
.
- 1 Users Found This Useful
Related Articles
Magento Security Tips
E-commerce Site VulnerabilitiesMost e-commerce platforms and payment gateways possess the same...
Transactional emails variables
We do receive from time to time the request of "what are the accepted variables in the...
How to add and edit search terms in Magento
Magento has a search function that customers can use to look for products on the frontend of your...
How to add a custom link to the top navigation in Magento
By default, Magento's top navigation contains links to your product categories. But what if you...
How to add and edit tags in Magento
Tags are displayed on the frontend of your Magento store on details/view pages of products, if...
Powered by WHMCompleteSolution