- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019
09:21 AM
09-19-2019
09:21 AM
Index Management is empty, but status records are shown as "11 records".
I have magento 2.3 with a theme, currently in beta phase. i tried to check the indexes but it is showing empty.
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019
09:39 AM
09-19-2019
09:39 AM
Re: Index Management is empty, but status records are shown as "11 records".
Hi @krishgokul,
Make sure that you have correct permission for Magento folder.
Or
Try the following command to setup proper permission to magento directory.
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento
chmod -R 0777 var/ pub/ generated/
Flush the cache and check.
Make sure that you have correct permission for Magento folder.
Or
Try the following command to setup proper permission to magento directory.
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento
chmod -R 0777 var/ pub/ generated/
Flush the cache and check.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019
11:29 AM
09-19-2019
11:29 AM
Re: Index Management is empty, but status records are shown as "11 records".
Hi, all permissions are set right. Didn't workout!