Uncaught Error: Class ‘Automattic\Jetpack\Third_Party\domain_map’
-
In the latest version we are seeing:
Fatal error: Uncaught Error: Class ‘Automattic\Jetpack\Third_Party\domain_map’ not found in /home/webeasy/webapps/webeasy/wp-content/plugins/jetpack/3rd-party/class-domain-mapping.php:156 Stack trace:
#0 /home/webeasy/webapps/webeasy/wp-content/plugins/jetpack/3rd-party/class-domain-mapping.php(101): Automattic\Jetpack\Third_Party\Domain_Mapping->get_domain_mapping_utils_instance()
#1 [internal function]: Automattic\Jetpack\Third_Party\Domain_Mapping->hook_wpmu_dev_domain_mapping()
#2 /home/webeasy/webapps/webeasy/wp-content/plugins/jetpack/3rd-party/class-domain-mapping.php(68): call_user_func()
#3 /home/webeasy/webapps/webeasy/wp-includes/class-wp-hook.php(287): Automattic\Jetpack\Third_Party\Domain_Mapping->attempt_to_hook_domain_mapping_plugins()
#4 /home/webeasy/webapps/webeasy/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters()
#5 /home/webeasy/webapps/webeasy/wp-includes/plugin.php(484): WP_Hook->do_action()
#6 /home/webeasy/webapps/webeasy/wp-settings.php(420): do_action()
#7 /home/webeasy/webapps/webeasy in /home/webeasy/webapps/webeasy/wp-content/plugins/jetpack/3rd-party/class-domain-mapping.php on line 156Fix is line 160 of 3rd-party/class-domain-mapping.php change from:
return domain_map::utils();
to
return \domain_map::utils();
The topic ‘Uncaught Error: Class ‘Automattic\Jetpack\Third_Party\domain_map’’ is closed to new replies.