I am trying to add custom member fields to my site, and after adding 10 or so successfully, I get this whenever I add one.
Error Number: 1118
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs
ALTER table exp_member_data add column m_field_id_24 varchar(100) NULL DEFAULT NULL
Filename: controllers/cp/members.php
Line Number: 3208
I haven’t found any info in a forum search, so any help would be much appreciated.
Thank you! I’m running EE 2.5.2