4

I am facing this issue when I trying to setup Magento2.3.2 p2 in my local system.

Admin is working fine. But in frontend I am getting the below issue.

Exception:Class Magento\Catalog\ModelCategory\Attribute\Backend\LayoutUpdate doesnot exist

I searched the web, but didn't find the solution.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Prince
  • 401
  • 1
  • 7
  • 34

1 Answers1

12

if you were using Magento 2.3.4 and then downgraded to lower version, run the following:

DELETE FROM `eav_attribute` WHERE `attribute_code` = 'custom_layout_update_file';

Clear the cache.

magento4u_com
  • 364
  • 2
  • 6