When I try to install Community Builder CB, it gives me the following error:
Index column size too large. The maximum column size is 767 bytes. SQL=CREATE TABLE `#__comprofiler_field_values` ( `fieldvalueid` int(11) NOT NULL auto_increment, `fieldid` int(11) NOT NULL DEFAULT 0, `fieldtitle` varchar(255) NOT NULL DEFAULT '', `fieldlabel` varchar(255) NOT NULL DEFAULT '', `fieldgroup` tinyint(1) NOT NULL DEFAULT 0, `ordering` int(11) NOT NULL DEFAULT 0, `sys` tinyint(4) NOT NULL DEFAULT 0, PRIMARY KEY (`fieldvalueid`), KEY `fieldid_ordering` (`fieldid`, `ordering`), KEY `fieldtitle_id` (`fieldtitle`, `fieldid`), KEY `fieldlabel_id` (`fieldlabel`, `fieldid`) )AUTO_INCREMENT=16, ENGINE=InnoDB
Paquete Instalar: Se produjo un error instalando la extensión: com_comprofiler.zip
The name of the table in the database is jos_comprofiler.
Do I have to change the name to #__ comprofiler_field-values?