---
url: 'https://metadrop.net/es/articulos/notices-the-following-module-is-missing-from-the-file-system-y-como-solventarlo'
title: 'Notices "The following module is missing from the file system..." y como solventarlo'
author: Root
date: '2017-03-15T07:31:58+00:00'
updated: '2026-06-10T07:08:49+00:00'
type: article
summary: 'Notices "The following module is missing from the file system..." y como solventarlo'
tags:
  - 'Drupal 8'
  - 'Devel (Drupal module)'
  - Drush
published: true
og:
  determiner: Automatic
  site_name: Metadrop
  'image:alt': 'Notices "The following module is missing from the file system..." y como solventarlo'
  street_address: 'Calle Manuel Luna, 12, 3 Dcha'
  locality: Madrid
  region: Madrid
  postal_code: '28020'
  country_name: España
  email: hola@metadrop.net
  phone_number: '910053180'
schema:
  '@context': 'https://schema.org'
  '@graph':
    -
      '@type': Article
      '@id': 'https://metadrop.net/es/articulos/notices-the-following-module-is-missing-from-the-file-system-y-como-solventarlo#article'
      name: 'Notices "The following module is missing from the file system..." y como solventarlo'
      headline: 'Notices "The following module is missing from the file system..." y como solventarlo'
      description: 'Notices "The following module is missing from the file system..." y como solventarlo'
      about:
        - 'Drupal 8'
        - 'Devel (módulo de Drupal)'
        - Drush
      datePublished: '2017-03-15T08:31:58+0100'
      dateModified: '2026-06-10T09:08:49+0200'
      author:
        '@type': Person
        name: Root
      publisher:
        '@type': Organization
        '@id': 'https://metadrop.net/#organization'
      mainEntityOfPage: 'https://metadrop.net/es/articulos/notices-the-following-module-is-missing-from-the-file-system-y-como-solventarlo'
    -
      '@type': Organization
      '@id': 'https://metadrop.net/#organization'
      url: 'https://metadrop.net/'
      name: Metadrop
      sameAs:
        - 'https://www.drupal.org/metadrop'
        - 'https://twitter.com/metadrop'
        - 'https://asociaciondrupal.es/partner/metadrop'
        - 'https://www.linkedin.com/company/metadrop'
      logo:
        '@type': ImageObject
        url: 'https://metadrop.net/themes/custom/mdrop_radix/logo-metadrop-500-500.jpg'
        width: '500'
        height: '500'
    -
      '@type': ItemPage
      '@id': 'https://metadrop.net/es/articulos/notices-the-following-module-is-missing-from-the-file-system-y-como-solventarlo'
      breadcrumb:
        '@type': BreadcrumbList
        itemListElement:
          -
            '@type': ListItem
            position: 1
            name: Inicio
            item: 'https://metadrop.net/es'
          -
            '@type': ListItem
            position: 2
            name: 'Artículos expertos sobre Drupal y tecnología'
            item: 'https://metadrop.net/es/articulos'
      publisher:
        '@type': Organization
        '@id': 'https://metadrop.net/#organization'
---
 1. [Artículos](https://metadrop.net/es/articulos)
 
  

# Notices "The following module is missing from the file system..." y como solventarlo

Miércoles 15 de Marzo de 2017

 

 



Notices "The following module is missing from the file system..." y como solventarlo



   



Si tenemos esté mensaje de advertencia en nuestro drupal 8 es tan fácil como ejecutar unas lineas de código:

Vía **Drush**

```coffeescript
drush sql-query "DELETE FROM key_value WHERE collection='system.schema' AND name='module_name';"
```

Ejecutaremos esta linea en nuestra consola, simplemente agregaremos en *name* el modulo que nos esta provocando el error.

Vía **Devel**

```coffeescript
$query = \Drupal::database()->delete('key_value')
  ->condition('collection', 'system.schema')
  ->condition('name', 'module_name')
  ->execute();
```

Al igual que con el ejemplo anterior, sustituiremos *module\_name* por el nombre del módulo que este afectado.

Es necesario tener el modulo *Devel* y ejecutarlo esta linea en /devel/php



[Drupal 8](https://metadrop.net/es/articulos?text=Drupal%208)

[Devel (módulo de Drupal)](https://metadrop.net/es/articulos?text=Devel%20%28m%C3%B3dulo%20de%20Drupal%29)

[Drush](https://metadrop.net/es/articulos?text=Drush)

 

- Root
 
[Servicios de mantenimiento y soporte de Drupal](https://metadrop.net/es/services/drupal/maintenance " See Servicios de mantenimiento y soporte de Drupal")

Mantenimiento y soporte independiente de Drupal con sede en la UE, que mantiene las plataformas de misión crítica seguras, cumplidoras y en evolución: cuidado preventivo, correctivo y evolutivo bajo un único modelo de gobierno con informes mensuales por escrito.

 

 Ver más