Hi In my personal experience on php/memcached :
It happen when your memcached server is down or unreachible. It fail because your memcached object doesn't exist (I guess it's related with Memcache::pconnect()). Use try/catch on your code, and tcpdump and telnet on memcached server to debug. my 0.02euro On 9/19/07, Ajinkya Nahar <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I am using memcached for caching purpose. Everything was working fine but > suddenly, I started getting the following error - > > > > Memcache keys are not getting deleted properly due to the following error > – > > > > *PHP Warning: Memcache::delete() > [function.Memcache-delete<http://whiteboard.updatelog.com/projects/1360384/function.Memcache-delete>]: > cannot find connection identifier* > > * * > > What can be the cause due to which this error occurs? > > > > Also, please tell me how to fix it. > > > > Thanks in advance, > > > > Regards, > > Ajinkya > -- Lessaid, Since 1980
