![]() |
John VanDyk has been innovating with information technology for more than 20 years. Read more... |
Call to undefined function cache_get()
Submitted by John on Thu, 2008-08-21 13:03
When debugging with Zend Studio, you may get the fatal error "Call to undefined function cache_get()" when debugging, even though your site appears just fine in the browser.
Zend Studio seems to search open files first without regard to their actual paths. In my case, I had the cache.inc file from the views module open in Zend, and Zend was loading that instead of includes/cache.inc during debugging. Simply closing the file solved the problem.
Topic:
- Log in to post comments