Patch Magento.
How to patch the Magento in two steps
Example on 1.9.2.4 version
Be careful
Before patching you need create a database dump and site files dump.
-
Go to Magento commerce site in downloads, select
Release Archive
and findMagento Community Edition Patches - 1.x
section where find needed patch in my case is the SUPEE-8788 and chose your version likeSUPEE-8788 for CE 1.9.2.4 (0.72 MB)
then click toDownload
log in if not and you getPATCH_SUPEE-8788_CE_1.9.2.4_v2-2016-10-14-09-42-47.sh
file that is all step one ended. -
Copy retrieved files to site root folder like
../public_html/
set privilegues to filechmod +x <patch-file-name>.sh
orchmod 776 <patch-file-name>.sh
the run this file./<patch-file-name>.sh
if all right you will see the message in consolePatch was applied/reverted successfully.
. If you need revert the patch run./<patch-file-name>.sh -R
\
Error
If you have an errors check permissions on site folders must be 755 and for files into 644 for you customer and group.
More inforamtion