dev-master
9999999-dev http://macopedia.plThis package will help you check how messed up your TYPO3 instance is.
GPL-2.0+
The Requires
extension typo3
This package will help you check how messed up your TYPO3 instance is.
TYPO3 tools that will help you find out how messed up your TYPO3 instance is. It checks database integrity., (*1)
Go to the folder with your TYPO3 installation and run e.g., (*2)
./typo3/cli_dispatch.phpsh extbase l10nparent:checkuid
t3origuid:checkt3origuidequalsuid
- Finds all records which has wrong t3_origuid value set, (*3)
l10nparent:checkdefaultlanguage
- Finds all records which has l10n_parent value set to uid of the record in non default language, (*4)
l10nparent:checkpid
- Finds all records which has l10n_parent value set to uid of the record on a different pagel10nparent:checkuid
- Finds all records which l10n_parent field value equals uid or are are in default language but have l10nparent set, (*5)
fal:filereferencelanguage
- Finds all sys_file_references which have wrong sys_language_uid (sys_language_uid is different than sys_language_uid of the parent record), (*6)
This package will help you check how messed up your TYPO3 instance is.
GPL-2.0+
extension typo3