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

Magento Weird query 100% SQL cpu spike

Currently have an issue with following query spawning multiple times: SELECT `e`.*, IF(at_is_active.value_id > 0, at_is_active.value, at_is_active_default.value) AS `is_a... Whatever it is, it's causing my CPU to spike to the roof... My ony solution so far is to reboot the…

VIEW QUESTION

Magento 2 Can't Install Sample Data

Magento 2 Sample Data suddenly stopped at this junction @ "Module'Magento_DownloadableSampleData':" during installation. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3449720 bytes) in C:wamp64wwwmagentovendormagentomodule-downloadable-samp le-dataModelProductConverter.php on line 103 Have tried every solution but doesn't work…

VIEW QUESTION

Magento 2 modal z-index

Is there a way to change the magento2 modal ( & modal overlay ) z-index, using their built in modal widget? I've read all their docs and I couldn't find a nice way of doing it. But I do really…

VIEW QUESTION
Back To Top
Search