We solved it by using this extension on the functions.php
function tribe_allow_large_joins() { global $wpdb; $wpdb->query('SET SQL_BIG_SELECTS=1'); } add_action('init', 'tribe_allow_large_joins');
We solved it by using this extension on the functions.php
function tribe_allow_large_joins() { global $wpdb; $wpdb->query('SET SQL_BIG_SELECTS=1'); } add_action('init', 'tribe_allow_large_joins');