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
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
For example, guzzle released a breaking change in 6.5.0 that changed the VERSION constant to MAJOR_VERSION. If both our guzzle version (6.4.1) and a later version of guzzle are loaded, then fatal errors can get triggered because of mixed dependencies.
To recreate
Set up a WordPress site that has a composer.json similar to below:
We require our autoload to load, even if all the dependencies we need are already loaded. This can cause fatal errors if another WordPress plugin has already loaded a different version of our dependencies.
https://github.com/awslabs/aws-for-wordpress/blob/master/includes/class-amazonpolly.php#L162
For example, guzzle released a breaking change in 6.5.0 that changed the
VERSION
constant toMAJOR_VERSION
. If both our guzzle version (6.4.1) and a later version of guzzle are loaded, then fatal errors can get triggered because of mixed dependencies.To recreate
wp-config.php
, addrequire vendor/autoload.php
wp plugin list
The text was updated successfully, but these errors were encountered: