WordPress database error: [Unknown column 'wp_tec_occurrences.start_date' in 'field list'] SELECT wp_posts.*, CAST( wp_tec_occurrences.start_date AS DATETIME ) AS event_date
FROM wp_posts LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id AND wp_postmeta.meta_key = '_EventHideFromUpcoming' ) LEFT JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id ) LEFT JOIN wp_postmeta AS mt2 ON ( wp_posts.ID = mt2.post_id )
WHERE 1=1 AND (((wp_posts.post_title LIKE '%awareness%') OR (wp_posts.post_excerpt LIKE '%awareness%') OR (wp_posts.post_content LIKE '%awareness%'))) AND (wp_posts.post_password = '') AND (
wp_postmeta.post_id IS NULL
AND
( mt1.meta_key = '_EventEndDate' AND CAST(mt1.meta_value AS DATETIME) <= '2026-01-04 00:00:00' )
AND
( mt2.meta_key = '_EventStartDate' AND CAST(mt2.meta_value AS DATETIME) >= '2025-12-01 00:00:00' )
) AND wp_posts.post_type IN ('nfxf_research_study', 'nfxf_treatments', 'nfxf_webinars', 'nfxf_xtraordinary', 'post') AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_tec_occurrences.occurrence_id
ORDER BY event_date ASC, wp_posts.post_title LIKE '%awareness%' DESC, wp_posts.post_date ASC
Fragile X is complex and can be challenging to explain. We developed handy talking points that make it easier to share information, spread awareness, and start conversations with the people in your life.
Fragile X is complex and can be challenging to explain. We developed handy talking points that make it easier to share information, spread awareness, and start conversations with the people in your life.
WordPress database error: [Unknown column 'wp_tec_occurrences.start_date' in 'field list'] 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
WHERE 1=1 AND (((wp_posts.post_title LIKE '%awareness%') OR (wp_posts.post_excerpt LIKE '%awareness%') OR (wp_posts.post_content LIKE '%awareness%'))) AND (wp_posts.post_password = '') AND wp_posts.post_type IN ('nfxf_research_study', 'nfxf_treatments', 'nfxf_webinars', 'nfxf_xtraordinary', 'post') AND ((wp_posts.post_status = 'publish')) AND ((
wp_tec_occurrences.start_date < '2026-01-05 23:59:59'
AND
wp_tec_occurrences.end_date > '2025-12-01 00:00:00'
))
GROUP BY wp_tec_occurrences.occurrence_id
ORDER BY event_date ASC, event_duration ASC, wp_posts.menu_order ASC
WordPress database error: [Unknown column 'wp_tec_occurrences.start_date' in 'field list'] SELECT SQL_CALC_FOUND_ROWS wp_posts.ID, CAST( wp_tec_occurrences.start_date AS DATETIME ) AS event_date
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (((wp_posts.post_title LIKE '%awareness%') OR (wp_posts.post_excerpt LIKE '%awareness%') OR (wp_posts.post_content LIKE '%awareness%'))) AND (wp_posts.post_password = '') AND (
( wp_postmeta.meta_key = '_EventStartDate' AND CAST(wp_postmeta.meta_value AS DATETIME) > '2025-12-31 23:59:59' )
) AND wp_posts.post_type IN ('nfxf_research_study', 'nfxf_treatments', 'nfxf_webinars', 'nfxf_xtraordinary', 'post') AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_tec_occurrences.occurrence_id
ORDER BY event_date ASC, wp_posts.post_title LIKE '%awareness%' DESC, wp_posts.post_date ASC
LIMIT 0, 1
WordPress database error: [Unknown column 'wp_tec_occurrences.start_date' in 'field list'] SELECT SQL_CALC_FOUND_ROWS wp_posts.ID, CAST( wp_tec_occurrences.start_date AS DATETIME ) AS event_date
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (((wp_posts.post_title LIKE '%awareness%') OR (wp_posts.post_excerpt LIKE '%awareness%') OR (wp_posts.post_content LIKE '%awareness%'))) AND (wp_posts.post_password = '') AND (
( wp_postmeta.meta_key = '_EventStartDate' AND CAST(wp_postmeta.meta_value AS DATETIME) < '2025-12-01 00:00:00' )
) AND wp_posts.post_type IN ('nfxf_research_study', 'nfxf_treatments', 'nfxf_webinars', 'nfxf_xtraordinary', 'post') AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_tec_occurrences.occurrence_id
ORDER BY event_date DESC, wp_posts.post_title LIKE '%awareness%' DESC, wp_posts.post_date DESC
LIMIT 0, 1