SUPEE-11155 was released today however I don't see a patch for 1.9.3.10?
Hello @summers
Go to
https://magento.com/tech-resources/download
click on Release Archive and you will found it
https://www.screencast.com/t/wN87gvXnY
Hope it will help you.
if works then mark as a solution.
Hello @garry_whichello
use 1.9.3.0 patch
1.9.3.0 no good :
Checking if patch can be applied/reverted successfully...
ERROR: Patch can't be applied/reverted successfully.
Hunk #1 FAILED at 483 (different line endings).
1 out of 1 hunk FAILED
Agreed, the patch failed. What are our options for those of us that need to patch 1.9.3.10?!?
Out of wishful thinking I tried to apply the 1.9.3.9 patch but that failed at multiple points. Is this just an omission of the 1.9.3.10 patch file?
Looking through the patch file I don't see how this would work for 1.9.3.9 even I were working on it as the app/Mage.php patch appears to be bad for both 1.9.3.9 and 1.9.3.10.
patching file app/Mage.php
Hunk #1 FAILED at 813.
The patch file for the Mage.php app isn't correct for either versions. It doesn't line up with that section of code at all.
$_allowedFileExtensions isn't even a declared variable in Mage.php so I am guessing this is a bad patch for this bit.
if (!$validatedFileExtension || !in_array($validatedFileExtension, $_allowedFileExtensions)) {
return;
}
patching file app/code/core/Mage/Cms/Helper/Data.php
Hunk #1 FAILED at 37.
The patch file isn't correct for Data.php as neither 1.9.3.9 or 1.9.3.10 have the XML_NODE_ALLOWED_STREAM_WRAPPERS.
const XML_NODE_ALLOWED_STREAM_WRAPPERS = 'global/cms/allowed_stream_wrappers';
Hi @summers ,
You can install patch without SSH as well.
You can download your version 1.9.3.10 patch files from the below link.
SUPEE-11155/CE-1.9.3.1.zip
I hope it will help you!