Andries Jansen
Forum Replies Created
-
Upgrade to Yoast version 22.8 solves the problem.
Plus Addons for Elementor uses the removed Elementor\Scheme_Typography. It is deprecated since version 2.8.0! They should use Elementor\Core\Schemes\Typography instead.
Plus Addons for Elementor is using this
use Elementor\Scheme_Typography;
‘scheme’ => Scheme_Typography::TYPOGRAPHY_1,instead of:
use Elementor\Core\Schemes\Typography;
‘scheme’ => Typography::TYPOGRAPHY_1,Until they fixes this you have to manually change this or disable the plugin.
I’ve got the same issue with version 4.0.2 on WP 5.6
PHP Warning: Invalid argument supplied for foreach() in /httpdocs/wp-content/plugins/woo-postnl/includes/admin/class-wcpn-export.php on line 957′
Forum: Plugins
In reply to: [Redis Object Cache] READONLY You can’t write against a read only replicaHi Till,
First domain:
Status: Connected
Client: PhpRedis (v5.3.2)
Drop-in: Valid
Disabled: No
Filesystem: Working
Ping: 1
Errors: []
PhpRedis: 5.3.2
Predis: Not loaded
Credis: Not loaded
PHP Version: 7.3.24
Plugin Version: 2.0.15
Redis Version: 6.0.8
Multisite: Yes
Global Prefix: “”
Blog Prefix: 1
WP_REDIS_PREFIX: “domainname.nl:”
WP_CACHE_KEY_SALT: “domainname.nl:”
Global Groups: [
“blog-details”,
“blog-id-cache”,
“blog-lookup”,
“global-posts”,
“networks”,
“rss”,
“sites”,
“site-details”,
“site-lookup”,
“site-options”,
“site-transient”,
“users”,
“useremail”,
“userlogins”,
“usermeta”,
“user_meta”,
“userslugs”,
“redis-cache”,
“blog_meta”
]
Ignored Groups: [
“counts”,
“plugins”,
“themes”,
“wordfence”,
“wordfence-ls”
]
Unflushable Groups: []
Drop-ins: [
“advanced-cache.php v by “,
“maintenance.php v by “,
“Redis Object Cache Drop-In v2.0.15 by Till Krüss”
]Second domain:
Status: Connected
Client: PhpRedis (v5.3.2)
Drop-in: Valid
Disabled: No
Filesystem: Working
Ping: 1
Errors: []
PhpRedis: 5.3.2
Predis: Not loaded
Credis: Not loaded
PHP Version: 7.3.24
Plugin Version: 2.0.15
Redis Version: 6.0.8
Multisite: No
Global Prefix: “koek_”
Blog Prefix: “koek_”
WP_REDIS_PREFIX: “domainname.nl:”
WP_CACHE_KEY_SALT: “domainname.nl:”
Global Groups: [
“blog-details”,
“blog-id-cache”,
“blog-lookup”,
“global-posts”,
“networks”,
“rss”,
“sites”,
“site-details”,
“site-lookup”,
“site-options”,
“site-transient”,
“users”,
“useremail”,
“userlogins”,
“usermeta”,
“user_meta”,
“userslugs”,
“redis-cache”,
“blog_meta”
]
Ignored Groups: [
“counts”,
“plugins”,
“themes”,
“wordfence”,
“wordfence-ls”
]
Unflushable Groups: []
Drop-ins: [
“advanced-cache.php v by “,
“maintenance.php v by “,
“Redis Object Cache Drop-In v2.0.15 by Till Krüss”
]Forum: Plugins
In reply to: [WP User Profiles] 2.2.0 and Genesis frameworkSame here:
WP: 5.4.1
Genesis: 3.3.2
WP User Profiles: 2.2.0PHP Fatal error: Uncaught Error: Call to undefined function genesis_meta_boxes() in /wp-content/themes/genesis/lib/admin/user-meta.php:33
Stack trace:
#0 /wp-includes/class-wp-hook.php(287): genesis_user_options_fields(Object(WP_User))
#1 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /wp-content/plugins/wp-user-profiles/wp-user-profiles/includes/common.php(459): do_action(‘show_user_profi…’, Object(WP_User))
#4 /wp-includes/class-wp-hook.php(287): wp_user_profiles_has_profile_actions(false)
#5 /wp-includes/plugin.php(206): WP_Hook->apply_filters(false, Array)
#6 /wp-conten…’,Forum: Plugins
In reply to: [Custom Menu Wizard Widget] Declaration of Custom_Menu_Wizard_Walker::walkThe declaration of Walker::walk in class-wp-walker.php changed in WP 5.3 from
public function walk( $elements, $max_depth )
to
public function walk( $elements, $max_depth, …$args )
wp-content / plugins / mailchimp / mailchimp.php on line 961
// If we have an empty $merge, then assign empty string.
// if (count($merge) == 0 || $merge == ”) {
if ( empty( $merge ) ) {
$merge = ”;
}Forum: Plugins
In reply to: [Autoptimize] WP Rocket/Autoptimize – remove querystringsHello Frank,
Thanks, it works! Pagespeed Score: 98%, no javascript errors and querystrings removed.
Regards,
AndriesForum: Plugins
In reply to: [Autoptimize] WP Rocket/Autoptimize – remove querystringsHello Frank,
You’re right, but then I’ve to check all my sites everytime the jquery version changes.
Regards
AndriesForum: Plugins
In reply to: [Autoptimize] jQuery error Google AnalyticsThe WP-Rocket option “Query strings van statische bestanden verwijderen” puts the js and css files in the /wp-content/cache/busting/sitenumber folder. Uncheck it and the problem is solved.
Groet,
AndriesSame here, multiple sites on different servers.
For option 3 you can set up a multisite with subdirectories and after that you have to install the WordPress MU Domain Mapping plug-in.
@modmacro: I’ve the same problem. I’ve installed WP Crontrol and discovered that there were multiple scans scheduled each day, sometimes minutes after each other. Also the activity log showed multiple scans a day. When I removed the duplicate cronjobs “wordfence_start_scheduled_scan” the high resource use disappeared.