How to Install Magento SUPEE 11314 [With or Without SSH]
On May 12, 2020, Magento released SUPEE 11314-v2 which requires the previously applied SUPEE 11314 to be reverted.
Magento keeps releasing security patches on regular intervals to keep your Magento stores safe against vulnerability and threats. Owing to this, today on 29th April, 2020, Magento released Magento SUPEE 11314 along with the Magento 1.9.4.5 version 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 11314 to secure your Magento stores from potential threats.
Methods to Install Magento SUPEE 11314:
Each method in detail,
Method 1: Install Magento SUPEE 11314 with SSH
Contact your hosting provider for help with setting up SSH.
Download Magento SUPEE 11314-v2 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-11314_CE_1.9.4.4_v1.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 11314 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 11314 |
Magento 1.9.4.4 | Download CE-1.9.4.4v2 |
Magento 1.9.4.3 | Download CE-1.9.4.3v2 |
Magento 1.9.4.2 | Download CE-1.9.4.2v2 |
Magento 1.9.4.1 | Download CE-1.9.4.1v2 |
Magento 1.9.4.0 | Download CE-1.9.4.0v2 |
Magento 1.9.3.10 | Download CE-1.9.3.10v2 |
Magento 1.9.3.9 | Download CE-1.9.3.9v2 |
Magento 1.9.3.8 | Download CE-1.9.3.8v2 |
Magento 1.9.3.7 | Download CE-1.9.3.7v2 |
Magento 1.9.3.6 | Download CE-1.9.3.6v2 |
Magento 1.9.3.4 | Download CE-1.9.3.4v2 |
Magento 1.9.3.3 | Download CE-1.9.3.3v2 |
How to check if Magento SUPEE 11314 has been installed correctly?
Check if the steps to install Magento SUPEE 11314 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-11314_CE_1.9.4.4 | CE_1.9.4.4 | v1 | a7bbf3ed17e3cf723cbc5e01720856190d22c71b | Wen Apr 29 10:21:14 2019 +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 11314 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 11314. If you need any help regarding Magento Version Upgrade, Checkout our Magento Upgrade Service.
We can also help you install Magento SUPEE 11314 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.
Keep the security of your Magento store updated to the highest level using our Magento Security Patches Installation Service.
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
How to Change Quantity Without Clicking Update Button in Mini Cart in Magento 2
How to Update Mini Cart in Magento 2
Next