Missing Schema Cleaner
Missing Schema Cleaner
Missing Schema Cleaner is a Drupal 11 administration tool designed to detect, inspect, and safely clean configuration schema errors directly from the Drupal configuration system.
Why this module?
Drupal configuration depends on configuration schemas to define the expected structure and data types of configuration values. When a module is removed, updated, incorrectly configured, or its schema changes, invalid configuration data can remain in the system.
These inconsistencies can cause configuration validation errors, warnings, and problems during configuration import or administration tasks.
Missing Schema Cleaner aims to make these problems easier to identify and repair without requiring administrators to manually search through configuration storage or database tables.
How it works
The module scans stored Drupal configuration and compares it with the available configuration schemas.
Detected problems are presented in a clear table containing:
- Configuration name
- Exact error or partial path
- Schema label and type
- Whether the value is validatable
- Current configuration value
- Detected error
- Current status
- A dedicated Fix action
Each detected error is listed separately, allowing administrators to inspect and clean individual problems without affecting unrelated configuration.
The module also provides a Clean all errors operation with live progress and per-item results, making it easier to handle multiple configuration schema problems at once.
Usage
1. Open Administration → Reports → Missing Schema Cleaner.
2. Review the detected configuration schema errors.
3. Use Fix to clean an individual error.
4. Use Scan again to verify the current configuration state.
5. Use Clean all errors when multiple detected errors need to be processed.
6. Review the live results to identify successfully cleaned or unresolved items.
The module also integrates with Drupal's Status Report, allowing administrators to quickly see whether configuration schema errors have been detected.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0-beta1 | Pre-release | Sep 14, 2026 |