cancel
Showing results for 
Search instead for 
Did you mean: 

LayerCategoryConfig does not exist

LayerCategoryConfig does not exist

Hi, save a soul here. I am using Martfury theme but whenever I try to install new extensions, there seems to be a bug. Is it because of my theme or is it a Magento 2.3x bug? 

 

$ php bin/magento setup:di:compile
Compilation was started.
Area configuration aggregation... 5/8 [=================>----------]  62% 31 secs 334.0 MiB
In ClassReader.php line 43:
  Class Magento\Catalog\Model\Config\LayerCategoryConfig does not exist
In ClassReader.php line 36:
  Class Magento\Catalog\Model\Config\LayerCategoryConfig does not exist

 

3 REPLIES 3

Re: LayerCategoryConfig does not exist

Have the same issue... Have you fixed it?

Re: LayerCategoryConfig does not exist

hi

 

I Have the same issue... Have you fixed it?

Re: LayerCategoryConfig does not exist

This issue seems to happen with older versions of Mirasvi LayeredNavigation the easiest way to resolve this is by removing the reference to the below as not longer exists. 

 

Magento\Catalog\Model\Config\LayerCategoryConfig

 

This should fix your issue.