Bonjour,
J'ai récemment fait une migration d'un multi store de magento 1.9.4 vers une 2.3.2.
En configurant la deuxième boutique, j'ai remarqué que mes blocs affichant mes produits n'apparaissaient pas.
En regardant mes logs, je vois ceci :
```
[2019-07-16 13:02:12] main.CRITICAL: Warning: Invalid argument supplied for foreach() in /var/www/vhosts/......../httpdocs/shop/app/code/Mageplaza/Search/Helper/Data.php on line 345 [] []
[2019-07-16 13:02:12] main.CRITICAL: No linked stock found [] []
[2019-07-16 13:02:12] main.CRITICAL: Sorry, something went wrong. You can find out more in the error log. [] []
[2019-07-16 13:02:12] main.CRITICAL: No linked stock found {"exception":"[object] (Magento\\Framework\\Exception\\NoSuchEntityException(code: 0): No linked stock found at /var/www/vhosts/......../httpdocs/shop/vendor/magento/module-inventory-sales/Model/GetStockBySalesChannel.php:55)"} []
```
Cote back office, je vois bien mes produits qui sont bien attache a la bonne boutique.
Quelqu'un aurait une idée pour corriger ce problème ?
Merci d'avance
Anthony
I have seen the error log you have posted and it seems like there is some confliction happen with the Mageplaza / Search extension which is already installed and configured in your system.
So i would suggest you to disable that extension and then run the necessary commands and then check. it might works
Hope it helps !