How to Install Magento SUPEE 11346 [With or Without SSH]
As per the announcement by Adobe, it will end support for the 12-year-old Magento 1.x release for both Magento Commerce and Magento Open Source on June 30, 2020. Beyond the EOS date, Adobe will not be responding to any further security issues for Magento 1. And thus, Magento released the final patch Magento SUPEE 11346 on 22nd June 2020, which provides resolution to multiple critical security issues. These security enhancements help secure your Magento stores from cross-site scripting, arbitrary code execution, and sensitive data disclosure vulnerabilities as well as other security issues.
We recommend all the Magento 1.x users to upgrade to the latest Magento 1.9.4.5 or install the patch Magento security patch 11346 to secure your Magento stores from potential threats.
Methods to Install Magento SUPEE 11346:
Each method in detail,
Method 1: Install Magento SUPEE 11346 with SSH
Contact your hosting provider for help with setting up SSH.
Download Magento SUPEE 11346 Patches files for your Magento Version from here.
Upload the patch into your Magento root directory and run the appropriate SSH command:
For .sh file extension:
1 |
sh patch_file_name.sh |
Example:
1 |
sh PATCH_SUPEE-11346_CE_1.9.4.4.sh |
For .patch file extension:
1 |
patch —p0 < patch_file_name.patch |
For Linux OS or Ubuntu derived machines:
On Linux OS or Ubuntu derived machines, using sh will throw an error as sh is supposed to be used only with purely POSIX compliant scripts and Magento scripts are not 100% POSIX compliant. Instead, on Ubuntu and derived OSes such as Linux Mint, you should use
1 |
bash patch.sh |
Note: Once executed the command, refresh the cache in the Admin under “System > Cache Management” so that the changes can be reflected. We strongly recommend that you test all patches in a test environment before taking them live.
Method 2: Install Magento SUPEE 11346 without SSH
Download the Magento version zip file as per your version requirement. You can also download these PrePatched files from Github. Once you download these files, just upload it to your Magento root folder.
|
|
---|---|
Magento version | SUPEE 11346 |
Magento 1.9.2.3 | Download CE-1.9.2.3 |
How to check if Magento SUPEE 11346 has been installed correctly?
Check if the steps to install Magento SUPEE 11346 has been implemented correctly or not using magereport.com
Another way to check for the patches installed is, using SSH. Every installed patch can be found in your store content specifically logged in to app/etc/applied.patches.list.
So you can use the ‘grep’ command to access the list:
1 |
grep ‘|' app/etc/applied.patches.list |
You’ll get output like this:
1 |
SUPEE-11346_CE_1.9.4.4 | CE_1.9.4.4 | v1 | a7bbf3ed17e3cf723cbc5e01720856190d22c71b | Thu Jun 25 10:21:14 2020 +0530 | ce-1.9.4.4-dev |
How to revert a patch if you are facing any issue?
Run the following SSH Command to revert your patch.
1 |
sh patch-file-name.sh -R |
For both the above methods, if you face any difficulties in the Magento SUPEE patch installation, feel free to post them in the Comments section below. I’ll help you out. Don’t forget to comment down your Magento version along with the issue to help you out quicker and better.
Follow Magento StackExchange to find the possible issues related to Magento SUPEE 11346 and their solutions.
We highly recommend upgrading your Magento to the latest version Magento 1.9.4.5 which includes all the security patches including SUPEE 11346. If you need any help regarding Magento Version Upgrade, Checkout our Magento Upgrade Service.
Also, if you are a Magento 1 store owner, you can sign up with Mage One to access the sustainable bug bounty program under the Meetanshi and Mage One partnership.
We can also help you install Magento SUPEE 11346 professionally, visit our Magento Security Patches Installation Service.
With nearing of Magento 1 end of life, we recommend you to migrate your older Magento 1.x stores to the latest Magento 2.4.6 version and enjoy the latest features such as Page Builder, PWA Studio, and much more. If you are not much a Magento 2 guy, have a look at our Magento 2 Migration Service to get our professional help in the Magento 1 to Magento 2 migration.
Improve the loading speed of your online store easily by using Magento 2 Defer Parsing of JavaScript.
Sanjay Jethva
Sanjay is the co-founder and CTO of Meetanshi with hands-on expertise with Magento since 2011. He specializes in complex development, integrations, extensions, and customizations. Sanjay is one the top 50 contributor to the Magento community and is recognized by Adobe.
His passion for Magento 2 and Shopify solutions has made him a trusted source for businesses seeking to optimize their online stores. He loves sharing technical solutions related to Magento 2 & Shopify.
Prev
Good News: Meetanshi Partners with Magent One to Provide Support to Magento 1 After Its End of Life
How to Create Magento 2 Order Status & Order State
Next