I’m getting this error, a lot:
WordPress database error Table ‘openinindiana_geodir.wp_terms’ doesn’t exist for query SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_awezyz_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = ‘gd_placecategory’ AND tt.term_id = 8541 made by require(‘wp-blog-header.php’), wp, WP->main, WP->parse_request, do_action_ref_array(‘parse_request’), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, GeoDir_REST_Markers_Controller->get_item, GeoDir_REST_Markers_Controller->get_markers, apply_filters(‘geodir_rest_markers_query_where’), WP_Hook->apply_filters, GeoDir_REST_Markers_Controller->set_query_where, geodir_get_term_children
That table it’s referencing doesn’t exist. It’s not appropriately calling the custom table prefix in the table name.
Help?