Enrico Zimuel

Results 104 comments of Enrico Zimuel

Closing this since we have a new serializer for v8.

> Getting error Elastic\Elasticsearch\Exception\ProductCheckException: The client noticed that the server is not Elasticsearch and we do not support this unknown product in file \elasticsearch\elasticsearch\src\Traits\ProductCheckTrait.php on line 32 > > PHP...

@rockyru did you solve the issue? Are you using an official Elasticsearch server version? Elasticsearch 8 uses [security by default](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/connecting.html#auth-http), that means you need to use **https** and a **valid...

@babenkoivan Thanks for your feedback. I think this is a good idea but I need to find a nice way to prevent BC break. Maybe, as you suggested this can...

@laurenzonneveld I noticed that you are using Elasticsearch server version 7.15.2 but your PHP client is using `elasticsearch-php` v8.3.2. You should use `elasticsearch-php` v7.x, for instance the latest 7.17.0. Can...

@laurenzonneveld I just completed the PR https://github.com/elastic/elasticsearch-php/pull/1243 to fix this issue and to add the support for Symfony HTTP Client: [HttplugClient](https://github.com/symfony/http-client/blob/6.1/HttplugClient.php) and [Psr18Client](https://github.com/symfony/http-client/blob/6.1/Psr18Client.php). Can you test it and let me...

Closing this in favor of #1249

@szepeviktor thanks for reporting this. TBH this is not so relevant using my IDE but I recognize that this can be an issue for others. I'll change it.