MAY 28 2019

Call to undefined method Mage_Checkout_OnepageController::isFormkeyValidationOnCheckoutEnabled()

At Magento Onepage Checkout page nothing happens after clicking [Continue] button at Billing information step. It is not possible to proceed to Shipping, Magento checkout just stuck. The following error logged in PHP error log: PHP Fatal error: Call to undefined method Mage_Checkout_OnepageController::isFormkeyValidationOnCheckoutEnabled() in app/code/core/Mage/Checkout/controllers/OnepageController.php on line 374 Cause SUPEE-9767v2 (and v1 as well) added isFormkeyValidationOnCheckoutEnabled() function into app/code/core/Mage/Core/Controller/Front/Action.php file: Solution As the error says isFormkeyValidationOnCheckoutEnabled() is undefined: check if SUPEE-9767v2 was applied properly and… Read the rest
JAN 15 2020

SUPEE-9767 Failed. Outdated jQuery library found (APPSEC-1622) response body contains unexpected ‘jquery 1.10.2.min.js’


2 comments

After installing SUPEE-9767 patch Magento security report show the following Failed scan: SUPEE-9767 Failed. Outdated jQuery library found (APPSEC-1622) response body contains unexpected ‘jquery 1.10.2.min.js’ Cause There is a theme override in your app/design/frontend/themepackage/themevarian/layout/page.xml. Solution Edit the theme layout replacing jquery-1.10.2.min.js with jquery-1.12.1.min.js, just like in default rwd theme: If you have any difficulties with solving this problem or got a similar one, please let us know in comments below, so we can find the… Read the rest
JAN 31 2021

How to install SUPEE-9767 without SSH


77 comments

July 12, 2017: Community Edition 1.9.3.4 and SUPEE-9767 version 2 patch address customer registration and other issues encountered by some merchants when using the original release or patch. If you have SSH access, please refer to how to apply the patch via SSH. If you have no SSH access to apply the patch, you can simply upgrade to the latest Magento 1 version or OpenMage LTS with all the latest security patches up to date… Read the rest
JUN 03 2017

How to install SUPEE-9767


3 comments

May 31, 2017: Community Edition 1.9.3.3 and SUPEE-9767 Security Enhancements – 5/31/2017. New SUPEE-9767 patch can be downloaded as usual from Downloads page: https://magento.com/tech-resources/download#download2014 or installed as a regular Magento upgrade via Downloader (it is included in Magento 1.9.3.3 version). You can install it in the same way as previous patches or by upgrading to Magento 1.9.3.3. To apply the patch you need SSH access (shell access actually, SSH is just most used way to… Read the rest