Quantcast
Channel: Topic Tag: Database Error | WordPress.org
Viewing all articles
Browse latest Browse all 642

WordPress database error Unknown column ‘wp_tec_occurrences.start_date_utc’ ..

$
0
0

Getting empty result on website and this in error log with theme Impreza when using ajax “load more” function in blog or search results like /?s=e

WordPress database error Unknown column 'wp_tec_occurrences.start_date_utc' in 'field list' for query 
			SELECT SQL_CALC_FOUND_ROWS  wp_posts.*, CAST( wp_tec_occurrences.start_date_utc AS DATETIME ) AS event_date_utc
			FROM wp_posts  LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id AND wp_postmeta.meta_key = '_EventHideFromUpcoming' )  LEFT JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id )
			WHERE 1=1  AND (((wp_posts.post_title LIKE '%e%') OR (wp_posts.post_excerpt LIKE '%e%') OR (wp_posts.post_content LIKE '%e%')))  AND ( 
  wp_postmeta.post_id IS NULL 
  AND 
  ( mt1.meta_key = '_EventStartDateUTC' AND CAST(mt1.meta_value AS DATETIME) >= '2023-06-13 21:15:30' )
) AND wp_posts.post_type IN ('page', 'post', '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'))
			GROUP BY wp_tec_occurrences.occurrence_id
			ORDER BY event_date_utc DESC, wp_posts.post_title ASC, wp_posts.post_date ASC
			LIMIT 12, 12
		 made by do_action('wp_ajax_us_ajax_grid'), WP_Hook->do_action, WP_Hook->apply_filters, us_ajax_grid, us_load_template, include('/plugins/us-core/templates/us_grid/listing.php'), apply_filters('us_grid_listing_query_args'), WP_Hook->apply_filters, the_events_calendar_us_grid_listing_query_args, tribe_get_events, Tribe__Events__Query::getEvents, WP_Query->get_posts

If plugin The Events Calendar is deactivated, the same ajax “load more” works fine and shows results.

In database wp_tec_occurrences.start_date_utc exists and has values.

WP 6.2.2, theme Impreza 8.16 (latest), The Events Calendar 6.0.13.1


Viewing all articles
Browse latest Browse all 642

Trending Articles