Hello,
I am getting this error when i create a new field. I was able to create few fields earlier but last 2-3 (i have to create 3 more), i am getting this error ..
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs SQL=ALTER TABLE #__jsn_users ADD `highest_education` VARCHAR(255)
and the field