kaystrobach/pagetreefixer

Fixes broken root pathes, by marking pages records without a valid rootline as deleted

Installs: 1 330

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.3.0 2023-04-03 14:47 UTC

This package is auto-updated.

Last update: 2024-05-06 13:45:59 UTC


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.

License

GPL2.0+