Function spl_autoload_call() hasn't defined the class it was called for in ...

Posted by morpheous on Stack Overflow See other posts from Stack Overflow or by morpheous
Published on 2010-05-11T08:40:48Z Indexed on 2010/05/11 8:44 UTC
Read the original article Hit count: 860

Filed under:
|
|

I am using memcache with Symfony 1.3.2. I have started getting the following error:

PHP Warning:  MemcachePool::get() [0memcachepool.get0]: Function spl_autoload_call() hasn't defined the class it was called for in /projects/webdev/sites/foobar/lib/DataCache.class.php on line 144

Does anyone know what it means and how I can resolve it?

© Stack Overflow or respective owner

Related posts about php

Related posts about symfony