Posts

Showing posts from January 15, 2019

The purpose of the http verbs interfaces

Image
0 In Magento 2.3 there are some interfaces for all the http verbs MagentoFrameworkAppActionHttpPostActionInterface MagentoFrameworkAppActionHttpGetActionInterface , ... All of them are empty and implement MagentoFrameworkAppActionInterface . I also found that all of them are mapped in app/etc/di.xml to a parameter of MagentoFrameworkAppRequestHttpMethodMap and a lot of the controllers implement these interfaces. But not all controllers. That's all I could find about them. What's their purpose? controllers magento2.3 di share asked 8 mins ago Marius ♦ Marius 164k 28 312 662

Landa sekcio de TEJO

Image
Landa sekcio de TEJO estas junulara Esperanto-organizo, kiu membras en TEJO kaj reprezentas ĝin en koncerna lando aŭ teritorio. TEJO havas 46 landajn sekciojn. Oni povas trovi la liston de la landaj sekcioj en la TEJO-Vikio. Landoj en kiuj TEJO havas landan sekcion (stato de 2010) Eksteraj ligiloj | Listo de landaj sekcioj de TEJO Ĉi tiu artikolo ankoraŭ estas ĝermo pri esperanto. Helpu al Vikipedio plilongigi ĝin . Se jam ekzistas alilingva samtema artikolo pli disvolvita, traduku kaj aldonu el ĝi (menciante la fonton). This page is only for reference, If you need detailed information, please check here

Magento 2 reindex returns No such entity

Image
13 1 I have successfully migrated the catalog from Magento 1.9.2.3 to Magento 2.0.2. After the migration, I did reindex using the command php bin/magento indexer:reindex . All is reindexed successfully, except indexes catalog_category_product and catalog_product_category , returning No such entity. in shell and notification Reindex Required in admin. I've checked var/log/ but no errors. As a result, products are added to categories in the backend but categories show up empty on the frontend. What might cause this problem? How can I debug? magento2 reindex magento-2.0 migration share | improve this question edited Aug 7 '18 at 0:40