Skip to content
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

Cannot change theme for the store after upgrade from 2.2.3 #14989

Closed
kerlama opened this issue May 4, 2018 · 6 comments
Closed

Cannot change theme for the store after upgrade from 2.2.3 #14989

kerlama opened this issue May 4, 2018 · 6 comments
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed

Comments

@kerlama
Copy link

kerlama commented May 4, 2018

Preconditions

  1. Magento 2.2.4
  2. PHP 7.0.28

Steps to reproduce

  1. Upgrade from 2.2.3
  2. Login to admin go to Content > Design > Configuration
  3. Edit main store (for example) and from "Applied Theme" select Luma theme.
  4. Save

Expected result

  1. Theme should be successfully changed and applied to store

Actual result

  1. Error thrown

screenshot_20

Also, there is a strange captioned back button:

screenshot_21

@magento-engcom-team magento-engcom-team added the Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed label May 4, 2018
@hostep
Copy link
Contributor

hostep commented May 4, 2018

@kerlama: I think you are talking about Magento 2.2.4 instead of 2.2.3? If that's the case, then this bug was already reported before in #14968

If you agree this is the same issue, can you close this one, so there is only a single issue tracking the same problem, thanks!

@hostep
Copy link
Contributor

hostep commented May 4, 2018

Ah sorry, didn't read your issue completely, you're indeed upgrading to 2.2.4. Let me close it as a duplicate of #14968 then.

@hostep hostep closed this as completed May 4, 2018
@kerlama
Copy link
Author

kerlama commented May 4, 2018

@hostep ok, thanks :)

@abhisekhranjan
Copy link

abhisekhranjan commented May 4, 2018

Update theme using terminal its working for me .

INSERT INTO core_config_data (config_id,scope,scope_id,path,value) VALUES ('19','default',0,'design/theme/theme_id',5);
or update

UPDATE core_config_data SET value=5 where config_id=19;

@kerlama
Copy link
Author

kerlama commented May 4, 2018

@abhisekhranjan well, I guess that's not the proper solution :)

@abhisekhranjan
Copy link

INSERT INTO core_config_data (config_id,scope,scope_id,path,value) VALUES ('19','default',0,'design/theme/theme_id',5);
or update

UPDATE core_config_data SET value=5 where config_id=19;
Set value= as theme id listed then run the command

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento indexer:reindex
php bin/magento cache:flush

chmod -R 777 var
chmod -R 777 pub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed
Projects
None yet
Development

No branches or pull requests

4 participants