Skip to content

Magento 2 Class MageplazaLayeredNavigationModelCategoryAttributeBackendAttributes does not exist

I have the following error when trying to access Magento 2.

Class
MageplazaLayeredNavigationModelCategoryAttributeBackendAttributes
does not exist

This happen after removed Porto Theme. SmartWave. Mageplaza. can you help me fix it ? I have run the below commands but no success :

php bin/magento setup:upgrade
// -f to use in default and developer mode
php bin/magento setup:static-content:deploy -f
php bin/magento setup:di:compile
php bin/magento cache:flush
php bin/magento cache:clean

Noted that frontend is not accessible while backend its ok.

Thank you !!