Title: Error database
Last modified: August 31, 2016

---

# Error database

 *  Resolved [laetitia Godet](https://wordpress.org/support/users/laetitia-godet/)
 * (@laetitia-godet)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-database-8/)
 * Hello,
 * I get the following error :
    Erreur de la base de donn\xc3\xa9es WordPress Champ‘
   wp_postmeta.meta_value’ inconnu dans field list pour la requ\xc3\xaate 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
   = ‘_EventEndDateUTC’ ) WHERE 1=1 AND wp_posts.post_type = ‘tribe_events’ AND (
   wp_posts.post_status = ‘publish’) AND ( wp_posts.post_view_cap IN (‘exist’) )
   ORDER BY EventStartDate DESC, wp_posts.post_date DESC LIMIT 0, 1 faite par require(‘
   wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query-
   >get_posts
 * How to correct it?
 * Thanks
 * [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [laetitia Godet](https://wordpress.org/support/users/laetitia-godet/)
 * (@laetitia-godet)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-database-8/#post-7440960)
 * WordPress : 4.5.2
    Plugin The Event Calendar : 4.1.4
 *  Thread Starter [laetitia Godet](https://wordpress.org/support/users/laetitia-godet/)
 * (@laetitia-godet)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-database-8/#post-7440972)
 * If I change as :
    SELECT DISTINCT wp_posts.*, MIN(**tribe_event_end_date**.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 = ‘_EventEndDateUTC’ ) WHERE 1=1 AND
   wp_posts.post_type = ‘tribe_events’ AND (wp_posts.post_status = ‘publish’) AND(
   wp_posts.post_view_cap IN (‘exist’) ) ORDER BY EventStartDate DESC, wp_posts.
   post_date DESC LIMIT 0
 * it’s work but where is the query ?
 *  [Brook](https://wordpress.org/support/users/brook-tribe/)
 * (@brook-tribe)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-database-8/#post-7441153)
 * Howdy Laetitia,
 * I already helped you in you other topic: [https://wordpress.org/support/topic/error-database-7](https://wordpress.org/support/topic/error-database-7)
   Please note it is against the forum rules on WordPress.org to bump topics or 
   open duplicates. Just so you don’t get on the moderators list I would keep things
   confined to the one topic. 🙂
 * – Brook

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error database’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Brook](https://wordpress.org/support/users/brook-tribe/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/error-database-8/#post-7441153)
 * Status: resolved