Same! Receiving this error in the WP Admin and it completely pushes the left Admin bar down to where I can’t see all the menu options:
Notice: Undefined variable: social_initial_state in […my site…]/plugins/jetpack/class.jetpack-gutenberg.php on line 776
https://www.dropbox.com/scl/fi/0mz295lvy51z1m08mzmy6/Screen-Shot-2024-08-08-at-8.56.30-AM.png?rlkey=w7ih8vb5n06iyk08oty9k9kdw&dl=0
Core, theme, and plugins are all updated to latest as of today
Same here. Glad I update first on testing clones of my websites.
Hi @alishanur @paulcityhopper @flashpaper and @jhmonroe,
The issue has been identified and will be fixed in the next Jetpack release. As it’s a warning, it should not break anything, so there should be no impact to your sites.
No problem! Sorry about that issue!
As a temporary fix, I was able to get the error to go away by commenting out the alert[‘is_silent’] array and returning false instead. Hopefully a real fix is made soon, here is what I replaced in the file “/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php” on line 735:
function ( $alert ) {
// We don’t want to show silent alerts
// return ! $alert[‘is_silent’];
return false;
}
Thanks @simplevendor, that did the trick!
@bruceallen: I encounter an error on my dashboard that is pretty the same but not exactlyx the same path:
Undefined array key “is_silent” in /home/clients/950502ba7f2d04f8e0e3b66f6762024c/sites/mydomain.ch/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php on line 735
Is it about the same and will be fixed with the next release?