shinypb / openkeyval

OpenKeyval.org is a completely open key-value data store, exposed as a drop-dead simple web service. The goal is to make this a very easy way to persist data in web applications.
http://openkeyval.org
Other
136 stars 35 forks source link

Fatal error when installing openkeyval on a server #22

Closed osvik closed 12 years ago

osvik commented 12 years ago

Hi, I've installed openkeyval on a server, but I can't store data.

This error returns when I try to save data with curl:

Fatal error: Call to a member function get() on a non-object in /home/myuser/mykeyvalserver/server.inc on line 106

Thanks for creating openkeyval.

shinypb commented 12 years ago

Hrm, it looks like your server might not have Memcache installed and/or running. Can you verify that?

osvik commented 12 years ago

Thanks. I read it was not necessary (http://news.ycombinator.com/item?id=1846088). I suggest adding memcached as a requirement in the README file. It would be even better if okv could work without it...

shinypb commented 12 years ago

Good point; I'll open up a separate issue for it.