MAY 14 2020

[magento] Hundreds of new admin users with empty data after SUPEE-11314

There are a lot of new admin users in Magento Backend at System > Permissions > Users screen after upgrade or patch: In `admin_user` table all fields for these users are NULL, i.e. email, username are NULL as well. Cause Bug in v1 version of SUPEE-11314 patch released on April 28, 2020. Solution Magento has released v2 version of SUPEE-11314 on May 12, 2020. It is required to revert v1 and apply v2 version of… Read the rest
MAY 03 2020

Re-enable use of Admin SID in Magento after SUPEE-11314

After SUPEE-11314 or upgrade to Magento 1.9.4.5 use of Admin SIDs is disabled by default, which may affect certain modules (i.e. Sage Pay Suite MOTO payments). To re-enable use of Admin SIDs we can add corresponding section into backend: After that we Flush Magento cache, navigate to System > Configuration > Web > Session Validation Settings and change value of Use SID on Admin Backend option to Yes. Please do not forget to Flush Magento… Read the rest
MAY 04 2020

SagePay Suite Admin/Backend (MOTO) payments don’t work after SUPEE-11314

SagePay Suite Admin/Backend (MOTO) payments don’t work after SUPEE-11314 or upgrade to Magento 1.9.4.5. The following error is logged: Server error 5006: Unable to redirect to Vendor’s web site. The Vendor failed to provide a RedirectionURL. Cause Admin SID (Session Identifiers) were disabled in SUPEE-11314 and 1.9.4.5 version and Sage Pay Suite MOTO payments makes use of Admin SIDs to process payments. Solution Re-enable Admin SIDs, to do this properly you can insert the following… Read the rest