EvanDotPro / EdpSuperluminal

This module caches the common Zend\* classes used by your application into a single cache file, reducing reliance on the autoloader. This greatly improves the performance of ZF2.
BSD 2-Clause "Simplified" License
170 stars 47 forks source link

Called to undefined method #28

Open ojhaujjwal opened 10 years ago

ojhaujjwal commented 10 years ago

I installed the module and generated the cache as specified in the README.md I also use ZfcUser. While accessing the log out route I got this fatal error:

Fatal error: Call to undefined method Zend\Db\Sql\Where::addPredicates() in D:\webdocuments\cm\vendor\zendframework\zendframework\library\Zend\Db\Sql\Delete.php on line 107

I do not get the error, if I delete cache/classes.php.cache. So, clearly, there is a problem with this module. OR, am i doing it wrong?

chukhanhvan commented 9 years ago

I also encountered this problem: Call to undefined method Zend\Db\Sql\Where::addPredicates() in /Zend/Db/Sql/Delete.php on line 107