Drush command terminated abnormally due to an unrecoverable error | Develop Site
Y surgio un problema con drush. Alguna vez tenia que pasar, ¿no?. Toca investigar y hacer pruebas
El problema parece venir desde hace tiempo y en mi caso esta relacionado con lo que muestra el archivo log
PHP Fatal error: Uncaught Error: Call to undefined function cache_get() in /home/usuario/public_html/directorio/includes/module.inc:762
Stack trace:
- #0 /home/usuario/public_html/directorio/includes/module.inc(962): module_implements('system_theme_in...')
- #1 /home/usuario/public_html/directorio/modules/system/system.module(2511): module_invoke_all('system_theme_in...')
- #2 /home/usuario/public_html/directorio/includes/theme.inc(798): _system_rebuild_theme_data()
- #3 /home/usuario/public_html/directorio/includes/theme.maintenance.inc(57): list_themes()
- #4 /home/usuario/public_html/directorio/includes/bootstrap.inc(2894): _drupal_maintenance_theme()
- #5 /home/usuario/public_html/directorio/includes/errors.inc(179): drupal_maintenance_theme()
- #6 /home/usuario/public_html/directorio/includes/bootstrap.inc(2622): _drupal_log_error(Array, true)
- #7 [internal function]: _drupal_exception_handler(Object(Error))
- #8 {main}
- // Fetch implementations from cache.
- // This happens on the first call to module_implements(*, *, FALSE) during a
- // request, but also when $implementations have been reset, e.g. after
- // module_enable().
- if (empty($implementations)) {
- $implementations = cache_get('module_implements', 'cache_bootstrap');
- if ($implementations === FALSE) {
- $implementations = array();
- }
- else {
- $implementations = $implementations->data;
- }
- // Forget all previously "verified" hooks, in case that $implementations
- // were cleared via drupal_static_reset('module_implements') instead of
- // module_implements(*, *, TRUE).
- $verified = array();
- }
- ini_set('session.save_handler', 'user');
thrown in /home/usuario/public_html/directorio/includes/module.inc on line 762
Drush command terminated abnormally due to an unrecoverable error. [error] Error: Uncaught Error: Call to undefined function cache_get().
Estoy probando hacer una modificacion en el archivo settings.php borrando la linea:
Hasta el momento parece funcionar con el servidor de Bluehost
Español
- blog de ernesto
- Log in or register to post comments