I have had the database collations and comprofiler tables changed to utf8mb4_unicode_ci
but I still get the error when saving a field?
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
Could you explain in detail how do I change columns to TEXT or BLOBs? Will this fix the problem?
I really need this to work?
Thanks