Comment to 'BUGS: Manage group (select active or hidden)'
  • Same error for events...

    Called script: /grid.php

    Query:
    SELECT COUNT(*) FROM `bx_events_data` AS `td` LEFT JOIN `sys_profiles` AS `tp` ON `td`.`id`=`tp`.`content_id` AND `tp`.`type`='bx_events' LEFT JOIN `sys_accounts` AS `ta` ON `tp`.`account_id`=`ta`.`id` WHERE 1 AND `tp`.`account_id`=1 AND `status`='hidden'
    
    Mysql error:
    Column 'status' in where clause is ambiguous
    
    collation_connection:
    utf8mb4_unicode_ci
    

    I'm imagining this will happen across all modules that use this query syntax.