- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
Struggling to get this patch applied.
I've read many posts about supee-9652 v1 and it looking in our repo:
SUPEE-9652 v1 was never applied.
SUPEE-9652 v2 was applied.
We store the patches in an adjacent folder and v2 is the only file in there. The commits agree with this as well.
I'm still getting the sendmail error though:
Hunk #1 FAILED at 684.
1 out of 1 hunk FAILED
checking file app/locale/en_US/Mage_ImportExport.csv
checking file lib/Zend/Mail/Transport/Sendmail.php
Not sure what to do from here.
Any help/guidance appreciated.
Cheers,
Jez
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @jezmo1000,
Probably those files were modified or patched in a way the current patch can't handle.
Maybe you can try to compare your files against https://github.com/OpenMage/magento-mirror/tree/1.7.0.2
I've got some similar issue with another patch and the solution was to get the core files in the saem way the patch expects.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @jezmo1000,
Probably those files were modified or patched in a way the current patch can't handle.
Maybe you can try to compare your files against https://github.com/OpenMage/magento-mirror/tree/1.7.0.2
I've got some similar issue with another patch and the solution was to get the core files in the saem way the patch expects.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: supee-10570v2 v1.7.0.2 Fail
@Damian Culotta Thanks for the link! I'm looking into this now and I'll let you know if I have any success.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: supee-10570v2 v1.7.0.2 Fail
This did the trick! I wouldn't have known where to start otherwise.
Greatly Appreciated.
J