Ostico / PhpOrient

PhpOrient - Official Php driver based on the binary protocol of OrientDB.
Other
68 stars 37 forks source link

Protocol version 37 is not supported. #102

Closed hassansheikh closed 5 years ago

hassansheikh commented 5 years ago

I'm trying to create the connection and getting exception Protocol version 37 is not supported.

Code: $client = new PhpOrient( 'localhost', 2424 ); $client->connect( 'root', 'password' );

mtveerman commented 5 years ago

This is because you use OrientDB 3. See #99 You could fall back to OrientDB 2.2

hassansheikh commented 5 years ago

I have fixed issue by setting protocol version with 30.

Ostico commented 5 years ago

Released v1.3.0, it is tested and works with OrientDB 3.x