elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
5.26k stars 966 forks source link

406 Not Acceptable: {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} #1262

Closed rockyru closed 1 year ago

rockyru commented 1 year ago

Summary of problem or feature request

I am getting this error image

Code snippet of problem

System details

ezimuel commented 1 year ago

@rockyru I see you are using Elasticsearch Server version 7.10 and elasticsearch-php version 8.4. You must use elasticsearch-php version 7. I sugget to use the latest of the 7 branch that is 7.17.1. Let me know if you need more help, thanks.

rockyru commented 1 year ago

hi @ezimuel , I've used the latest on the 7 branch that is 7.17.1 and can confirm that it's working. Thank you!