Magento 2
How to fix the «Unable to unserialize value» failure while upgrading Magento from 2.1.x to 2.2.x?
Administration
Upgrade
json
,
serialization
,
magento22
,
bug
,
bug-fix
,
upgrade
dmitrii_fediuk
(Dmitrii Fediuk)
September 30, 2018, 8:38pm
1
Replace the line
with the following one:
$result = unserialize($string);
How to fix the «Error filtering template: Unable to unserialize value» Magento 2.2 failure of a CMS widget rendering?
How did I upgrade gymstar.ca from Magento 2.1.9 to 2.2.6?