You forgot to paste in the actual error message, that makes it pretty hard to guess what's going wrong.
/Henrik On Thu, May 20, 2010 at 12:40, Jay <[email protected]> wrote: > Hi everyone, > > When trying memcache:get, I'll get the following error message back: > > I run a Windows 32bit test environment (XP) and here's how my code > looks: > > function getMulti(array $keys) { > $items = $this->memcache->get($keys); > return $items; > } > > My memcache servers are two local computers in the LAN that my dev. > environment is connected to. > > Sure, I can turn the error logging off or just put an @ before the get > function call, but that doesnt solve this issue. What can I do? > > Thanks a lot! > >
