- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2019
05:39 AM
10-17-2019
05:39 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2020
06:13 AM
03-13-2020
06:13 AM
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...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2022
12:11 AM
03-17-2022
12:11 AM
Re: Theme Directory Problem
can you please tell me how to change table value to 0??