Description
Hi,
I'm using PHP 7.3
I have reinstalled this library with composer and now I have those errors... even if I have turned off PHP errors...
surprisingly, the api works by itself, but the annoying thing is that in addition to what it has to display (e.g. groups) it spits out these errors.
Class Phalcon/Http/Message/RequestFactory not foundClass Phalcon/Http/Message/RequestFactory not foundClass Symfony/Component/HttpClient/HttplugClient not foundClass Http/Adapter/Guzzle7/Client not foundClass Http/Adapter/Guzzle5/Client not foundClass Http/Client/Curl/Client not foundClass Http/Client/Socket/Client not foundClass Http/Adapter/Buzz/Client not foundClass Http/Adapter/React/Client not foundClass Http/Adapter/Cake/Client not foundClass Http/Adapter/Zend/Client not foundClass Http/Adapter/Artax/Client not foundClass Symfony/Component/HttpClient/Psr18Client not foundClass Symfony/Component/HttpClient/Psr18Client not foundClass Symfony/Component/HttpClient/Psr18Client not foundClass Buzz/Client/FileGetContents not foundClass Buzz/Client/FileGetContents not foundClass Buzz/Client/FileGetContents not found
I did composer require mailerlite/mailerlite-api-v2-php-sdk
and composer require php-http/guzzle6-adapter
- without second command there was 500 error with the same errors, now it's working without 500 error.