WordPress Database Issue
-
When we go to the page that our calendar is on, we receive a wordpress datebase error in the header of the page but we can still see the calendar. Any help eliminating this error would be great.
http://wiscoradio.com/calendar/
Database error –
WordPress database error: [Unknown column ‘wp_postmeta.meta_value’ in ‘field list’]
SELECT DISTINCT wp_posts.*, MIN(wp_postmeta.meta_value) as EventStartDate, MIN(tribe_event_end_date.meta_value) as EventEndDate FROM wp_posts LEFT JOIN wp_postmeta as tribe_event_end_date ON ( wp_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = ‘_EventEndDate’ ) WHERE 1=1 AND wp_posts.post_type = ‘tribe_events’ AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘private’) ORDER BY EventStartDate DESC, wp_posts.post_date DESC LIMIT 0, 1
The topic ‘WordPress Database Issue’ is closed to new replies.