SEP 22 2018

Magento Cannot save the customer after SUPEE-10888

After applying SUPEE-10888 the following error is reported in Backend when new customer is created: Cannot save the customer Solution Enable “Remember me” option should be set to No at System > Configuration > Persistent Shopping Cart Flush Magento cache
SEP 22 2018

Reset password not working after SUPEE-10888

Customers can not reset their passwords in Frontend after installing SUPEE-10888 patch. Blank screen or fatal error is reported on password reset page. See Fatal error: Call to a member function getBackend() on a non-object in app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 153.
FEB 11 2021

Fatal error: Uncaught Error: Call to a member function getBackend() on bool in app/code/core/Mage/Eav/Model/Entity/Abstract.php:1538


4 comments

Blank screen or the following fatal error is thrown on attempt to change customer’s password in Frontend or Backend or request a password reset after applying SUPEE-10752 or SUPEE-10888 or upgrade: Fatal error: Call to a member function getBackend() on a non-object in app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 1536. or (in newer versions) Fatal error: Uncaught Error: Call to a member function getBackend() on bool in app/code/core/Mage/Eav/Model/Entity/Abstract.php:1538 The error started after SUPEE-10752 or SUPEE-10888 installation or after… Read the rest
SEP 20 2018

SUPEE-10888 failed on app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml

Applying SUPEE-10888 patch against Magento 1.8.1.0 codebase fails on app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml: can’t find file to patch at input line 1019 Perhaps you used the wrong -p or –strip option? The text leading up to this was: ————————– |diff –git app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml |index b1ec5eb0460..ca3e8b32474 100644 |— app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml |+++ app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml ————————– File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored Cause The problem is that there are no RWD theme in Magento… Read the rest
SEP 22 2018

How to install SUPEE-10888 without SSH


18 comments

September 18, 2018: SUPEE-10888 version released with fixes that help close cross-site request forgery (CSRF) and other vulnerabilities. If you have SSH access, it would be more simple to apply the patch via SSH. If you have no SSH access to apply the patch you still can apply the patch via FTP/sFTP upload as shown in this article. If you wish to save time and have us to install these patches for you, simply click… Read the rest
SEP 22 2018

File skin/adminhtml/default/enterprise/images/placeholder/thumbnail.jpg: git binary diffs are not supported.


1 comments

The following error is reported on SUPEE-10888 installation (PATCH_SUPEE-10888_CE_v1.9.3.9_v1-2018-09-18-02-41-27.sh): File skin/adminhtml/default/enterprise/images/placeholder/thumbnail.jpg: git binary diffs are not supported. Cause The last chunk of the patch file (PATCH_SUPEE-10888_CE_v1.9.3.9_v1-2018-09-18-02-41-27.sh) contains a new file skin/adminhtml/default/enterprise/images/placeholder/thumbnail.jpg provided in a git diff format: Solution Update: updated patch files available (with v1-2018-09-19 in filenames), re-download the patch from Downloads page: https://magento.com/tech-resources/download#download2243 Regular patch command used in the script can not apply git diffs by default, such diff should be applied by git… Read the rest
SEP 22 2018

How to install SUPEE-10888


8 comments

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… Read the rest