WORDPRESS DATABASE ERROR
-
at https://bmwmoc.org/events/ i am getting a “header” error message on the page.
It states:
WordPress database error: [Unknown column ‘wpno_postmeta.meta_value’ in ‘field list’]
SELECT DISTINCT wpno_posts.*, MIN(wpno_postmeta.meta_value) as EventStartDate, MIN(tribe_event_end_date.meta_value) as EventEndDate FROM wpno_posts LEFT JOIN wpno_postmeta as tribe_event_end_date ON ( wpno_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = ‘_EventEndDate’ ) WHERE 1=1 AND wpno_posts.post_type = ‘tribe_events’ AND (wpno_posts.post_status = ‘publish’ OR wpno_posts.post_status = ‘closed’ OR wpno_posts.post_status = ‘tribe-ea-success’ OR wpno_posts.post_status = ‘tribe-ea-failed’ OR wpno_posts.post_status = ‘tribe-ea-schedule’ OR wpno_posts.post_status = ‘tribe-ea-pending’ OR wpno_posts.post_status = ‘tribe-ea-draft’ OR wpno_posts.post_status = ‘private’ OR wpno_posts.post_status = ‘hidden’) ORDER BY EventStartDate DESC, wpno_posts.post_date DESC LIMIT 0, 1I have Optimized databases before and after updating from WP V 4.8.3 to 4.9.4
to no avail. Can you help?
We also have Event Aggregator installed importing from GOOGLE calendarThe page I need help with: [log in to see the link]
- The topic ‘WORDPRESS DATABASE ERROR’ is closed to new replies.