Fatal Error: WordPress Admin Inaccessible Due to Jetpack Component Issue
-
I’m experiencing a fatal error that makes my WordPress admin completely inaccessible. The error occurs immediately when trying to access the admin dashboard.
Fatal error: Uncaught Error: Call to undefined method Automattic\Jetpack\Status\Host::get_known_host_guess() in /home/ostracon/public_html/wp-content/plugins/perfect-woocommerce-brands/jetpack_vendor/automattic/jetpack-assets/src/class-script-data.php:133 Stack trace: #0 /home/ostracon/public_html/wp-content/plugins/perfect-woocommerce-brands/jetpack_vendor/automattic/jetpack-assets/src/class-script-data.php(90): Automattic\Jetpack\Assets\Script_Data::get_admin_script_data() #1 /home/ostracon/public_html/wp-includes/class-wp-hook.php(324): Automattic\Jetpack\Assets\Script_Data::render_script_data('') #2 /home/ostracon/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #3 /home/ostracon/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /home/ostracon/public_html/wp-admin/admin-header.php(151): do_action('admin_print_scr...') #5 /home/ostracon/public_html/wp-admin/plugins.php(637): require_once('/home/ostracon/...') #6 {main} thrown in /home/ostracon/public_html/wp-content/plugins/perfect-woocommerce-brands/jetpack_vendor/automattic/jetpack-assets/src/class-script-data.php on line 133The error indicates that the bundled Jetpack components in your plugin are trying to call a method
get_known_host_guess()that doesn’t exist in the current version of the Jetpack Status\Host class. This suggests the bundled Jetpack components are outdated or incompatible with current WordPress/WooCommerce versions.Important note: I do NOT have the main Jetpack plugin installed on my site. This error is occurring solely from the Jetpack components bundled within Perfect WooCommerce Brands.
I was able to restore admin access by deactivating the plugin through file manager (renaming the plugin folder), but this obviously disables the plugin’s functionality. Request for Resolution
Could you please:
- Update the bundled Jetpack components to a compatible version
- Provide a hotfix or patch for this specific issue
- Advise on any temporary workarounds that don’t require installing the full Jetpack plugin
This appears to be a compatibility issue that would affect any user running current WordPress/WooCommerce versions with your plugin.
The topic ‘Fatal Error: WordPress Admin Inaccessible Due to Jetpack Component Issue’ is closed to new replies.