- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2018
11:44 PM
02-07-2018
11:44 PM
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.
Labels:
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2018
12:44 AM
02-08-2018
12:44 AM
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
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2018
02:01 AM
02-08-2018
02:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2018
02:47 AM
02-08-2018
02:47 AM
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/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2018
02:57 AM
02-08-2018
02:57 AM
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
Magento 2 Blogs/Tutorial