WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT FOUND_ROWS()
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT wp_posts.* FROM wp_posts WHERE ID IN (56843,56842,56837,56833,56831,56830,56829,56825,56824,56821,56819,56801)
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (56843,56842,56837,56833,56831,56830,56829,56825,56824,56821,56819,56801) ORDER BY meta_id ASC
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56843 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56842 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56837 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56833 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56831 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56830 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56829 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56825 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56824 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56821 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56819 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56801 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56843 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56842 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56837 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56833 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56831 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56830 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56829 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56825 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56824 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56821 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56819 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 56801 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]
SELECT wp_postmeta.post_id
FROM wp_postmeta
WHERE 1=1
AND wp_postmeta.meta_key = '_EventHideFromUpcoming'
AND ( wp_postmeta.meta_value = 'yes' OR wp_postmeta.meta_value = '1' )
GROUP BY wp_postmeta.post_id;
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('tribe_events_cat') AND t.slug IN ('youth')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('tribe_events_cat') AND t.name IN ('youth')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT wp_posts.ID, CAST( wp_tec_occurrences.start_date AS DATETIME ) AS event_date, CAST( wp_tec_occurrences.duration AS DECIMAL ) AS event_duration
FROM wp_posts
JOIN wp_tec_occurrences ON wp_posts.ID = wp_tec_occurrences.post_id
WHERE 1=1 AND (
0 = 1
) AND (
wp_tec_occurrences.end_date > '2022-12-16 00:00:00'
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_tec_occurrences.start_date ASC, wp_tec_occurrences.duration ASC, wp_posts.post_date ASC
LIMIT 4128, 13
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'ls_conditional_script_loading' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'ls_load_all_js_files' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'ls_include_at_footer' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'ls_use_custom_jquery' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'layerslider_custom_capability' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'ls_suppress_debug_info' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'layerslider-google-fonts-enabled' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 351 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id = 2
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('nav_menu') AND t.slug IN ('2')
LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('nav_menu') AND t.name IN ('2')
LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'tec_events_category_color_css' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 351 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wp_posts WHERE ID = 351 LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'ls_rocketscript_ignore' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'ls_defer_scripts' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = 'interact_promotion_id' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wp_options WHERE option_name = '_ninja_suppress_error' LIMIT 1
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]
SELECT id, code, scope, active, priority
FROM wp_snippets
WHERE scope IN ('head-content','footer-content') AND active=1
ORDER BY priority, id
WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('wp_theme') AND t.name IN ('church-event')
LIMIT 1