No puedo editar pagina de inicio con el plugin Tag Div Composser recibo un error

Posted in: Newspaper
Post count: 28

A continuación el error:

[14-Dec-2018 18:13:47 UTC] Error Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation ‘=’ de la base de datos de WordPress para la consulta DELETE synch.*
FROM
wp_blc_synch AS synch
LEFT JOIN wp_posts AS posts
ON (synch.container_id = posts.ID and synch.container_type = posts.post_type)
WHERE
posts.post_status NOT IN (‘publish’) realizada por activate_plugins, activate_plugin, do_action(‘activate_broken-link-checker/broken-link-checker.php’), WP_Hook->do_action, WP_Hook->apply_filters, blc_activation_hook, require(‘/plugins/broken-link-checker/includes/activation.php’), blcModuleManager->plugin_activated, blcModule->plugin_activated, blcContainerManager->activated, blcAnyPostContainerManager->resynch, blcPostTypeOverlord->resynch
[14-Dec-2018 18:13:47 UTC] Error Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation ‘=’ de la base de datos de WordPress para la consulta UPDATE
wp_blc_synch AS synch
JOIN wp_posts AS posts ON (synch.container_id = posts.ID and synch.container_type=posts.post_type)
SET
synched = 0
WHERE
synch.last_synch < posts.post_modified realizada por activate_plugins, activate_plugin, do_action(‘activate_broken-link-checker/broken-link-checker.php’), WP_Hook->do_action, WP_Hook->apply_filters, blc_activation_hook, require(‘/plugins/broken-link-checker/includes/activation.php’), blcModuleManager->plugin_activated, blcModule->plugin_activated, blcContainerManager->activated, blcAnyPostContainerManager->resynch, blcPostTypeOverlord->resynch
[14-Dec-2018 18:13:47 UTC] Error Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation ‘=’ de la base de datos de WordPress para la consulta INSERT INTO wp_blc_synch(container_id, container_type, synched)
SELECT posts.id, posts.post_type, 0
FROM
wp_posts AS posts LEFT JOIN wp_blc_synch AS synch
ON (synch.container_id = posts.ID and synch.container_type=posts.post_type)
WHERE
posts.post_status IN (‘publish’)
AND posts.post_type IN (‘post’, ‘page’)
AND synch.container_id IS NULL realizada por activate_plugins, activate_plugin, do_action(‘activate_broken-link-checker/broken-link-checker.php’), WP_Hook->do_action, WP_Hook->apply_filters, blc_activation_hook, require(‘/plugins/broken-link-checker/includes/activation.php’), blcModuleManager->plugin_activated, blcModule->plugin_activated, blcContainerManager->activated, blcAnyPostContainerManager->resynch, blcPostTypeOverlord->resynch
[14-Dec-2018 18:23:35 UTC] PHP Notice: Undefined index: source in /home/notthedomain1/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 194
[14-Dec-2018 18:23:35 UTC] PHP Notice: Undefined index: source in /home/notthedomain1/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 211
[14-Dec-2018 18:23:35 UTC] PHP Notice: Undefined index: source in /home/notthedomain1/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 194
[14-Dec-2018 18:23:35 UTC] PHP Notice: Undefined index: source in /home/notthedomain1/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 211
[14-Dec-2018 18:23:35 UTC] PHP Notice: Undefined index: source in /home/notthedomain1/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 194
[14-Dec-2018 18:23:35 UTC] PHP Notice: Undefined index: source in /home/notthedomain1/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_view_theme_plugins.php on line 211

Post count: 20688

Hi,

Most of those errors seem to be related to a broken link checker plugin, please deactivate this plugin and check again. Or deactivate all your plugins except theme plugins.

This is the first step for investigating issues in most cases, checking if a plugin is causing the problem.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.