When I try to Approve the user it kicks me out. I tried in debug mode and
During its normal operations Community Builder often redirects you between pages and this causes potentially interesting debug information to be missed. When your site is in debug mode (global Joomla config is site debug ON), some of these automatic redirects are disabled. This is a normal feature of the debug mode and does not directly mean that you have any problems.
Click this link to proceed with the next page (in non-debug mode this is automatic): #
Code:
POST: array (
'usersbrowser' =>
array (
'search' => '',
'orderby' => 'id_asc',
'limit' => '50',
'limitstart' => '0',
'filter_session_id' => '',
'filter_group_id' =>
array (
0 => '',
),
'filter_banned' => '',
'filter_block' => '',
'filter_confirmed' => '',
'filter_approved' => '',
'filter_avatarapproved' => '',
'filter_canvasapproved' => '',
'filter_registeredfrom' => '',
'filter_registeredto' => '',
'filter_lastvisitfrom' => '',
'filter_lastvisitto' => '',
'filter_lastupdatefrom' => '',
'filter_lastupdateto' => '',
'filter_advanced' =>
array (
0 =>
array (
'column' => '',
'operator' => '',
'value' => '',
),
),
'filter_plan_id' => '',
'filter_status' => '',
'batch_group_id' =>
array (
0 => '',
),
'batch_banned' => '',
'batch_block' => '',
'batch_confirmed' => '',
'batch_approved' => '',
'batch_requireReset' => '',
'import_override' => '3',
'import_email' => '1',
'idcid' =>
array (
0 => '55',
),
'subtask' => 'setfield/approved/1',
),
'option' => 'com_comprofiler',
'view' => 'showusers',
'act' => '',
'cd8ab65dc3e711db26aa5ee8186d913b' => '1',
'task' => 'showusers',
)
Comment: There is no link to continue (just #) in "Click this link to proceed with the next page (in non-debug mode this is automatic): #"