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
On composer update, the dependency kriswallsmith/buzz is updated to 0.17.1. This causes the following fatal error, rending site search entirely broken:
PHP Fatal error: Uncaught Error: Call to undefined method Buzz\Client\Curl::setVerifyPeer() in /[..]/vendor/opensearchserver/opensearchserver/src/OpenSearchServer/Handler.php:41
A quick fix is to fork and force version 0.16.0, however setVerifyPeer() needs to be factored out of the component.
The text was updated successfully, but these errors were encountered:
On
composer update
, the dependencykriswallsmith/buzz
is updated to0.17.1
. This causes the following fatal error, rending site search entirely broken:A quick fix is to fork and force version
0.16.0
, howeversetVerifyPeer()
needs to be factored out of the component.The text was updated successfully, but these errors were encountered: