cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 - Unable to load theme by specified key

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Magento 2 - Unable to load theme by specified key

Hello,

 

I am in the process of upgrading a website from Magento 1.9.2.2 to Magento 2.2.5.

 

I managed to use the Data Migration Tool and all data appears to have migrated successfully, although I am getting the error below in exception.log.

 

main.CRITICAL: Unable to load theme by specified key: '' {"exception":"[object] (LogicException(code: 0): Unable to load theme by specified key: '' at /home/anglersc/development.anglerscorner.co.uk/vendor/magento/framework/View/Design/Theme/FlyweightFactory.php:69)"} []

 

Are there any kind guru's out there that can point me in the right direction to resolve this?

 

Thanks in advance Smiley Happy

3 REPLIES 3

Re: Magento 2 - Unable to load theme by specified key

Hello,

 

maybe in core_config_data contain wrong active theme. 

 

try to find 

 

select * from core_config_data  where path like '%theme%';

 

and check that theme exist into theme table if not then try to change theme id and check it

 

 

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Magento 2 - Unable to load theme by specified key

Hello,

 

Thank you for the reply, I tried your suggestion but sadly it was not the cause.

With a bit more digging around I believe the cause was a random empty row in design_change, double checking this in Magento I could see it and deleted it.

 

Since doing so and refreshing Magento I haven't seen the error, so fingers crossed that it is sorted Smiley Happy

Re: Magento 2 - Unable to load theme by specified key

Hello @ACmag

 

may be wrong theme assigned for category and product please check it

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer