문제

Magento v 1.7.0.2에 Supee-6788 패치를 적용하려고합니다. 시스템의 현재 패치 목록은 다음과 같습니다.

2015-04-28 13:33:57 UTC | SUPEE-5345 | EE_1.12.0.2 | v1 | 2d36f61cf684ed26286b6d10307fcb99dd47ff02 | Thu Feb 5 19:39:01 2015 +0200 | v1.12.0.2..HEAD
2015-04-28 13:34:41 UTC | SUPEE-1533 | EE_1.12 | v1 | _ | n/a | SUPEE-1533_EE_1.12_v1.patch
2015-06-29 09:18:59 UTC | SUPEE-5994 | CE_1.6.0.0 | v1 | _ | n/a | SUPEE-5994_CE_1.6.0.0_v1.patch
2016-04-17 22:32:10 UTC | SUPEE-6285 | CE_1.7.0.2 | v1 | 84749c91e14543e1f96af30e86efdf29f4562c98 | Tue Jun 23 09:48:07 2015 +0300 | c6e6cee8eb..84749c91e1

보시다시피 저는 필수 보안 패치를 모두 설치했다고 생각합니다(이 패치 이전에 출시됨).

그러나 테스트 실행을 시도하면 다음과 같은 결과가 나타납니다.(부분 덤프)

The next patch would create the file app/code/core/Mage/Admin/Model/Block.php,

which already exists!  Assume -R? [n] 

Apply anyway? [n] 

Skipping patch.
1 out of 1 hunk ignored

The next patch would create the file app/code/core/Mage/Admin/Model/Resource/Block.php,

which already exists!  Assume -R? [n] 

Apply anyway? [n] 

Skipping patch.

1 out of 1 hunk ignored
The next patch would create the file app/code/core/Mage/Admin/Model/Resource/Block/Collection.php,

which already exists!  Assume -R? [n] 

Apply anyway? [n] 

Skipping patch.
1 out of 1 hunk ignored

The next patch would create the file app/code/core/Mage/Admin/Model/Resource/Variable.php,

which already exists!  Assume -R? [n] 

Apply anyway? [n] 

등등.

나에게는 매우 이상해 보입니다.

누군가 도와줄 수 있나요?

도움이 되었습니까?

해결책

이 패치와 함께 도입된 새 파일이 이미 존재하며 설명은 하나뿐입니다.패치가 이미 적용되었습니다.

이미 적용된 패치 정보를 어디서 얻으셨는지 모르겠지만, 잘못된 정보입니다.가능한 이유는 누군가가 패치를 적용했지만 커밋하지 않았기 때문일 수 있습니다. app/etc/applied.patches.list 버전 관리에.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top