magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.39k stars 9.29k forks source link

bin/magento config:show(or set) design/theme/theme_id fails #35751

Open speedupmate opened 2 years ago

speedupmate commented 2 years ago

Preconditions and environment

Steps to reproduce

in cli try to

bin/magento config:show design/theme/theme_id bin/magento config:set design/theme/theme_id 3

while grepping from config values are present

bin/magento config:show | grep design
design/theme/theme_id - 3
design/head/includes - <link  rel="stylesheet" type="text/css"  media="all" href="{{MEDIA_URL}}styles.css" />

Expected result

config values are set

Actual result

you will get error messages

bin/magento config:show design/theme/theme_id
The "design/theme/theme_id" path doesn't exist. Verify and try again.

bin/magento config:set design/theme/theme_id 3
The "design/theme/theme_id" path doesn't exist. Verify and try again.

Additional information

No response

Release note

No response

Triage and priority

m2-assistant[bot] commented 2 years ago

Hi @speedupmate. Thank you for your report. To speed up processing of this issue, make sure that you provided the following information:

Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:

@magento give me 2.4-develop instance - upcoming 2.4.x release

For more details, review the Magento Contributor Assistant documentation.

Add a comment to assign the issue: @magento I am working on this

To learn more about issue processing workflow, refer to the Code Contributions.


:clock10: You can find the schedule on the Magento Community Calendar page.

:telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.

:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel

m2-assistant[bot] commented 2 years ago

Hi @engcom-November. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:

engcom-November commented 2 years ago

Verified the issue on Magento 2.4-develop branch and the issue is reproducible.

  1. Configured Content - design - Configuration - set the theme and save
  2. Cache flush
  3. Ran sudo php bin/magento config:show | grep design - displayed saved configuration values: design/theme/theme_id - 2
  4. But on running php bin/magento config:show design/theme/theme_id - below error message is displayed: The "design/theme/theme_id" path doesn't exist. Verify and try again. There is no issue when running php bin/magento config:show web/seo/use_rewrites etc -values displayed as expected. image
github-jira-sync-bot commented 2 years ago

:white_check_mark: Jira issue https://jira.corp.magento.com/browse/AC-5915 is successfully created for this GitHub issue.

m2-assistant[bot] commented 2 years ago

:white_check_mark: Confirmed by @engcom-November. Thank you for verifying the issue.
Issue Available: @engcom-November, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.

artskirk commented 1 year ago

@magento I am working on this

ganeddact commented 4 months ago

to be fair I'm reproducing the same issue, but noticed that any config:set instruction issued via CLI doesn't get saved to database (using Magento 2.4.6-p4)