ERROR Patch can't be applied/reverted successfully - This is on Magento ver. 1.9.2.0
Any ideas on how to proceed?
ERROR Patch can't be applied/reverted successfully - This is on Magento ver. 1.9.2.0
Any ideas on how to proceed?
In SUPEE-6788 the file
app/code/core/Mage/Core/Model/Email/Template/Filter.php
was overwritten and SUPEE-7405 wants to overwrite it again. If it does not match the expected appearance, there is a problem.
A "hack" is sadly not easy, because in around line 170 the new patch adds something at the same part as patch 6788 was editing, so it's not only the line number which is not equal. In my case I have problems with 6788 (with a module), so I have to find another solution, but probably in your case the easiest way would be to install 6788 before 7405 :)