Couchbase::get(): could not decompress value (bad content)

Hi, I’m working with PHP SDK last version and one other parts on my code and the older version PHP-ext couchbase, and I’m getting this with the old:

PHP Warning: Couchbase::get(): could not decompress value (bad content) in /opt/daemons/findVoters/findVoters.php on line 85
PHP Fatal error: Uncaught exception ‘CouchbaseLibcouchbaseException’ with message ‘Failed to get a value from server: Generic error’ in /opt/daemons/findVoters/findVoters.php:85
Stack trace:
#0 /opt/daemons/findVoters/findVoters.php(85): Couchbase->get(‘poll_61655’)
#1 /opt/daemons/findVoters/findVoters.php(114): findVoters->findVotersBool()
#2 {main}
thrown in /opt/daemons/findVoters/findVoters.php on line 85

I have a lot of code working with this version… What can I do?

I also encountered similar problem.