macopedia/mess_detector

This package will help you check how messed up your TYPO3 instance is.

Installs: 52

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 2

Open Issues: 4

Type:typo3-cms-extension

dev-master 2017-03-31 22:13 UTC

This package is auto-updated.

Last update: 2024-04-10 23:33:29 UTC


README

TYPO3 tools that will help you find out how messed up your TYPO3 instance is. It checks database integrity.

How to run it

Go to the folder with your TYPO3 installation and run e.g.

./typo3/cli_dispatch.phpsh extbase l10nparent:checkuid

Available commands

  • t3origuid:checkt3origuidequalsuid - Finds all records which has wrong t3_origuid value set

  • l10nparent:checkdefaultlanguage - Finds all records which has l10n_parent value set to uid of the record in non default language

  • l10nparent:checkpid - Finds all records which has l10n_parent value set to uid of the record on a different page

  • l10nparent:checkuid - Finds all records which l10n_parent field value equals uid or are are in default language but have l10nparent set

  • 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)