Hi,
Hits and Connections fields works in profile user but no delimiter but not the delimiter that contains the query response.
In debug mode, there is this error 500.
Code:
JDatabaseMySQL::query: 1054 - Unknown column 'connections' in 'field list' SQL=SELECT ( `hits` + `connections` ) FROM `tig13_comprofiler` WHERE `id` = '49'
Call stack
# Function Location
1 JSite->dispatch() /home/geniusyoX/www/index.php:42
2 JComponentHelper::renderComponent() /home/geniusyoX/www/includes/application.php:197
3 JComponentHelper::executeComponent() /home/geniusyoX/www/libraries/joomla/application/component/helper.php:351
4 require_once() /home/geniusyoX/www/libraries/joomla/application/component/helper.php:383
5 userProfile() /home/geniusyoX/www/components/com_comprofiler/comprofiler.php:290
6 HTML_comprofiler::userProfile() /home/geniusyoX/www/components/com_comprofiler/comprofiler.php:710
7 CBuser->getProfileView() /home/geniusyoX/www/components/com_comprofiler/comprofiler.html.php:434
8 cbTabs->getViewTabs() /home/geniusyoX/www/administrator/components/com_comprofiler/plugin.foundation.php:1159
9 cbTabs->generateViewTabsContent() /home/geniusyoX/www/administrator/components/com_comprofiler/comprofiler.class.php:3432
10 cbTabs->_getTabContents() /home/geniusyoX/www/administrator/components/com_comprofiler/comprofiler.class.php:3391
11 cbTabs->_getFieldsContents() /home/geniusyoX/www/administrator/components/com_comprofiler/comprofiler.class.php:3947
12 cbTabs->_getSingleFieldContent() /home/geniusyoX/www/administrator/components/com_comprofiler/comprofiler.class.php:4115
13 cbPluginHandler->callField() /home/geniusyoX/www/administrator/components/com_comprofiler/comprofiler.class.php:4177
14 cbPluginHandler->call() /home/geniusyoX/www/administrator/components/com_comprofiler/plugin.class.php:375
15 call_user_func_array() /home/geniusyoX/www/administrator/components/com_comprofiler/plugin.class.php:583
16 cbFieldHandler->getFieldRow()
17 CBfield_query->getField() /home/geniusyoX/www/administrator/components/com_comprofiler/plugin.class.php:815
18 CBfield_query->getQuery() /home/geniusyoX/www/components/com_comprofiler/plugin/user/plug_cbqueryfield/cbqueryfield.php:89
19 CBdatabase->loadResult() /home/geniusyoX/www/components/com_comprofiler/plugin/user/plug_cbqueryfield/cbqueryfield.php:186
20 JDatabase->loadResult() /home/geniusyoX/www/administrator/components/com_comprofiler/library/cb/cb.database.php:756
21 JDatabaseMySQL->execute() /home/geniusyoX/www/libraries/joomla/database/database.php:1138
22 JError::raiseError() /home/geniusyoX/www/libraries/joomla/database/database/mysql.php:548
23 JError::raise() /home/geniusyoX/www/libraries/joomla/error/error.php:251
Thanks