i installed magento 2 on xampp server bt i can't reindex the magento2. i tried this:
sudo php var/www/html/magento
Otuput: Could not open input file: var/www/html/magento.
Please anybody explain me how to reindex?
Thanks.
-
>First you need to go magento installation folder using this command cd /var/www/html/magento >Now you are in your magento installation folder and now try with php bin/magento indexer:reindexChander Shekhar– Chander Shekhar2017年12月11日 09:47:08 +00:00Commented Dec 11, 2017 at 9:47
-
Now Try this command sudo php bin/magento indexer:reindexRavindrasinh Zala– Ravindrasinh Zala2017年12月11日 09:47:32 +00:00Commented Dec 11, 2017 at 9:47
1 Answer 1
Try these cmd :
cd /var/www/html/magento
sudo bin/magento indexer:reindex
answered Dec 11, 2017 at 9:43
Ashish Jagnani
6,3047 gold badges36 silver badges71 bronze badges
-
Thanx @ashish. its working.pooja– pooja2017年12月11日 09:47:05 +00:00Commented Dec 11, 2017 at 9:47
default