Revisar fallo en Magento 2
Project detail
Hola,
Necesito ayuda con el problema de Magento 2.
Después de aplicar 2.4.3-p2 a 2.4.3-p3, tenemos un error. Al editar un producto (cualquiera de ellos) recibimos un error:
“The stock item was unable to be saved. Please try again.”
[2023-06-19 14:00:34] main.CRITICAL: The stock item was unable to be saved. Please try again. {“exception”:”[object] (Magento\Framework\Exception\CouldNotSaveException(code: 0): The stock item was unable to be saved. Please try again. at /home//public_html/vendor/magento/module-catalog-inventory/Model/Stock/StockItemRepository.php:196, ReflectionException(code: 0): Impossible to process constructor argument Parameter #0 [ Magento\Catalog\Model\ResourceModel\GetProductTypeById $getProductTypeById ] of Magento\ConfigurableProduct\Model\Plugin\UpdateStockChangedAuto class at /home//public_html/vendor/magento/framework/Code/Reader/ClassReader.php:51, ReflectionException(code: -1): Class Magento\Catalog\Model\ResourceModel\GetProductTypeById does not exist at /home//public_html/vendor/magento/framework/Code/Reader/ClassReader.php:71)”} []
Revisé muchas cosas.
– Elastic Search: funcionando correctamente.
– Índices: reindexar, etc…
– Programación de índices en lugar de por guardado.
– También lo intenté… INSERT INTO cataloginventory_stock(stock_id,website_id,stock_name) VALUES (1,0,’Default’);
– Exportación y reimportación de base de datos sin DEFINERS.
…
Gracias.