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...
Migrating your CMS from one server to another one
From time to time, you may need to push your CMS from your staging env to your production...
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...
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