WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]SELECT option_name, option_value FROM wp_foyt_options WHERE option_name IN ('_site_transient_wp_theme_files_patterns-401317a786481d33079ecdd5e395ab88','_site_transient_timeout_wp_theme_files_patterns-401317a786481d33079ecdd5e395ab88')
WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]INSERT INTO `wp_foyt_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_timeout_wp_theme_files_patterns-401317a786481d33079ecdd5e395ab88', '1747611945', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]INSERT INTO `wp_foyt_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_wp_theme_files_patterns-401317a786481d33079ecdd5e395ab88', 'a:2:{s:7:\"version\";s:5:\"1.1.0\";s:8:\"patterns\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]SELECT Id, configuration FROM wp_foyt_FinalTiles_gallery order by id
WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]SELECT option_value FROM wp_foyt_options WHERE option_name = 'pue_install_key_event_aggregator' LIMIT 1
WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]SELECT option_name, option_value FROM wp_foyt_options WHERE option_name IN ('_transient__tribe_events_needs_capability_init','_transient_timeout__tribe_events_needs_capability_init')
WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]SELECT option_name, option_value FROM wp_foyt_options WHERE option_name IN ('_transient__tribe_events_delayed_flush_rewrite_rules','_transient_timeout__tribe_events_delayed_flush_rewrite_rules')
WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]SELECT option_name, option_value FROM wp_foyt_options WHERE option_name IN ('_transient_wpstg_permalinks_do_purge','_transient_timeout_wpstg_permalinks_do_purge')
WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]SELECT SQL_CALC_FOUND_ROWS wp_foyt_posts.ID
FROM wp_foyt_posts
WHERE 1=1 AND ((wp_foyt_posts.post_type = 'tribe_events' AND (wp_foyt_posts.post_status = 'publish' OR wp_foyt_posts.post_status = 'tribe-ea-success' OR wp_foyt_posts.post_status = 'tribe-ea-failed' OR wp_foyt_posts.post_status = 'tribe-ea-schedule' OR wp_foyt_posts.post_status = 'tribe-ea-pending' OR wp_foyt_posts.post_status = 'tribe-ea-draft')))
ORDER BY wp_foyt_posts.post_date DESC
LIMIT 60, 10
WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]
SELECT wp_foyt_postmeta.post_id
FROM wp_foyt_postmeta
WHERE 1=1
AND wp_foyt_postmeta.meta_key = '_EventHideFromUpcoming'
AND ( wp_foyt_postmeta.meta_value = 'yes' OR wp_foyt_postmeta.meta_value = '1' )
GROUP BY wp_foyt_postmeta.post_id;
WordPress database error: [User 'Lf2pQALIQ709iK3' has exceeded the 'max_questions' resource (current value: 300000)]SELECT SQL_CALC_FOUND_ROWS wp_foyt_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 wp_foyt_posts INNER JOIN wp_foyt_postmeta ON ( wp_foyt_posts.ID = wp_foyt_postmeta.post_id )
LEFT JOIN wp_foyt_postmeta AS orderby_event_date_meta
ON (
orderby_event_date_meta.post_id = wp_foyt_posts.ID
AND orderby_event_date_meta.meta_key = '_EventStartDate'
)
LEFT JOIN wp_foyt_postmeta AS orderby_event_duration_meta
ON (
orderby_event_duration_meta.post_id = wp_foyt_posts.ID
AND orderby_event_duration_meta.meta_key = '_EventDuration'
)
WHERE 1=1 AND (
( wp_foyt_postmeta.meta_key = '_EventEndDate' AND CAST(wp_foyt_postmeta.meta_value AS DATETIME) > '2023-07-27 00:00:00' )
) AND wp_foyt_posts.post_type = 'tribe_events' AND ((wp_foyt_posts.post_status = 'publish'))
GROUP BY wp_foyt_posts.ID
ORDER BY event_date ASC, event_duration ASC, wp_foyt_posts.post_date ASC
LIMIT 180, 30