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
Numeric value out of range: 1690 BIGINT UNSIGNED
Description Recently when making some cleanup on a Magento based store that was having over 550K...
How to Show or hide out of stock products in Magento
The process is fairly straight forwardShow out of stock products in Magento Login to the...
There has been an error processing your request
Symptoms The following error message is shown instead of your usual Magento page: There has...
Magento Best Practices
Magento can be very tricky. And sometimes, it is getting quite confusing on how to properly...
How to add and edit product ratings and reviews in Magento
In Magento each product can be rated and reviewed. Customers (both guests and registered ones)...