1.

Explain how to enable cron in Magento?

Answer»

To enable and RUN cron in MAGENTO, follow the below mentioned steps. It varies ACCORDING to MAGNETO versions.

MAGENTO 1.X: Use the syntax

sh /path/to/your/magento/site/root/cron.sh

MAGENTO 2.X: Use the syntax

php /path/to/your/magento/site/root/bin/magento -- --quiet cron:run



Discussion

No Comment Found