skip to Main Content

Uncaught Error: Cannot instantiate interface IndexTableRowSizeEstimatorInterface – Magento

I am upgrading our magento 2.1.9 to magento 2.2.7. When reindexing catalog_category_product, it throw this error: [23-Jan-2019 09:49:39 UTC] PHP Fatal error: Uncaught Error: Cannot instantiate interface MagentoFrameworkIndexerIndexTableRowSizeEstimatorInterface in /home/don/Web/fabelio22/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:111 Stack trace: #0 /home/don/Web/fabelio22/vendor/magento/framework/ObjectManager/Factory/Compiled.php(108): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject('Magento\Framewo...', Array) #1 /home/don/Web/fabelio22/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create('Magento\Framewo...') #2…

VIEW QUESTION

Magento Grunt child theme compilation fails to update merged style files

I've set up the Grunt workflow as described here: https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/css-topics/css_debug.html My local-themes.js looks like this: ➜ m2 git:(master) ✗ cat dev/tools/grunt/configs/local-themes.js 'use strict'; module.exports = { ac_default: { area: 'frontend', name: 'Ac/Default', locale: 'en_US', files: [ 'css/source/_extend', ], dsl: 'less'…

VIEW QUESTION
Back To Top
Search