José Luís
Forum Replies Created
-
Thanks! ??
Nevermind the previous message: turns out I was in a computer with an older version of Google Chrome…
Ironically, now the nuisance is that “Quick start” window that insists in showing up everytime I go into Smush settings despite having already clicked on “Save” and on “Skip”… :/
Forum: Plugins
In reply to: [Redirection] Redirection disappeared from PluginsI’ve got something similar: after the latest upgrade (2.10), I can’t enable the plugin. It is still shown in the list and when I try to enable it, WordPress shows a message that it was enabled (with no error messages whatsoever) but the plugin still lists as disabled…
I tried deleting it (BIG mistake, it says all associated data was deleted as well ?? ) but I still can’t enable it… ??
Edited to add:
Since I suspect I lost all redirection data, I went to phpMyAdmin and looked for them it the options table: I found an option named redirection_version with the value 2.3.3. Does it have anything to do with this?Forum: Plugins
In reply to: [Broken Link Checker] Version 1.11.4 is brokenHi! I wasn’t having problems with 1.11.4 but after the latest update (to 1.11.5) the plugin gets DEactivated immediately and these three errors are added to my error_log file:
[03-Aug-2017 13:41:56 UTC] Erro de banco de dados do WordPress Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '=' para a 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') feita por activate_plugin, do_action('activate_broken-link-checker/broken-link-checker.php'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, blc_activation_hook, require('/plugins/broken-link-checker/includes/activation.php'), blcModuleManager->plugin_activated, blcModule->plugin_activated, blcContainerManager->activated, blcAnyPostContainerManager->resynch, blcPostTypeOverlord->resynch, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection_QueryCaching->query, W3TC\_CallUnderlying->query, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection->query, W3TC\DbCache_Wpdb->default_query [03-Aug-2017 13:41:56 UTC] Erro de banco de dados do WordPress Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '=' para a 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 feita por activate_plugin, do_action('activate_broken-link-checker/broken-link-checker.php'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, blc_activation_hook, require('/plugins/broken-link-checker/includes/activation.php'), blcModuleManager->plugin_activated, blcModule->plugin_activated, blcContainerManager->activated, blcAnyPostContainerManager->resynch, blcPostTypeOverlord->resynch, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection_QueryCaching->query, W3TC\_CallUnderlying->query, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection->query, W3TC\DbCache_Wpdb->default_query [03-Aug-2017 13:41:56 UTC] Erro de banco de dados do WordPress Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '=' para a 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 ('page', 'post') AND synch.container_id IS NULL feita por activate_plugin, do_action('activate_broken-link-checker/broken-link-checker.php'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, blc_activation_hook, require('/plugins/broken-link-checker/includes/activation.php'), blcModuleManager->plugin_activated, blcModule->plugin_activated, blcContainerManager->activated, blcAnyPostContainerManager->resynch, blcPostTypeOverlord->resynch, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection_QueryCaching->query, W3TC\_CallUnderlying->query, W3TC\DbCache_Wpdb->query, W3TC\DbCache_WpdbInjection->query, W3TC\DbCache_Wpdb->default_query
I use PHP v5.6.31 and MySQL v10.0.31-MariaDB-cll-lve…
What should I do?
- This reply was modified 7 years, 7 months ago by José Luís. Reason: typo
According to Ticket #36510, this fix will be on the core. I think we may expect a new minor version of WP in the next few days…
Hey, @knuppi, looks like there’s glitch on WP4.5.
AFAIK at this moment, WP (in its core) includes a class “singular” to the themes and it breaks formatting.
The devs appear to be looking into it. While they don’t release a WP fix, you could use a workaround (it’s working fine to me). Just add this to the end of your theme’s functions.php:
function wp36510_remove_singular_class( $classes ) { $index = array_search( 'singular', $classes ); if ( false !== $index ) { unset( $classes[ $index ] ); } return $classes; } add_filter( 'body_class', 'wp36510_remove_singular_class' );
Source: Ticket #36510.
Same problem here! Help!
Forum: Plugins
In reply to: [WordPress Tag, Category, and Taxonomy Manager - AI Autotagger] File ?Thanks! ??
Forum: Plugins
In reply to: [WordPress Tag, Category, and Taxonomy Manager - AI Autotagger] File ?Same here.
What is weird is this other thread where is mentioned that there was a problem with the latest version (2.4) and that it has already been fixed…
Forum: Plugins
In reply to: [Relocate Upload] FAIL: Unknown error occurred – temporary fixI’m having this same issue. I’ve looked for the previous version (0.23), but could not find it anywhere.
Your fix works though!
Anyway, any news on this matter?
Forum: Plugins
In reply to: [Yoast SEO] Heads up..Latest udpate today killed site.Got the same problem. Rolling back to 2.2.1…
Forum: Fixing WordPress
In reply to: blank white page after updating to 4.2 and updating themesI’ve had this problem too. I’ve solved it reinstalling as you suggested, thanks!
I have an observation, though: after getting the site up again, I’ve noticed the problem was in the theme twentyeleven update. After the update, twentyeleven got corrupted.
Maybe if I had just redownloaded twentyeleven again the site would be up with much less trouble…
That’s what I did while I waited for an official solution.
Forum: Plugins
In reply to: [LightPress Lightbox] translation of client side textulfben, if you want, here’s the translation files for pt_BR:
wp-jquery-lightbox-pt_BR.zipForum: Plugins
In reply to: [Search Regex] "Limit to" doesn't work@hondamarlboro, what do you mean by “modified code and work well successfully”?
I’m having the same problems and would appreciate to know what workaround did you use…