2017 © Pedro Peláez
 

typo3-cms-extension mess_detector

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

image

macopedia/mess_detector

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

  • Saturday, April 1, 2017
  • by jousch
  • Repository
  • 3 Watchers
  • 1 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

TYPO3 Mess Detector

TYPO3 tools that will help you find out how messed up your TYPO3 instance is. It checks database integrity., (*1)

How to run it

Go to the folder with your TYPO3 installation and run e.g., (*2)

./typo3/cli_dispatch.phpsh extbase l10nparent:checkuid

Available commands

  • 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 page
  • l10nparent: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)

The Versions

01/04 2017

dev-master

9999999-dev http://macopedia.pl

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

  Sources   Download

GPL-2.0+

The Requires

 

extension typo3