WordPress database error: [Table 'db3_simplyagiledev.hznr_options' doesn't exist]SELECT autoload FROM hznr_options WHERE option_name = 'mailpoet_cron_deactivating'
WordPress database error: [Table 'db3_simplyagiledev.hznr_users' doesn't exist]UPDATE IGNORE hznr_mailpoet_subscribers s
INNER JOIN hznr_users as wu ON s.wp_user_id = wu.id
SET s.email = wu.user_email
WordPress database error: [Table 'db3_simplyagiledev.hznr_options' doesn't exist]
SELECT COUNT(*)
FROM hznr_options
WHERE option_name LIKE 'elementor\\_1\\_custom\\_task\\_manger\\_batch\\_%'
WordPress database error: [Table 'db3_simplyagiledev.hznr_options' doesn't exist]SELECT autoload FROM hznr_options WHERE option_name = 'bb_presence_interval'
WordPress database error: [Table 'db3_simplyagiledev.hznr_options' doesn't exist]SELECT COUNT(*) FROM hznr_options WHERE option_name LIKE 'wp\\_1\\_bp\\_updater\\_batch\\_%'
WordPress database error: [Table 'db3_simplyagiledev.hznr_options' doesn't exist]SHOW FULL COLUMNS FROM `hznr_options`
WordPress database error: [Table 'db3_simplyagiledev.hznr_options' doesn't exist]DELETE FROM hznr_options WHERE option_name LIKE 'bb\\_reaction\\_mode\\_before\\_save\\_%'
WordPress database error: [Table 'db3_simplyagiledev.hznr_options' doesn't exist]SELECT COUNT(*) FROM hznr_options WHERE option_name LIKE 'wp\\_1\\_bb\\_email\\_updater\\_batch\\_%'
WordPress database error: [Table 'db3_simplyagiledev.hznr_options' doesn't exist]SELECT COUNT(*) FROM hznr_options WHERE option_name LIKE 'wp\\_1\\_bb\\_notifications\\_updater\\_batch\\_%'
WordPress database error: [Table 'db3_simplyagiledev.hznr_posts' doesn't exist]SELECT SQL_CALC_FOUND_ROWS (hznr_tec_occurrences.occurrence_id + 10000000) as occurrence_id
FROM hznr_posts LEFT JOIN hznr_term_relationships ON (hznr_posts.ID = hznr_term_relationships.object_id) LEFT JOIN hznr_term_relationships AS tt1 ON (hznr_posts.ID = tt1.object_id) JOIN hznr_tec_occurrences ON hznr_posts.ID = hznr_tec_occurrences.post_id
WHERE 1=1 AND (
hznr_term_relationships.term_taxonomy_id IN (100)
AND
tt1.term_taxonomy_id IN (100)
) AND ((hznr_posts.post_type = 'tribe_events' AND (hznr_posts.post_status = 'publish' OR hznr_posts.post_status = 'tribe-ea-success' OR hznr_posts.post_status = 'tribe-ea-failed' OR hznr_posts.post_status = 'tribe-ea-schedule' OR hznr_posts.post_status = 'tribe-ea-pending' OR hznr_posts.post_status = 'tribe-ea-draft' OR hznr_posts.post_status = 'tec-tc-completed' OR hznr_posts.post_status = 'tec-tc-denied' OR hznr_posts.post_status = 'tec-tc-pending' OR hznr_posts.post_status = 'tec-tc-refunded' OR hznr_posts.post_status = 'tec-tc-voided')))
GROUP BY hznr_tec_occurrences.occurrence_id
ORDER BY hznr_posts.post_date DESC
LIMIT 0, 12
WordPress database error: [Table 'db3_simplyagiledev.hznr_posts' doesn't exist]SELECT SQL_CALC_FOUND_ROWS (hznr_tec_occurrences.occurrence_id + 10000000) as occurrence_id
FROM hznr_posts LEFT JOIN hznr_term_relationships ON (hznr_posts.ID = hznr_term_relationships.object_id)
JOIN hznr_tec_occurrences ON hznr_posts.ID = hznr_tec_occurrences.post_id
INNER JOIN (
SELECT hznr_tec_occurrences.occurrence_id
FROM hznr_posts
INNER JOIN hznr_tec_occurrences ON hznr_posts.ID = hznr_tec_occurrences.post_id
INNER JOIN hznr_tec_series_relationships ON hznr_tec_series_relationships.event_post_id = hznr_tec_occurrences.post_id
INNER JOIN (
SELECT relationship.series_post_id, MIN(hznr_tec_occurrences.end_date) occurrence_date
FROM hznr_tec_occurrences
INNER JOIN hznr_tec_series_relationships as relationship ON relationship.event_post_id = hznr_tec_occurrences.post_id
WHERE CAST(hznr_tec_occurrences.end_date AS DATETIME) > '2030-09-15 00:00:00'
GROUP BY relationship.series_post_id
) results_by_series ON results_by_series.series_post_id = hznr_tec_series_relationships.series_post_id AND results_by_series.occurrence_date = hznr_tec_occurrences.end_date
WHERE 1=1 AND hznr_posts.post_status IN('publish') AND hznr_posts.ID NOT IN(15359)
UNION DISTINCT
SELECT hznr_tec_occurrences.occurrence_id
FROM hznr_posts
INNER JOIN hznr_tec_occurrences ON hznr_posts.ID = hznr_tec_occurrences.post_id
LEFT JOIN hznr_tec_series_relationships as relationship ON relationship.event_post_id = hznr_tec_occurrences.post_id
WHERE CAST(hznr_tec_occurrences.end_date AS DATETIME) > '2030-09-15 00:00:00'
AND relationship.event_post_id IS NULL
AND 1=1 AND hznr_posts.post_status IN('publish') AND hznr_posts.ID NOT IN(15359)
) AS `condense_occurrences`
ON `condense_occurrences`.occurrence_id = `hznr_tec_occurrences`.occurrence_id
WHERE 1=1 AND (
hznr_term_relationships.term_taxonomy_id IN (100)
) AND hznr_posts.post_type = 'tribe_events' AND ((hznr_posts.post_status = 'publish')) AND (hznr_posts.ID NOT IN (15359))
GROUP BY hznr_tec_occurrences.occurrence_id
ORDER BY hznr_tec_occurrences.start_date ASC, hznr_tec_occurrences.duration ASC, hznr_posts.post_date ASC
LIMIT 0, 30