Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter digitaloffice

    (@digitaloffice)

    Believe me, I know how it is, but over a year for this single bug is incredible. Especially when it’s an extremely bad bug. When you check the box for inline, it doesn’t stick. That’s another bug that’s been there for over a year. If this is truly the fix, at the very least update the plugin to include this option checked by default.

    Looks like 4.5.13 fixed this issue for me.

    Related to this problem is this, which is in our logs when visiting the calendar:

    WordPress database error Unknown column ‘wp_postmeta.meta_value’ in ‘field list’ for query 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 = ‘tribe-ea-success’ OR wp_posts.post_status = ‘tribe-ea-failed’ OR wp_posts.post_status = ‘tribe-ea-schedule’ OR wp_posts.post_status = ‘tribe-ea-pending’ OR wp_posts.post_status = ‘tribe-ea-draft’ OR wp_posts.post_status = ‘private’) ORDER BY EventStartDate DESC, wp_posts.post_date DESC LIMIT 0, 1 made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts

    THE SOLUTION is to change this:

    MIN(wp_postmeta.meta_value)

    To this:

    MIN(tribe_event_end_date.meta_value)

    Thread Starter digitaloffice

    (@digitaloffice)

    Yes, and I’m not positive, but I’m pretty sure it had to do with figuring out what ID for the gallery the settings are expecting.

    Yes, I think the developer didn’t test thoroughly.

    The fix is to go into the settings screen for the plugin, then set all the defaults for it as dictated by the “(default: x)” comments, where x is either on or off.

    That should do it.

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