MAR 06 2020

[solution] M2ePro error: The password must have at least 7 characters

New M2ePro orders from eBay sales are not created in Magento after SUPEE-11219 patch or 1.9.4.3 upgrade, the following error is reported: Magento Order was not created. Reason: The password must have at least 7 characters. Leading or trailing spaces will be ignored. Cause SUPEE-11219 patch and 1.9.4.3 version introduced new requirement on password length, it has to be at least 7 characters long as of now. Auto-generated passwords for eBay orders were hardcoded to… Read the rest
JAN 26 2020

Magento :: Can not delete products from cart after SUPEE-11219

It is not possible to remove products from cart or minicart after installing SUPEE-11219 or upgrade to Magento 1.9.4.3. There are no any errors shown. Cause Most likely cause of this problem are missing form keys in custom design theme used in template/checkout/cart/sidebar/default.phtml. As seen in corresponding changes for RWD theme: Solution Custom theme should be updated accordingly after SUPEE-11219 patch to allow form submission with form keys as shown in changes for RWD theme.
JAN 26 2020

Fatal error: Cannot redeclare Mage_Adminhtml_Model_LayoutUpdate_Validator::$_validator in app/code/core/Mage/Adminhtml/Model/LayoutUpdate/Validator.php on line 80

Editing any CMS page in Magento 1.7.0.2 results in a blank page or the following fatal error is shown after hitting Save button at CMS > Pages > Home or any other CMS page: Fatal error: Cannot redeclare Mage_Adminhtml_Model_LayoutUpdate_Validator::$_validator in app/code/core/Mage/Adminhtml/Model/LayoutUpdate/Validator.php on line 80 It simply does not allow to edit any CMS page with custom XML layouts. Cause The was a bug in previous version of SUPEE-11219 where $_validator was defined twice. Solution Rollback… Read the rest