alexDx
Forum Replies Created
-
The fact that this is still an issue is just sad. There really is no excuse for it. I still have to perform these ridiculous workarounds to get things to work on the sites I still use this plugin on. The developers should be ashamed.
Forum: Plugins
In reply to: [Meta pixel for WordPress] Cannot Call API from AppI’m getting the same error, and I do NOT have W3 plugin installed.
Almost a year later and this is still an issue. I have to go through a workaround on every single staging/development site.
10 months later … still an issue. I still have to go through hoops to fix the issue. Honestly absurd at this point.
8 months later, issue is still happening. Come on guys … this is ridiculous.
over 6 moths later and this is still an issue…
This error kept happening even after completely moving to another host, deactivating all plugins and activating a default WordPress theme. Its obvious at this point that Wordfence was the issue.
I removed Wordfence entirely and decided to go with: https://ww.wp.xz.cn/plugins/better-wp-security/
Will be using this plugin on our 300 websites.
I’ve had my hosting look into this and they ensure me that it is the plugin. These errors are only happening when Wordfence is active on the site. It happens on other servers and environments as well, so what you are saying is not correct. I’m happy to provide diagnostic information, but it is your plugin causing the issue.
Also, The error is still there after I deactivated all plugins and switched the theme to a default one.
The error happens in BOTH live and staging environments. When I go to the Wordfence Tools page, we see the error in logs.
Just an update here that this is still an issue. We have to run through this: https://yoast.com/help/how-to-reset-yoast-indexables/ on every single staging site where we update any SEO. Its a HUGE pain to do this.
Forum: Plugins
In reply to: [Easy Updates Manager] wp_eum_logs causing issue with Search and ReplaceHere is that screenshot:
https://drive.google.com/file/d/1boUSXzxxDXr-8-Ems8-U5ARlltWbw7zu/view
Forum: Plugins
In reply to: [Easy Updates Manager] wp_eum_logs causing issue with Search and Replaceyes I mentioned it was not working above. …
Forum: Plugins
In reply to: [Easy Updates Manager] wp_eum_logs causing issue with Search and ReplaceInstead of adding this code to the mu-plugins folder, should I try adding it to my theme’s functions.php instead?
Forum: Plugins
In reply to: [Easy Updates Manager] wp_eum_logs causing issue with Search and ReplaceHi, I have followed these steps, but I’m still seeing the logs being written to.
Example site: https://adamstonvet.com/
I cleared out the wp_eum_logs table
I’ve created a new mu-plugin with the following code:
<?php
function eum_disable_logs($value) {
if (!is_array($value)) $value = array();
if (empty($value['core']) || !is_array($value['core'])) $value['core'] = array();
$value['core']['logs'] = 'off';
return $value;
}
add_filter('pre_update_site_option_MPSUM', 'eum_disable_logs', 10);
add_filter('pre_update_option_MPSUM', 'eum_disable_logs', 10);I’ve uploaded this as eum_disable_logs.php to /wp-content/mu-plugins directory on 7/2/2024.
Cleared server cache, then clicked on a setting in the Updates settings section.
Still seeing plugin updates logged to the table ….