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
Reindexing
In some situation when you want to re-index Magento catalog you will get an error message or...
There has been an error processing your request
Symptoms The following error message is shown instead of your usual Magento page: There has...
How to add and edit polls in Magento
Adding and editing polls in Magento is easy. You can do that from the admin panel. Go to...
How to add a Contact Us form to a page in Magento
Magento has a default Contact Us page usually located in the footer of the store. This page...
SCRIPT_NAME & SCRIPT_FILENAME errors with cron
CRON ErrorsYou may encounter those errors in your log while inspecting those:[23-Oct-2016...
Powered by WHMCompleteSolution