Published: September 19, 2018
Last updated:

How to install SUPEE-10888

September 18, 2018: Community Edition 1.9.3.10 and SUPEE-10888 Security Enhancements – 09/18/2018.
New SUPEE-10888 patch can be downloaded as usual from Downloads page: https://magento.com/tech-resources/download#download2243 or installed as a regular Magento upgrade via Downloader (it is included in Magento 1.9.3.10 version).

You can install it in the same way as previous patches or by upgrading to Magento 1.9.3.10.

To apply the patch you need SSH access (shell access actually, SSH is just most used way to get shell access) to the server. If you have no SSH access, you can refer to How to apply SUPEE-10888 without SSH.

If you wish to save time and have us to install these patches for you, simply click here to order installation.

Step 0: Preparations

Note: Make sure to Disable Magento Compiler at System > Configuration > Tools > Magento Compiler and clear compiled cache.


Step 1: Verify your Magento version

$ grep -A6 'static function getVersionInfo' app/Mage.php
    public static function getVersionInfo()
    {
        return array(
            'major'     => '1',
            'minor'     => '9',
            'revision'  => '3',
            'patch'     => '8',
As you can see in the example, it is Magento 1.9.3.8

Step 2: Download corresponding patch

The patch should be downloaded from https://magento.com/tech-resources/download#download2243

Make sure to get the right file corresponding to your Magento version.

Step 3: Place patches into Magento Root directory

Upload your files into Magento root directory. It is important to place patch files directly into Magento root directory and execute it also directly in Magento root directory.
$ ls -1 .
PATCH_SUPEE-10888_CE_v1.9.3.9_v1-2018-09-18-02-41-27.sh
app
cron.php
downloader
errors
favicon.ico
index.php
js
lib
mage
media
pkginfo
robots.txt
shell
skin
var



 

Step 4: Run the patches


$ bash ./PATCH_SUPEE-10752_CE_v1.9.3.8_v1-2018-06-11-04-34-37.sh
Checking if patch can be applied/reverted successfully...
Patch was applied/reverted successfully.


 

Step 5: Verification and flush of Magento PHP opcode cache



Flush Magento caches: Navigate in Magento backend to System > Cache Management and flush Magento cache and CSS/JS caches.

If you use PHP opcode caches (OPCache/APC/XCache/eAccelerator) make sure to flush it after patching (or restart webserver), otherwise code will continue to run from caches.

Test that your store is working. Test Checkout process.

Known issues


If you have any difficulties with applying the patches please let us know in comments, so we can find the solution together.  

Posted in: Magento Maintenance

46 votes, 4.86 avg. rating (96% score)