[SOLVED] Magento 2 Unable to unserialize value Error: Control character error, possibly incorrectly encoded

Refer this article to solve out an issue

This error means that you don’t have enough space in the MySql column “params”, of the table “#__extensions”, to save all the required parameters that the Cookies Policy Notification Bar needs, and the json data breaks during saving the data.

change the type of the column “params” from “TEXT” to “LONGTEXT”

Magento 2 Unable to unserialize value Error

Leave a Reply

Your email address will not be published. Required fields are marked *