It seems randomly I get the following error when adding a new profile field:
A Database Error Occurred
Error Number: 1118Row 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_28 varchar(100) NULL DEFAULT NULL
Filename: controllers/cp/members.php
Line Number: 3208
« Back
It happens most times I try to create a new standard member field. Any ideas whatsoever what might be causing this?
It seems the new member field is being created in the DB table ” exp_member_fields” but is not being added as a column to “exp_member_data”