This very old problem is still present:
[26-Feb-2024 14:21:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler()…
This makes it hard to use libs with no direct support for WordPress
Ideas:
* Update the lib
* Don’t use this lib, WordPress has a good remote HTTP API included → generally there should be no need for a plugin to use a different lib for this
* When Updraft needs this specific old version of GuzzleHTTP (for whatever reason)
→ this really should only be loaded, when necessary (i.e. a backup is running for a specific backend) and not a generic autoload for everyone
-
This topic was modified 12 months ago by Adrian.