Lỗi cơ sở dữ liệu WordPress: [Table 'laxate5_wpmttme.wpfw_tec_occurrences' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wpfw_posts.ID
FROM wpfw_posts JOIN wpfw_tec_occurrences ON wpfw_posts.ID = wpfw_tec_occurrences.post_id
WHERE 1=1 AND ((wpfw_posts.post_type = 'tribe_events' AND (wpfw_posts.post_status = 'publish' OR wpfw_posts.post_status = 'tribe-ea-success' OR wpfw_posts.post_status = 'tribe-ea-failed' OR wpfw_posts.post_status = 'tribe-ea-schedule' OR wpfw_posts.post_status = 'tribe-ea-pending' OR wpfw_posts.post_status = 'tribe-ea-draft')))
ORDER BY wpfw_posts.post_date DESC
LIMIT 0, 10
Lỗi cơ sở dữ liệu WordPress: [Table 'laxate5_wpmttme.wpfw_tec_occurrences' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wpfw_posts.ID, CAST( wpfw_tec_occurrences.start_date AS DATETIME ) AS event_date, CAST( wpfw_tec_occurrences.duration AS DECIMAL ) AS event_duration
FROM wpfw_posts
JOIN wpfw_tec_occurrences ON wpfw_posts.ID = wpfw_tec_occurrences.post_id
WHERE 1=1 AND (
CAST(wpfw_tec_occurrences.end_date AS DATETIME) > '2026-02-27 00:00:00'
AND
CAST(wpfw_tec_occurrences.start_date AS DATETIME) < '2026-02-28 23:59:59'
) AND wpfw_posts.post_type = 'tribe_events' AND ((wpfw_posts.post_status = 'publish'))
GROUP BY wpfw_tec_occurrences.occurrence_id
ORDER BY wpfw_tec_occurrences.start_date ASC, wpfw_tec_occurrences.duration ASC, wpfw_posts.post_date ASC
LIMIT 0, 30