Skip Navigation

[Resolved] Error creating a relationship

This support ticket is created 5 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 4 replies, has 2 voices.

Last updated by ramiroL 5 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#910831
relationship.JPG

I created two Post Type, "Estados" and "Cidades".

I'm trying to create a relationship between these post type and the below error is occurring.

An error when creating a relationship "": No relationship with slug "estado-cidade" was found.

-------

Relationship Summary
Relationship: Estados Cidades
Infinite Cidades can be assigned to one Estado

#910909

Hello,

The problem you mentioned above is abnormal, in case it is a compatibility problem, please try this:
1) You are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/
2) deactivate other plugins and switch to wordpress default theme, and test again
3) Enable PHP debug mode, copy and paste the debug logs here, also check if there is any JS errors
https://toolset.com/documentation/user-guides/debugging-types-and-views/

#911151

[08-Jun-2018 13:35:27 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:35:54 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:35:57 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:37:19 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:37:24 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:37:40 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:37:41 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:39:23 UTC] Erro de banco de dados do WordPress Table 'wpe__toolset_relationships' already exists para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:39:24 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:40:54 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:40:55 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:40:59 UTC] Erro de banco de dados do WordPress Table 'ramirolobo1.wpe__toolset_relationships' doesn't exist para a consulta
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.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 wpe__toolset_relationships AS relationships

JOIN wpe__toolset_type_sets AS parent_types_table
ON (relationships.parent_types = parent_types_table.set_id )
JOIN wpe__toolset_type_sets AS child_types_table
ON (relationships.child_types = child_types_table.set_id )
GROUP BY relationships.id feita por do_action('toolset_page_types-relationships'), WP_Hook->do_action, WP_Hook->apply_filters, Types_Page_Router->__call, Types_Page_Relationships->render_page, Types_Page_Relationships->build_page_context, Types_Page_Relationships->build_js_data, Types_Page_Relationships->build_relationship_data, Types_Page_Relationships->get_relationship_definition_viewmodel_factory, Types_Viewmodel_Relationship_Definition_Factory->__construct, Toolset_Relationship_Definition_Repository::get_instance, Toolset_Relationship_Definition_Repository->load_definitions, Toolset_Relationship_Database_Operations->load_all_relationships
[08-Jun-2018 13:40:59 UTC] Erro de banco de dados do WordPress Table 'ramirolobo1.wpe__toolset_relationships' doesn't exist para a consulta 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.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 wpe__toolset_relationships AS relationships
JOIN wpe__toolset_type_sets AS parent_types_table
ON (relationships.parent_types = parent_types_table.set_id )
JOIN wpe__toolset_type_sets AS child_types_table
ON (relationships.child_types = child_types_table.set_id )
WHERE ( ( ( relationships.parent_domain = 'posts' ) AND ( parent_types_table.type = 'estado' ) ) OR ( ( relationships.child_domain = 'posts' ) AND ( child_types_table.type = 'estado' ) ) ) AND ( relationships.is_active = 1 ) AND ( ( (
relationships.parent_domain != 'posts'
OR parent_types_table.type IN ( 'post', 'page', 'attachment', 'oembed_cache', 'user_request', 'product', 'product_variation', 'shop_order', 'shop_order_refund', 'shop_coupon', 'fl-builder-template', 'fl-theme-layout', 'estado', 'cidade' )
) ) AND ( (
relationships.child_domain != 'posts'
OR child_types_table.type IN ( 'post', 'page', 'attachment', 'oembed_cache', 'user_request', 'product', 'product_variation', 'shop_order', 'shop_order_refund', 'shop_coupon', 'fl-builder-template', 'fl-theme-layout', 'estado', 'cidade' )
) ) ) AND ( relationships.origin = 'wizard' ) GROUP BY relationships.id feita por do_action('toolset_page_types-relationships'), WP_Hook->do_action, WP_Hook->apply_filters, Types_Page_Router->__call, Types_Page_Relationships->render_page, Types_Page_Relationships->build_page_context, Types_Page_Relationships->build_js_data, Types_Page_Relationships->build_potential_intermediary_post_type_map, Toolset_Post_Type_Query->get_results, Toolset_Post_Type_Query->filter_bool_property, Toolset_Post_Type_Abstract->is_involved_in_relationship, Toolset_Relationship_Query_V2->get_results
[08-Jun-2018 13:40:59 UTC] Erro de banco de dados do WordPress Table 'ramirolobo1.wpe__toolset_relationships' doesn't exist para a consulta 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.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 wpe__toolset_relationships AS relationships
JOIN wpe__toolset_type_sets AS parent_types_table
ON (relationships.parent_types = parent_types_table.set_id )
JOIN wpe__toolset_type_sets AS child_types_table
ON (relationships.child_types = child_types_table.set_id )
WHERE ( ( ( relationships.parent_domain = 'posts' ) AND ( parent_types_table.type = 'cidade' ) ) OR ( ( relationships.child_domain = 'posts' ) AND ( child_types_table.type = 'cidade' ) ) ) AND ( relationships.is_active = 1 ) AND ( ( (
relationships.parent_domain != 'posts'
OR parent_types_table.type IN ( 'post', 'page', 'attachment', 'oembed_cache', 'user_request', 'product', 'product_variation', 'shop_order', 'shop_order_refund', 'shop_coupon', 'fl-builder-template', 'fl-theme-layout', 'estado', 'cidade' )
) ) AND ( (
relationships.child_domain != 'posts'
OR child_types_table.type IN ( 'post', 'page', 'attachment', 'oembed_cache', 'user_request', 'product', 'product_variation', 'shop_order', 'shop_order_refund', 'shop_coupon', 'fl-builder-template', 'fl-theme-layout', 'estado', 'cidade' )
) ) ) AND ( relationships.origin = 'wizard' ) GROUP BY relationships.id feita por do_action('toolset_page_types-relationships'), WP_Hook->do_action, WP_Hook->apply_filters, Types_Page_Router->__call, Types_Page_Relationships->render_page, Types_Page_Relationships->build_page_context, Types_Page_Relationships->build_js_data, Types_Page_Relationships->build_potential_intermediary_post_type_map, Toolset_Post_Type_Query->get_results, Toolset_Post_Type_Query->filter_bool_property, Toolset_Post_Type_Abstract->is_involved_in_relationship, Toolset_Relationship_Query_V2->get_results
[08-Jun-2018 13:41:08 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:41:26 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:41:29 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:41:34 UTC] Erro de banco de dados do WordPress Table 'ramirolobo1.wpe__toolset_relationships' doesn't exist para a consulta
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.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 wpe__toolset_relationships AS relationships

JOIN wpe__toolset_type_sets AS parent_types_table
ON (relationships.parent_types = parent_types_table.set_id )
JOIN wpe__toolset_type_sets AS child_types_table
ON (relationships.child_types = child_types_table.set_id )
GROUP BY relationships.id feita por do_action('wp_ajax_types_check_slug_conflicts'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Ajax->__call, Types_Ajax_Handler_Check_Slug_Conflicts->process_call, Types_Ajax_Handler_Check_Slug_Conflicts->check_slug_conflicts, Types_Ajax_Handler_Check_Slug_Conflicts->check_slug_conflicts_in_domain, Toolset_Naming_Helper->check_relationship_slug_conflicts, Toolset_Relationship_Query->get_results, Toolset_Relationship_Definition_Repository::get_instance, Toolset_Relationship_Definition_Repository->load_definitions, Toolset_Relationship_Database_Operations->load_all_relationships
[08-Jun-2018 13:41:41 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta
[08-Jun-2018 13:41:42 UTC] Erro de banco de dados do WordPress Table 'ramirolobo1.wpe__toolset_relationships' doesn't exist para a consulta
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.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 wpe__toolset_relationships AS relationships

JOIN wpe__toolset_type_sets AS parent_types_table
ON (relationships.parent_types = parent_types_table.set_id )
JOIN wpe__toolset_type_sets AS child_types_table
ON (relationships.child_types = child_types_table.set_id )
GROUP BY relationships.id feita por do_action('wp_ajax_types_relationships_action'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Ajax->__call, Types_Ajax_Handler_Relationships_Action->process_call, Types_Ajax_Handler_Relationships_Action->single_relationship_action, Types_Ajax_Handler_Relationships_Action->create_relationship, Types_Ajax_Handler_Relationships_Action->get_definition_repository, Toolset_Relationship_Definition_Repository::get_instance, Toolset_Relationship_Definition_Repository->load_definitions, Toolset_Relationship_Database_Operations->load_all_relationships
[08-Jun-2018 13:41:43 UTC] Erro de banco de dados do WordPress Table 'ramirolobo1.wpe__toolset_relationships' doesn't exist para a consulta SHOW FULL COLUMNS FROM `wpe__toolset_relationships` feita por do_action('wp_ajax_types_relationships_action'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Ajax->__call, Types_Ajax_Handler_Relationships_Action->process_call, Types_Ajax_Handler_Relationships_Action->single_relationship_action, Types_Ajax_Handler_Relationships_Action->create_relationship, Toolset_Relationship_Definition_Repository->create_definition, Toolset_Relationship_Definition_Persistence->insert_definition
[08-Jun-2018 13:41:43 UTC] Erro de banco de dados do WordPress Table 'ramirolobo1.wpe__toolset_relationships' doesn't exist para a consulta SHOW FULL COLUMNS FROM `wpe__toolset_relationships` feita por do_action('wp_ajax_types_relationships_action'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Ajax->__call, Types_Ajax_Handler_Relationships_Action->process_call, Types_Ajax_Handler_Relationships_Action->single_relationship_action, Types_Ajax_Handler_Relationships_Action->create_relationship, Toolset_Relationship_Definition_Repository->persist_definition, Toolset_Relationship_Definition_Persistence->persist_definition
[08-Jun-2018 13:41:43 UTC] Erro de banco de dados do WordPress Table 'ramirolobo1.wpe__toolset_relationships' doesn't exist para a consulta
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.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 wpe__toolset_relationships AS relationships

JOIN wpe__toolset_type_sets AS parent_types_table
ON (relationships.parent_types = parent_types_table.set_id )
JOIN wpe__toolset_type_sets AS child_types_table
ON (relationships.child_types = child_types_table.set_id )
GROUP BY relationships.id feita por do_action('wp_ajax_types_relationships_action'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Ajax->__call, Types_Ajax_Handler_Relationships_Action->process_call, Types_Ajax_Handler_Relationships_Action->single_relationship_action, Types_Ajax_Handler_Relationships_Action->create_relationship, Toolset_Relationship_Definition_Repository->load_definitions, Toolset_Relationship_Database_Operations->load_all_relationships
[08-Jun-2018 13:42:06 UTC] Erro de banco de dados do WordPress Index column size too large. The maximum column size is 767 bytes. para a consulta CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci feita por require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Views_plugin->wpv_register_assets, apply_filters('wpv_filter_wpv_get_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Frontend_Filter->get_form_filters_shortcodes, apply_filters('wpv_filter_wpv_register_form_filters_shortcodes'), WP_Hook->apply_filters, WPV_Filter_Post_Relationship_Search->register_form_filters_shortcodes, WPV_Filter_Post_Relationship->check_and_init_m2m, do_action('toolset_do_m2m_full_init'), WP_Hook->do_action, WP_Hook->apply_filters, Toolset_Relationship_Controller->initialize_full, Toolset_Relationship_Migration_Controller->do_native_dbdelta, Toolset_Relationship_Database_Operations->do_native_dbdelta, Toolset_Relationship_Database_Operations->create_relationship_table, Toolset_Relationship_Database_Operations::dbdelta, dbDelta

#911620

The problem you mentioned above is abnormal, please check these:
1) In case it is a server problem, please provide your website debug information, we need to know the PHP version, mysql version of your website
https://toolset.com/faq/provide-debug-information-faster-support/

2) please provide a database dump file (ZIP file) of your website in below private detail box,
You can put it into your own google drive disk, and share the link in the "private detail box", I need to duplicate same problem and debug it in my localhost, thanks

#912602

I realized that the error occurred while creating a table "wpe__toolset_relationships".

This is because of the MySQL version.

To solve, just add the code in the query to create the table "ROW_FORMAT = DYNAMIC".

Example:

CREATE TABLE wpe__toolset_relationships (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
slug varchar(255) NOT NULL DEFAULT '',
display_name_plural varchar(255) NOT NULL DEFAULT '',
display_name_singular varchar(255) NOT NULL DEFAULT '',
driver varchar(50) NOT NULL DEFAULT '',
parent_domain varchar(20) NOT NULL DEFAULT '',
parent_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
child_domain varchar(20) NOT NULL DEFAULT '',
child_types bigint(20) UNSIGNED NOT NULL DEFAULT 0,
intermediary_type varchar(20) NOT NULL DEFAULT '',
ownership varchar(8) NOT NULL DEFAULT 'none',
cardinality_parent_max int(10) NOT NULL DEFAULT -1,
cardinality_parent_min int(10) NOT NULL DEFAULT 0,
cardinality_child_max int(10) NOT NULL DEFAULT -1,
cardinality_child_min int(10) NOT NULL DEFAULT 0,
is_distinct tinyint(1) NOT NULL DEFAULT 0,
scope longtext NOT NULL DEFAULT '',
origin varchar(50) NOT NULL DEFAULT '',
role_name_parent varchar(255) NOT NULL DEFAULT '',
role_name_child varchar(255) NOT NULL DEFAULT '',
role_name_intermediary varchar(255) NOT NULL DEFAULT '',
role_label_parent_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_singular VARCHAR(255) NOT NULL DEFAULT '',
role_label_parent_plural VARCHAR(255) NOT NULL DEFAULT '',
role_label_child_plural VARCHAR(255) NOT NULL DEFAULT '',
needs_legacy_support tinyint(1) NOT NULL DEFAULT 0,
is_active tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY id (id),
KEY slug (slug),
KEY is_active (is_active),
KEY needs_legacy_support (needs_legacy_support),
KEY parent_type (parent_domain, parent_types),
KEY child_type (child_domain, child_types)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.