Magento patches: https://www.magentocommerce.com/download
1 2 3 4 5 6 7 |
Please upload the patch into your Magento root directory and run the appropriate SSH command: For patch files with the file extension .sh: sh patch_file_name.sh Example: sh PATCH_SUPEE-1868_CE_1.7.0.2_v1.sh For patch files with the file extension .patch: patch –p0 < patch_file_name.patch Once that is done, refresh the cache in the Admin under "System > Cache Management" so that the changes will be reflected. We highly recommend you test all patches in a test environment before taking them live. |
You cannot run sh PATCH_SUPEE-1868_CE_1.7.0.2_v1.sh
in windows CMD. You will need a software like Git to run linux shell commands on windows. Follow the instruction below to get started.
1. If you don’t have Git Installed, download Git Portable version here.
2. Extract to desired folder then Open GitPortable.exe
3. Now browse to your magento folder by typing cd c:/path/to/magento-folder/
4. If successful, you should see HOST:/c/path/to/magento-folder/ User$
. You can also type pwd
to see the location of the current directory.
5. Next download the magento patches that you needed and save to the root folder of your magento installation.
6. Now go back to GitPortable and type sh patchfilename.sh
You can paste the filename by clicking the title bar > Edit > Paste
If you get an error… ERROR: “/app/etc/” must exist for proper tool work.
- Open the sh patch file in a text editor and find
CURRENT_DIR=
$PWD_BIN
/ - Replace this line with
CURRENT_DIR=
Now enter sh patchfilename.sh
again. If successful, you should see this message:
You can also see the patch log at /app/etc/applied.patches.list
or view online http://magentostore.com/app/etc/applied.patches.list
Output from the patch…
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
2015-09-01 22:54:24 UTC | SUPEE-6285 | CE_1.9.1.1 | v2 | 7226d88b1eeb07a5fbc4e62be189a5219457cc14 | Mon Jun 22 16:32:26 2015 +0300 | 202596e441..7226d88b1e patching file `app/Mage.php' patching file `app/code/community/Phoenix/Moneybookers/controllers/MoneybookersController.php' patching file `app/code/core/Mage/Adminhtml/Controller/Action.php' patching file `app/code/core/Mage/Adminhtml/controllers/AjaxController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Catalog/Category/WidgetController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Catalog/Product/DatafeedsController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Catalog/Product/ReviewController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Catalog/Product/WidgetController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Cms/Block/WidgetController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Cms/Page/WidgetController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Cms/PageController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Cms/WysiwygController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Customer/System/Config/ValidatevatController.php' patching file `app/code/core/Mage/Adminhtml/controllers/JsonController.php' patching file `app/code/core/Mage/Adminhtml/controllers/NotificationController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Report/CustomerController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Report/ProductController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Report/ReviewController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Report/SalesController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Report/ShopcartController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Report/TagController.php' patching file `app/code/core/Mage/Adminhtml/controllers/ReportController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Rss/CatalogController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Rss/OrderController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Sales/Billing/AgreementController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Sales/Order/View/GiftmessageController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Sales/Recurring/ProfileController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Sales/TransactionsController.php' patching file `app/code/core/Mage/Adminhtml/controllers/System/Config/System/StorageController.php' patching file `app/code/core/Mage/Adminhtml/controllers/TagController.php' patching file `app/code/core/Mage/Adminhtml/controllers/Tax/RateController.php' patching file `app/code/core/Mage/Adminhtml/controllers/TaxController.php' patching file `app/code/core/Mage/Api2/controllers/Adminhtml/Api2/AttributeController.php' patching file `app/code/core/Mage/Bundle/controllers/Adminhtml/Bundle/SelectionController.php' patching file `app/code/core/Mage/Captcha/controllers/Adminhtml/RefreshController.php' patching file `app/code/core/Mage/Centinel/controllers/Adminhtml/Centinel/IndexController.php' patching file `app/code/core/Mage/Checkout/controllers/MultishippingController.php' patching file `app/code/core/Mage/Connect/controllers/Adminhtml/Extension/LocalController.php' patching file `app/code/core/Mage/ImportExport/Model/Abstract.php' patching file `app/code/core/Mage/Oauth/controllers/Adminhtml/Oauth/AuthorizeController.php' patching file `app/code/core/Mage/Paygate/controllers/Adminhtml/Paygate/Authorizenet/PaymentController.php' patching file `app/code/core/Mage/Paypal/controllers/Adminhtml/Paypal/ReportsController.php' patching file `app/code/core/Mage/Rss/controllers/CatalogController.php' patching file `app/code/core/Mage/Rss/controllers/OrderController.php' patching file `app/code/core/Mage/Widget/Block/Adminhtml/Widget/Chooser.php' patching file `app/code/core/Mage/Widget/controllers/Adminhtml/WidgetController.php' patching file `app/design/frontend/base/default/template/checkout/cart.phtml' patching file `app/design/frontend/base/default/template/checkout/cart/noItems.phtml' patching file `app/design/frontend/base/default/template/checkout/onepage/failure.phtml' patching file `app/design/frontend/base/default/template/rss/order/details.phtml' patching file `app/design/frontend/base/default/template/wishlist/email/rss.phtml' patching file `app/design/frontend/default/modern/template/checkout/cart.phtml' patching file `app/design/frontend/rwd/default/template/checkout/cart.phtml' patching file `downloader/Maged/.htaccess' patching file `downloader/Maged/Controller.php' patching file `downloader/Maged/Model/Session.php' patching file `downloader/lib/.htaccess' patching file `downloader/template/connect/packages.phtml' patching file `downloader/template/connect/packages_prepare.phtml' patching file `downloader/template/login.phtml' patching file `downloader/template/settings.phtml' patching file `errors/processor.php' |