Fatal Error with PHP 7.2 with JetPack 6.6.1
-
Hi there!
After update JetPack to 6.6.1 suddenly my site showed this ugly error:
Fatal error: Uncaught Error: Call to undefined method Jetpack_Widget_Conditions::migrate_post_type_rules() in /home/xxxxx/public_html/wp-content/plugins/jetpack/class.jetpack.php:425 Stack trace: #0 /home/xxxxx/public_html/wp-includes/class-wp-hook.php(286): Jetpack::upgrade_on_load('') #1 /home/xxxx/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/xxxx/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/xxxx/public_html/wp-settings.php(471): do_action('wp_loaded') #4 /home/xxxx/public_html/wp-config.php(84): require_once('/home/xxxx/...') #5 /home/xxxx/public_html/wp-load.php(37): require_once('/home/xxxx/...') #6 /home/xxxx/public_html/wp-blog-header.php(13): require_once('/home/xxxx/...') #7 /home/xxxx/public_html/index.php(17): require('/home/xxxx/...') #8 {main} thrown in /home/xxxxx/public_html/wp-content/plugins/jetpack/class.jetpack.php on line 425
Downgrading to Jetpack 6.6 solved the issue. Downgrading to PHP 7.1 solve the issue. It appears to be a problem with some sensitive functions of the plugin (good with 7.1, not working with 7.2)
- The topic ‘Fatal Error with PHP 7.2 with JetPack 6.6.1’ is closed to new replies.