-
Notifications
You must be signed in to change notification settings - Fork 9.4k
2.2.4 EE Unable to change themes of stores #15873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you clear all Magento caches and deploy the static content? |
Yes, I absolutely did both |
@silvanaguilar: this is a know bug in 2.2.4, it was reported before, if you use multiple websites, the configuration fallback no longer works properly. See these other tickets: #15205, #15245 The release notes for 2.2.4 were updated yesterday and this warning was added:
|
The problem was introduced in c18e36b, the session configuration object is initialized too early, before the pathinfo is processed. The fix is really simple and involves using a proxy, I'm currently working on a PR for it. |
Let's quote from the PR to provide info when this issue will be fixed:
|
Uh oh!
There was an error while loading. Please reload this page.
On Magento 2.2.4 EE I'm not able to apply different themes on different stores.
Preconditions
Steps to reproduce
ie: my first store url is magento2.test/default and my second url is magento2.test/second
Expected result
6. Default Store View should display Blank theme
7. Second Store View should display Luma Theme
Actual result
8. Both stores are displaying Blank theme
The text was updated successfully, but these errors were encountered: