Now I have this problem
Database loading error. Check and repair your database in Components / Community Builder / Tools.
SQL Error (visible to super-admins only): Unknown column 'a.edit' in 'field list' SQL=SELECT a.`fieldid`, a.`name`, a.`title`, b.`name` AS `pluginname`, b.`published` AS `pluginstate`, a.`pluginid`, a.`type`, c.`pluginid` AS `tabpluginid`, d.`name` AS `tabpluginname`, d.`published` AS `tabpluginstate`, c.`title` AS `tabname`, c.`enabled` AS `tabstate`, a.`tabid`, a.`required`, a.`profile`, a.`registration`, a.`edit`, a.`searchable`, a.`published`, a.`ordering`, a.`sys`, a.`tablecolumns` FROM `jos_comprofiler_fields` AS a LEFT JOIN `jos_comprofiler_plugin` AS b ON b.`id` = a.`pluginid` INNER JOIN `jos_comprofiler_tabs` AS c ON c.`fields` = 1 AND c.`tabid` = a.`tabid` LEFT JOIN `jos_comprofiler_plugin` AS d ON d.`id` = c.`pluginid` ORDER BY c.`position`, c.`ordering`, a.`ordering`, a.`name` LIMIT 0, 20
CB Plugins database not upgraded. Please check and fix CB database in administration area in Components / Community Builder / Tools / Check Community Builder Database.
SQL Error (visible to super-admins only): Unknown column 'viewaccesslevel' in 'where clause' SQL=SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup FROM `jos_comprofiler_plugin` WHERE `published` = 1 AND `viewaccesslevel` IN (1,2,3,4) AND `type` = 'user' ORDER BY `ordering`
CB Plugins database not upgraded. Please check and fix CB database in administration area in Components / Community Builder / Tools / Check Community Builder Database.
SQL Error (visible to super-admins only): Unknown column 'viewaccesslevel' in 'where clause' SQL=SELECT *, CONCAT_WS( "/", `folder`, `element` ) AS lookup FROM `jos_comprofiler_plugin` WHERE `published` >= 0 AND `viewaccesslevel` IN (1,2,3,4) AND `type` = 'user' ORDER BY `ordering`