wp-gdpr-compliance domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/dynamie/www2/wp-includes/functions.php on line 6170contact-form-7 domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/dynamie/www2/wp-includes/functions.php on line 6170wp-gdpr-compliance domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/dynamie/www2/wp-includes/functions.php on line 6170WordPress database error: [User 'dynamienew' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT mod150_postmeta.post_id
FROM mod150_postmeta
WHERE 1=1
AND mod150_postmeta.meta_key = '_EventHideFromUpcoming'
AND ( mod150_postmeta.meta_value = 'yes' OR mod150_postmeta.meta_value = '1' )
GROUP BY mod150_postmeta.post_id;
WordPress database error: [User 'dynamienew' has exceeded the 'max_questions' resource (current value: 40000)]SELECT t.term_id
FROM mod150_terms AS t INNER JOIN mod150_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('tribe_events_cat') AND t.slug IN ('in-person-conference')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'dynamienew' has exceeded the 'max_questions' resource (current value: 40000)]SELECT t.term_id
FROM mod150_terms AS t INNER JOIN mod150_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('tribe_events_cat') AND t.name IN ('in-person-conference')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'dynamienew' has exceeded the 'max_questions' resource (current value: 40000)]SELECT SQL_CALC_FOUND_ROWS mod150_posts.ID, CAST( orderby_event_date_meta.meta_value AS DATETIME ) AS event_date, CAST( orderby_event_duration_meta.meta_value AS DECIMAL ) AS event_duration
FROM mod150_posts
LEFT JOIN mod150_postmeta tribe_start_date_utc
ON ( mod150_posts.ID = tribe_start_date_utc.post_id
AND tribe_start_date_utc.meta_key = '_EventStartDate' )
LEFT JOIN mod150_postmeta tribe_end_date_utc
ON ( mod150_posts.ID = tribe_end_date_utc.post_id
AND tribe_end_date_utc.meta_key = '_EventEndDate' )
LEFT JOIN mod150_postmeta AS orderby_event_date_meta
ON (
orderby_event_date_meta.post_id = mod150_posts.ID
AND orderby_event_date_meta.meta_key = '_EventStartDate'
)
LEFT JOIN mod150_postmeta AS orderby_event_duration_meta
ON (
orderby_event_duration_meta.post_id = mod150_posts.ID
AND orderby_event_duration_meta.meta_key = '_EventDuration'
)
WHERE 1=1 AND (
0 = 1
) AND mod150_posts.post_type = 'tribe_events' AND ((mod150_posts.post_status = 'publish')) AND ((
tribe_start_date_utc.meta_value < '2026-04-11 23:59:59'
AND
tribe_end_date_utc.meta_value > '2026-04-11 00:00:00'
))
GROUP BY mod150_posts.ID
ORDER BY event_date ASC, event_duration ASC, mod150_posts.post_date ASC
LIMIT 0, 30