Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Class Magento\Catalog\ModelCategory\Attribute\Backend\LayoutUpdate doesnot exist" in Magento2

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.

like image 276
Prince Avatar asked Sep 18 '25 15:09

Prince


1 Answers

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.

like image 58
magento4u_com Avatar answered Sep 22 '25 06:09

magento4u_com