I upgraded my Drupal 7 site to the latest -dev version of the memcache module, and now it doesn't work. Instead, I get the error message "Fatal error: Call to undefined function _drupal_error_handler_real() in /var/www/modules/memcache/memcache.inc on line 19 " for every page.
Comments
Comment #1
mamarley commentedNevermind, like an idiot, I had accidentally installed the Beta version. Sorry.
Comment #2
jeremy commentedI'm not sure what you've installed, but there is no _drupal_error_handler_real() function in memcache.inc. Try downloading the 7.x-1.x-dev snapshot again.
Comment #3
jeremy commentedWe cross-posted, re-marking as fixed as you solved your problem.