cancel
Showing results for 
Search instead for 
Did you mean: 

Theme Directory Problem

Theme Directory Problem

I have recently upgraded to M2.3.3 when I got to "Content > Design > Themes" and try and save my custom theme I get the following error. It's also ignoring the changes I've made in Magento_Theme/layout/default.xml not sure if this is related.

 

Path "/theme/origin" cannot be used with directory "/public_html/pub/media/"
2 REPLIES 2

Re: Theme Directory Problem

Check your theme table from database. If your theme is of type 1 or 2, change it to 0 and it will work after that. Magento is using now different types of themes which are 0 = physical, 1 = virtual, 2 = staging.

 

More info here: https://magento.stackexchange.com/questions/92181/magento-2-theme-type-0physical-1virtual-2staging-w...

 

Re: Theme Directory Problem

can you please tell me how to change table value to 0??