Magento - How to Solve One or More Indexers are Invalid by Command Line?
When i was starting to work on my magento project from scratch, i installed successfully but when i added two or three products but it was not displaying on homepage or category page. I though what will be issue. after search i found it was issue because i require to reindex of product. I again found how to reindex, i though it re-index from admin panel, but i couldn't find any option in admin panel.
At Last i found i can solve "one or more indexers are invalid solved" error from command line, i open my terminal and go on root directory. I run bellow command on my root directory.
Re-index Command
php bin/magento indexer:reindex
After fire above command all the product reindex and i get products on category detail page and also solve issue from admin panel.
I hope it can help you...
Hardik Savani
I'm a full-stack developer, entrepreneur and owner of ItSolutionstuff.com. I live in India and I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Laravel, Angular, Vue, Node, Javascript, JQuery, Codeigniter and Bootstrap from the early stage. I believe in Hardworking and Consistency.
We are Recommending you
- PHP Ajax Multiple Image Upload with Preview Example
- PHP Ajax Form Validation Example Tutorial
- Codeigniter Ajax Infinite Scroll Pagination Example
- PHP Ajax Dependent Dropdown List Example
- Codeigniter Ajax CRUD Tutorial Example
- PHP Bootstrap Autocomplete Tokenfield using Ajax Example
- Tags Input with Autocomplete using jQuery and PHP Example
- Multiple File Upload using Dropzone JS in PHP Example
- PHP Import Excel File into MySQL Database Tutorial
- PHP CRUD Operation Using Ajax and JQuery Example
- Convert HTML to PDF in PHP with Dompdf Example
- CRUD (Create Read Update Delete) Example in Laravel 5.2 from Scratch
- How to Get File Name without Extension in PHP?