InterviewSolution
Saved Bookmarks
| 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 syntaxsh /path/to/your/magento/site/root/cron.sh MAGENTO 2.X: Use the syntaxphp /path/to/your/magento/site/root/bin/magento -- --quiet cron:run |
|