Installing Couchbase and Connect with PHP failed!

Hello all,

my serveradmin installed couchbase on my server. Now i want to connect the bucket default with my php file. This php file should print out all documents with a specific name...

I ever became the failed message:

class name "couchbase" isnt found in php file .... on line X

Thanks for everyone who could help me!

wkr muuvmuuv

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