Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Aerospike AEROSPIKE_ERR_UNSUPPORTED_FEATURE error on scan command #68

Open
neo-rainboy opened this issue Oct 29, 2021 · 3 comments
Open

Comments

@neo-rainboy
Copy link

Hi there,

I have run into a problem where issuing a scan command through php client on aerospike version 5.6.0 returns with error code (16) with error description of AEROSPIKE_ERR_UNSUPPORTED_FEATURE.
I would be grateful if anyone can help me to overcome this situation.

Rgds,

@bbbbryan
Copy link

encountered the same issue (AEROSPIKE_ERR_UNSUPPORTED_FEATURE) when using python client to scan aerospike. our aerospike version is 5.6.0.10.
is this a bug in aerospike client, or is it something wrong on our end?

@info2000
Copy link

info2000 commented Sep 9, 2022

I had the same issue,
@rbotzer there's som plan to make php cliente compatible with >5.5 aerospike server versions?

@info2000
Copy link

@neo-rainboy @bbbbryan upgrading the c client to 4.6.24 issue is solved.
enter on vendor/aerospike/aerospike-php-client/src
edit the file build.sh and change the c version to download in the line 20
delete the folder vendor/aerospike/aerospike-php-client/aerospike-client-c

execute the build.sh into from the src folder
when finish, run make install to recompile the php extension,
restart php and voila

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants