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”
Leave a Reply