Anthony Van Zandycke
Anthony Van Zandycke
I think it's best to open a ticket with Amasty as it seems their module is not working as it should.
Take a look at bin/setup-grunt and bin/npm.
Same issue on M2.4.4 and PHP 8.1
> this is not related to this module, this is related for facebook sdk True, but this module is using the facebook SDK. The facebook SDK repository has to perform...
It does have BC from php 5.6 which is the one listed on their readme. https://github.com/facebook/facebook-php-business-sdk#installation
I 100% agree with that! All I'm saying is that there are a few hoop FB should jump before this could get resolved. I patched it on my environments btw.
Same error here, but it's not because of php8.1 but a conflict in php-http/guzzle6-adapter vs guzzlehttp/guzzle 7
I created a patch for this. ``` --- /dev/null +++ ../Helper/Authenticator.php @@ -5,7 +5,6 @@ use Akeneo\Pim\ApiClient\AkeneoPimClientInterface; use Akeneo\Pim\ApiClient\AkeneoPimClientBuilder; use Akeneo\Connector\Helper\Config as ConfigHelper; -use Http\Adapter\Guzzle6\Client; use Http\Factory\Guzzle\StreamFactory; use Http\Factory\Guzzle\RequestFactory; @@...