Ongoing Plugin Issues
-
This plugin… is a constant, never-ending source of website problems. I have many support posts on here. The ongoing issues have cost us steeply for ongoing developer support. We have several dozen websites, but only this one with Events Calendar suffers endless complications, including an error log file that fills up with Events Calendar errors, filling the hosting space with a bloated log file. We will likely have to abandon it due to two years of endless issues. As of the last four versions up to 6.3.2, this error repeated endlessly, which are developer verifies is the Event Calendar plugin:
[17-Feb-2024 06:15:44 UTC] WordPress database error Unknown column ‘wp_tec_occurrences.start_date_utc’ in ‘field list’ for query
SELECT wp_posts.ID, CAST( wp_tec_occurrences.start_date_utc AS DATETIME ) AS event_date_utc, CAST( wp_tec_occurrences.duration AS DECIMAL ) AS event_duration
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (259)
) AND (
( wp_postmeta.meta_key = ‘_EventEndDateUTC’ AND CAST(wp_postmeta.meta_value AS DATETIME) > ‘2022-02-11 05:00:00’ )
) AND wp_posts.post_type IN (‘post’, ‘page’, ‘attachment’, ‘donor’, ‘funds’, ‘donation’, ‘tribe_events’, ‘avada_portfolio’, ‘avada_faq’) AND ((wp_posts.post_status = ‘publish’))
GROUP BY wp_tec_occurrences.occurrence_id
ORDER BY event_date_utc ASC, event_duration ASC, wp_posts.post_date ASC
LIMIT 0, 11
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Avada/tribe/events/v2/default-template.php’), Tribe\Events\Views\V2\Template_Bootstrap->get_view_html, Tribe\Events\Views\V2\View->get_html, Tribe\Events\Views\V2\Views\List_View->setup_template_vars, Tribe\Events\Views\V2\View->setup_template_vars, Tribe__Repository->all, WP_Query->get_postsThe page I need help with: [log in to see the link]
- The topic ‘Ongoing Plugin Issues’ is closed to new replies.