Closed JPry closed 4 years ago
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: https://github.com/Automattic/jetpack/commit/e0fde5647795cc257824685833feca1274c3cb70#r39872402
It will be okay for 8.7 though, scheduled to be released tomorrow: https://github.com/Automattic/jetpack/blob/branch-8.7-built/composer.json#L10
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
.