kaystrobach / pagetreefixer
Fixes broken root pathes, by marking pages records without a valid rootline as deleted
Installs: 1 626
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10 || ^11
README
pagetreefixer is a TYPO3 commandline helper to remove orphaned pages
Installation
Use the package manager composer to install pagetreefixer.
composer req kaystrobach/pagetreefixer
Usage
# with typo3 console vendor/bin/typo3cms pagetreefixer:fixorphanedpages # without typo3 console vendor/bin/typo3 pagetreefixer:fixorphanedpages
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.