Hello,
We used "esztany3.borviz_com" subdomain for building our website, but we went live with "esztany.com" domain. After the switch we are seeing an error message in our logs... how can we get rid of it?
-------
e_relationships_per_origin, OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery->get_results
[10-Nov-2021 06:32:42 UTC] WordPress database error Table 'FOw_esztany3_borviz_com.wp_toolset_relationships' doesn't exist for query SELECT
relationships.id AS id,
relationships.slug AS slug,
relationships.display_name_plural AS display_name_plural,
relationships.display_name_singular AS display_name_singular,
relationships.driver AS driver,
relationships.parent_domain AS parent_domain,
relationships.child_domain AS child_domain,
relationships.intermediary_type AS intermediary_type,
relationships.ownership AS ownership,
relationships.cardinality_parent_max AS cardinality_parent_max,
relationships.cardinality_parent_min AS cardinality_parent_min,
relationships.cardinality_child_max AS cardinality_child_max,
relationships.cardinality_child_min AS cardinality_child_min,
relationships.is_distinct AS is_distinct,
relationships.scope AS scope,
relationships.origin AS origin,
relationships.role_name_parent AS role_name_parent,
relationships.role_name_child AS role_name_child,
relationships.role_name_intermediary AS role_name_intermediary,
relationships.role_label_parent_singular AS role_label_parent_singular,
relationships.role_label_child_singular AS role_label_child_singular,
relationships.role_label_parent_plural AS role_label_parent_plural,
relationships.role_label_child_plural AS role_label_child_plural,
relationships.needs_legacy_support AS needs_legacy_support,
relationships.is_active AS is_active,
relationships.autodelete_intermediary AS autodelete_intermediary,
relationships.parent_types AS parent_types_set_id,
relationships.child_types AS child_types_set_id,
GROUP_CONCAT(DISTINCT parent_types_table.type) AS parent_types,
GROUP_CONCAT(DISTINCT child_types_table.type) AS child_types
FROM wp_toolset_relationships AS relationships
JOIN wp_toolset_type_sets AS parent_types_table
ON (relationships.parent_types = parent_types_table.set_id )
JOIN wp_toolset_type_sets AS child_types_table
ON (relationships.child_types = child_types_table.set_id )
WHERE ( ( relationships.child_domain = 'posts' ) AND ( child_types_table.type = 'page' ) ) AND ( 1 = 1 ) AND ( ( relationships.cardinality_parent_max = 1 ) AND ( relationships.cardinality_child_max != 1 ) ) AND ( relationships.is_active = 1 ) AND ( ( (
relationships.parent_domain != 'posts'
OR parent_types_table.type IN ( 'post', 'page', 'attachment', 'oembed_cache', 'user_request', 'wp_template', 'kadence_element', 'product', 'product_variation', 'shop_order', 'shop_order_refund', 'shop_coupon', 'cookielawinfo', 'kb_icon' )
) ) AND ( (
relationships.child_domain != 'posts'
OR child_types_table.type IN ( 'post', 'page', 'attachment', 'oembed_cache', 'user_request', 'wp_template', 'kadence_element', 'product', 'product_variation', 'shop_order', 'shop_order_refund', 'shop_coupon', 'cookielawinfo', 'kb_icon' )
) ) ) GROUP BY relationships.id 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, WP_REST_Server->respond_to_request, Toolset\DynamicSources\Rest\Cache->get_cache, do_action('toolset/dynamic_sources/actions/register_sources'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset\DynamicSources\DynamicSources->register_sources, Toolset\DynamicSources\Registration->register_post_providers, apply_filters('toolset/dynamic_sources/filters/register_post_providers'), WP_Hook->apply_filters, Toolset\DynamicSources\ToolsetSources\Main->Toolset\DynamicSources\ToolsetSources\{closure}, Toolset\DynamicSources\ToolsetSources\Main->get_toolset_post_providers, Toolset\DynamicSources\ToolsetSources\RelationshipService->get_relationships_acceptable_for_sources, toolset_get_relationships, OTGS\Toolset\Common\Relationships\DatabaseLayer\RelationshipQuery\RelationshipQuery->get_results