xima / xima-typo3-metadata-fixer
Repair missing or incomplete sys_file_metadata
Installs: 2 839
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
pkg:composer/xima/xima-typo3-metadata-fixer
Requires
- php: ^8.0
 - ext-json: *
 - ext-pdo: *
 - typo3/cms-core: ^12.0 || ^13.0
 
Requires (Dev)
- codeception/module-asserts: *
 - codeception/module-cli: *
 - codeception/module-phpbrowser: *
 - codeception/module-webdriver: *
 - eliashaeussler/typo3-codeception-helper: dev-main
 - friendsofphp/php-cs-fixer: ^3.12
 - helhum/typo3-console: * || dev-issue/1169
 - phpmd/phpmd: ^2.13.0
 - phpstan/extension-installer: ^1.3
 - phpstan/phpstan: ^1.6
 - saschaegerer/phpstan-typo3: ^1.8
 - symfony/translation: *
 - typo3/cms-install: *
 - typo3/testing-framework: *
 
README
TYPO3 extension xima_typo3_metadata_fixer
Small TYPO3 extension to repair missing or corrupted sys_file_metadata
records.
Installation
composer require xima/xima-typo3-metadata-fixer
Features
- Detect + create missing 
sys_file_metadata - Detect + fix invalid image dimensions in 
sys_file_metadata - Delete not referenced 
sys_filerecords including their local file. 
Usage
Run typo3 metadata:fix and follow the instructions of the wizard.