WordPress-Datenbank-Fehler: [Unknown column 'wp_tec_occurrences.occurrence_id' in 'field list']
SELECT (wp_tec_occurrences.occurrence_id + 10000000) as occurrence_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 INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (((wp_posts.post_title LIKE '%Höhenangst%') OR (wp_posts.post_excerpt LIKE '%Höhenangst%') OR (wp_posts.post_content LIKE '%Höhenangst%'))) AND (wp_posts.post_password = '') AND (
( wp_postmeta.meta_key = '_EventEndDate' AND CAST(wp_postmeta.meta_value AS DATETIME) > '2023-06-03 19:02:10' )
) AND wp_posts.post_type IN ('post', 'page', 'avada_portfolio', 'avada_faq', 'product', 'tribe_events') AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_tec_occurrences.occurrence_id
ORDER BY event_date ASC, event_duration ASC, wp_posts.post_title LIKE '%Höhenangst%' DESC, wp_posts.post_date ASC
LIMIT 0, 11
Termine Abbau von Höhenangstenzo alex2022-03-31T13:51:23+02:00