cancel
Showing results for 
Search instead for 
Did you mean: 

One or more indexers are invalid. Make sure your Magento cron job is running.

One or more indexers are invalid. Make sure your Magento cron job is running.

How to solve this issue :-

One or more indexers are invalid. Make sure your Magento cron job is running. 

 

4 REPLIES 4

Re: One or more indexers are invalid. Make sure your Magento cron job is running.

You need to run indexer command,

 

Login with your SSH and go to magento root folder using Command line,

 

Now run command,

 

php bin/magento indexer:reindex

Let me know if you have still issue.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: One or more indexers are invalid. Make sure your Magento cron job is running.

Its notice/warning to reindex the database.

 

logged in to SSH terminal by given credentials and run below commands.

 

php bin/magento indexer:reindex

 

After reindexing you need to clear your cache so run below commands.

 

 

php bin/magento cache:clean

php bin/magento cache:flush

 

if issue solved,Click Kudos & Accept as Solution

Re: One or more indexers are invalid. Make sure your Magento cron job is running.

Thanks,

now admin section is working .

But in front end site is not working .  

please check this link  http://raceshop.ca/magento/customer/account/create/ 

Re: One or more indexers are invalid. Make sure your Magento cron job is running.

@kartik_sharma, I have checked your site and its working fine in frontend also.

 

Please, clear cache and Clear browser cache and cookie.

run command,

php bin/magento cache:flush
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial