Erreur de la base de données WordPress : [Table 'fmfwsoa258.mod220_tec_occurrences' doesn't exist]SELECT SQL_CALC_FOUND_ROWS mod220_posts.ID
FROM mod220_posts JOIN mod220_tec_occurrences ON mod220_posts.ID = mod220_tec_occurrences.post_id
WHERE 1=1 AND ((mod220_posts.post_type = 'tribe_events' AND (mod220_posts.post_status = 'publish' OR mod220_posts.post_status = 'tribe-ea-success' OR mod220_posts.post_status = 'tribe-ea-failed' OR mod220_posts.post_status = 'tribe-ea-schedule' OR mod220_posts.post_status = 'tribe-ea-pending' OR mod220_posts.post_status = 'tribe-ea-draft')))
ORDER BY mod220_posts.post_date DESC
LIMIT 0, 12
Erreur de la base de données WordPress : [Table 'fmfwsoa258.mod220_tec_occurrences' doesn't exist]SELECT SQL_CALC_FOUND_ROWS mod220_posts.ID, CAST( mod220_tec_occurrences.start_date AS DATETIME ) AS event_date, CAST( mod220_tec_occurrences.duration AS DECIMAL ) AS event_duration
FROM mod220_posts
JOIN mod220_tec_occurrences ON mod220_posts.ID = mod220_tec_occurrences.post_id
WHERE 1=1 AND (
mod220_tec_occurrences.end_date > '2026-06-08 00:00:00'
AND
mod220_tec_occurrences.start_date < '2026-06-30 23:59:59'
) AND mod220_posts.post_type = 'tribe_events' AND ((mod220_posts.post_status = 'publish'))
GROUP BY mod220_tec_occurrences.occurrence_id
ORDER BY mod220_tec_occurrences.start_date ASC, mod220_tec_occurrences.duration ASC, mod220_posts.post_date ASC
LIMIT 0, 30