I have added and removed and ton (hundreds) of fields to try and figure out the best way to do some things. And now, im getting an error that wont let me add any more profile fields.
Code:
moscomprofilerFields::store failed: CBSQLupgrader::changeColumn (ADD) of Table #__comprofiler Column cb_sector2 failed with SQL error: 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 SQL=ALTER TABLE `xvwqp_comprofiler`\n ADD `cb_sector2` varchar(255) DEFAULT NULL 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 SQL=ALTER TABLE `xvwqp_comprofiler`\n ADD `cb_sector2` varchar(255) DEFAULT NULL
Any help would be amazing. Thanks
-OwNaGe