You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to load the site, even if the Jetpack plugin is not active, a fatal error will occur. If the version of Jetpack included in the composer.json is set to 8.6, then the fatal error will not occur.
That's indeed a known issue. It was previously brought up in #13497. We fixed the problem with a change to our building tools in #14900, but for some reason we still don't understand, that didn't work out for the past release: e0fde56#r39872402
When installing Jetpack using Composer, a fatal error is triggered when attempting to load a site:
Steps to reproduce the issue
Set up a site that uses composer to build the site. I happened to use WP Starter, and this is what my
composer.json
file looks like:When attempting to load the site, even if the Jetpack plugin is not active, a fatal error will occur. If the version of Jetpack included in the
composer.json
is set to8.6
, then the fatal error will not occur.I suspect this has to do with the additions to Jetpack's
composer.json
file in version8.6.1
.The text was updated successfully, but these errors were encountered: