I m a beginner for Magento.
I have some doubts about Magento Mode settings.
1) When I switch my application mode from default to Production or developer or wise vers. Do we face any functional error on the magento?
I did facing "One or more indexing is disabled . Make sure the Magento cron job is running."
I did run acomment
php bin/magento indexer:reindex
php bin/magento cron:run
But still showing error.
current Magento env in Developer mode.
Please help me to resolve this error.
Hi @vipinsimpl4aed,
For errors when running reindex, you can refer to this article to be able to fix the problem.
Hope this can help you! Let me know if you need further assistance.
__________
If issue solved, Click Kudos & Accept as Solution.
I did fount an error "Class Magento\Indexer\Model\Processor\Interceptor does not exist" on the cron_schedule table. So all new corn tasks showing pending.
Then I truncate the table "cron_schedule" and "bin/magento cron:run"
After the corn job errors are disappeared. Now it is working normally