Uncaught Error: Call to undefined function cache_get()

Created on 14 September 2018, almost 6 years ago
Updated 19 May 2024, 28 days ago

Stack trace:
#0 /var/www/html/****/includes/module.inc(954): module_implements('system_theme_in...')
#1 /var/www/html/****/modules/system/system.module(2511): module_invoke_all('system_theme_in...')
#2 /var/www/html/****/includes/theme.inc(798): _system_rebuild_theme_data()
#3 /var/www/html/****/includes/theme.maintenance.inc(57): list_themes()
#4 /var/www/html/****/includes/bootstrap.inc(2881): _drupal_maintenance_theme()
#5 /var/www/html/****/includes/errors.inc(179): drupal_maintenance_theme()
#6 /var/www/html/****/includes/bootstrap.inc(2609): _drupal_log_error(Array, true)
#7 [internal function]: _drupal_exception_handler(Object(Error))
#8 {main}
thrown in /var/www/html/****/includes/module.inc on line 754

This is what I am getting when I am trying to use drush. Please guide me to get it done.

💬 Support request
Status

Fixed

Version

7.0 ⚰️

Component
System 

Last updated 1 day ago

No maintainer
Created by

🇮🇳India rakeshjha1993

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇩🇪Germany asb

    Note to self and others encountering a "PHP Fatal error" with Drush, e.g. something like this:

    PHP Fatal error:  Uncaught Error: Call to undefined function cache_get() in /var/www/{mysite}/includes/module.inc:763
    Stack trace: 
    #0 /var/www/{mysite}/includes/module.inc(963): module_implements('system_theme_in...')
    #1 /var/www/{mysite}/modules/system/system.module(2531): module_invoke_all('system_theme_in...')
    #2 /var/www/{mysite}/includes/theme.inc(798): _system_rebuild_theme_data()
    #3 /var/www/{mysite}/includes/theme.maintenance.inc(57): list_themes()
    #4 /var/www/{mysite}/includes/bootstrap.inc(2965): _drupal_maintenance_theme()
    #5 /var/www/{mysite}/includes/errors.inc(177): drupal_maintenance_theme()
    #6 /var/www/{mysite}/includes/bootstrap.inc(2690): _drupal_log_error(Array, true)
    #7 [internal function]: _drupal_exception_handler(Object(Error))
    #8 {main}
      thrown in /var/www/{mysite}/includes/module.inc on line 763
    Drush command terminated abnormally due to an unrecoverable error. 
    

    In some cases there is a simple solution: Drush needs to be called as root or with sudo.

Production build 0.69.0 2024