Hi, I'm having an issue to apply SUPEE-10975 to my Magento v1.9.0.1 site.
After running "bash ./PATCH_SUPEE-10975_CE_v1.9.0.1_v1-2018-11-27-09-18-33.sh", I see the below in the console.
Checking if patch can be applied/reverted successfully... ERROR: Patch can't be applied/reverted successfully. checking file app/code/core/Mage/Adminhtml/Block/Customer/Group/Edit.php checking file app/code/core/Mage/Adminhtml/Block/Newsletter/Template/Edit.php checking file app/code/core/Mage/Adminhtml/controllers/Cms/BlockController.php checking file app/code/core/Mage/Adminhtml/controllers/Customer/GroupController.php checking file app/code/core/Mage/Adminhtml/controllers/SitemapController.php checking file app/code/core/Mage/Adminhtml/controllers/System/BackupController.php Hunk #1 succeeded at 358 (offset -11 lines). checking file app/code/core/Mage/Captcha/Model/Observer.php checking file app/code/core/Mage/Captcha/Model/Zend.php checking file app/code/core/Mage/Captcha/etc/config.xml checking file app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest/Admin/V1.php checking file app/code/core/Mage/Catalog/Model/Product/Attribute/Media/Api.php checking file app/code/core/Mage/Cms/Model/Wysiwyg/Images/Storage.php Hunk #2 succeeded at 381 (offset -3 lines). checking file app/code/core/Mage/Core/etc/config.xml checking file app/code/core/Mage/Core/sql/core_setup/upgrade-1.6.0.4.1.2-1.6.0.4.1.3.php checking file app/code/core/Mage/Dataflow/Model/Convert/Container/Abstract.php checking file app/code/core/Mage/ImportExport/Model/Import/Entity/Customer.php checking file app/code/core/Mage/ImportExport/Model/Import/Entity/Customer/Address.php checking file app/code/core/Mage/Payment/etc/config.xml checking file app/code/core/Mage/Payment/etc/system.xml checking file app/code/core/Mage/Payment/sql/payment_setup/upgrade-1.6.0.0.1.1-1.6.0.0.1.2.php checking file app/code/core/Mage/Sendfriend/Block/Send.php checking file app/code/core/Mage/Wishlist/controllers/IndexController.php checking file app/code/core/Zend/Controller/Request/Http.php checking file app/design/adminhtml/default/default/template/cms/browser/content/files.phtml checking file app/design/frontend/base/default/layout/captcha.xml checking file app/design/frontend/base/default/template/wishlist/sharing.phtml checking file app/design/frontend/rwd/default/layout/page.xml checking file app/design/frontend/rwd/default/template/sendfriend/send.phtml checking file app/etc/modules/Mage_All.xml checking file app/etc/modules/Mage_Captcha.xml checking file app/locale/en_US/Mage_Wishlist.csv checking file js/lib/jquery/jquery-1.12.0.js Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored checking file js/lib/jquery/jquery-1.12.0.min.js Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored checking file js/lib/jquery/jquery-1.12.0.min.map checking file js/lib/jquery/jquery-1.12.1.js checking file js/lib/jquery/jquery-1.12.1.min.js checking file js/lib/jquery/jquery-1.12.1.min.map
I don't see error message here so I'm not sure where to look into. Could anyone help me why the patch cannot be applied? Also, do I need to apply all previous patches before applying SUPEE-10975?
Solved! Go to Solution.
Thank you for you guys who read my post. I decided to try to apply the full release v1.9.4.0 to my Magento v1.9.0.1 site instead of applying the patches.