나는 사람들이 상점보기 / 웹 사이트가 기본 상점보기 / 웹 사이트가 아닌 경우 비활성화 할 수 있어야한다는 것을 알고있는 한 다중 상점 웹 사이트에서 작업하고 있습니다.
상점보기 중 일부를 비활성화하고 싶지만 상점을 비활성화 할 수 없습니다. 나에게 알림을 줘
비활성화 할 수 없습니다
추신 : 이미 스토어 뷰 중 하나를 기본값으로 설정했습니다.
도움, 경험 및 지식 공유에 감사드립니다.
답변
최신 정보
확인 사항 :
- 상점보기가 기본값으로 구성되지 않았는지 확인하십시오.
웹 사이트 범위
- config.php가 상점보기를 사용하지 않는지 확인하십시오
https://devdocs.magento.com/guides/v2.2/config-guide/config/config-php.html
https://devdocs.magento.com/guides/v2.2/config-guide/config/config-files.html
- 구성이 잠겨 있지 않은지 확인하십시오
https://devdocs.magento.com/guides/v2.2/config-guide/prod/config-reference-sens.html
- 업그레이드 된 버전에서 문제가 해결되었는지 변경 로그를 확인하십시오.
https://devdocs.magento.com/guides/v2.2/release-notes/bk-release-notes.html
- 값을 보려면 데이터베이스를 쿼리하십시오.
select * from store;
select * from store_group;
select * from store_website;
자원:
- https://docs.magento.com/m2/ce/user_guide/stores/stores-all-create-website.html
- https://devdocs.magento.com/guides/v2.2/config-guide/prod/config-reference-configphp.html
- https://devdocs.magento.com/guides/v2.2/config-guide/prod/config-reference-sens.html
2.2.6에서 해결 된 버그와 관련이 있다고 생각합니다.
https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.6EE.html#theme
composer update
테스트 환경에서 magento 를 업그레이드하십시오