Skip to content

Instantly share code, notes, and snippets.

@tmotyl
Last active November 22, 2016 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmotyl/7a2cfbe2034041625c35e4e10714ce3f to your computer and use it in GitHub Desktop.
Save tmotyl/7a2cfbe2034041625c35e4e10714ce3f to your computer and use it in GitHub Desktop.
TYPO3 database integrity check
1. t3_origuid should not be equal to uid of the record
- potential fix - if a record has l10n_parent set, set t3_origuid set to the value of l0n_parent
2. l10n_parent should contain uid of record in default language only
3. // pid != pid parent
//uid == l10n_parent
//record in default language having l18n set
live records with t3ver_oid set ?
4. root Template & is root in page TS & domain record
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment