wyomind google shopping을 설치하려고 시도했으며 bin / magento setup을 실행할 때 다음 오류가 발생했습니다.
[UnexpectedValueException]
Unable to retrieve deployment version of static files from the file system.
[Magento\Framework\Exception\FileSystemException]
Cannot read contents from file "/var/www/vanillamage2/public_html/pub/stati
c/deployed_version.txt" Warning!file_get_contents(/var/www/vanillamage2/pub
lic_html/pub/static/deployed_version.txt): failed to open stream: No such f
ile or directory
나는 2 개의 별도 서버와 3 개의 별도의 Magento 2.1.7 설치에서 이것을 시도했지만 매번 같은 문제가 발생합니다. 나는 비슷한 문제를 보았습니다.
https://github.com/magento/magento2/issues/6426
과
http://olivernam.com/magento2-frontpage-error-after-deploying-static-files
따라서 정적 파일 재배치, 권한 재설정, 정적 컨텐츠 제거, 빈 deployment_version.txt 요법 배치를 포함하여 여기에 언급 된 많은 솔루션을 시도했지만 운이 없습니다. 나는 그 파일을 777로 설정했고 올바른 소유자가 있으며 아래의 솔루션 으로이 파일의 권한이 변경되지 않으므로 문제가 아니라고 확신합니다.
설정을 얻을 수있는 두 가지 방법이 있습니다 : 업그레이드를 실행하십시오.
- 플러그인 비활성화
- app / code / Wyomind / SimpleGoogleShopping / Setup / UpgradeData.php의 이름을 UpgradeData.bak로 바꿉니다.
이 중 하나를 수행하면 'setup : upgrade'를 실행할 수 있지만 Wyomind는 이것이 플러그인이 아닌 내 측면에서 문제이므로 제안하지 않을 것을 제안합니다.
이 문제의 원인이 될 수있는 사람이 있습니까?