Tried upgrading to CB Connect 5 today and received the following error.
SQL error on field store2: moscomprofilerFields::store failed: CBSQLupgrader::changeColumn (ADD) of Table #__comprofiler Column github_userid 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 `j25_comprofiler`\\n ADD `github_userid` varchar(50) DEFAULT NULL\\nCBSQLupgrader::changeIndex (new) of Table #__comprofiler Index github_userid failed with SQL error: Key column \'github_userid\' doesn\'t exist in table SQL=ALTER TABLE `j25_comprofiler`\\n ADD KEY `github_userid` (`github_userid`) Key column \'github_userid\' doesn\'t exist in table SQL=ALTER TABLE `j25_comprofiler`\\n ADD KEY `github_userid` (`github_userid`)
Is this an issue with adding the new social networks or is this unique to me? Although it reported 'Success' on install, did it actuall not install properly?