Solve Catalog Rule Product Status REINDEX REQUIRED in Magento

admin-panelcatalog-rulesmagento2.1.5

How to solve Catalog Rule Product Status: REINDEX REQUIRED
Hi,
I have a problem in admin, One or more indexers are invalid. Make sure your Magento cron job is running.
I am using cpanel in host. How can i solve this problem?

Thank you for your help!
Angelo
enter image description here
enter image description here

Best Answer

You may go to phpmyadmin and in your database check table cron_schedule and see if there is an entry for your reindexing cron job.
If you want to do it manually then connect your ssh to your server. If ssh is enabled then use this command

ssh username@host

enter your password and then run this command in terminal

php bin/Magento indexer:reindex

this will reindex your indices

Related Topic