Installing Couchbase and Connect with PHP failed!

What kind of server configuration are you using? Also can you try a really small example to see what is going on

$cb = new Couchbase("127.0.0.1:8091", "", "", "default"); $cb->set("foo", "bar"); var_dump($cb->get("foo"));

On the setup part maybe this can help