Blog-Archive

TYPO3 und FAL: Override-Felder in IRRE-Elementen ändern

Seit der Einführung von FAL in TYPO3 werden Datei- und Bildrelationen in Inhaltselementen im Backend über IRRE-Elemente abgebildet. Außerdem können Metadaten zu Dateien hinterlegt werden und seit TYPO3 6.2 können diese auch übersetzt werden. Für jede Datei existiert also eine

Getagged mit: , ,
Veröffentlicht unter Database, TYPO3 Allgemein, TYPO3 Extensions, TYPO3 Technik

MySQL: Change collation for all tables in your database

Did you ever had a problem that the special characters are not correctly displayed on your front end? Like you see M?nchen instead of München? This error can happen if your database or table or column has a different character-set

Getagged mit: , ,
Veröffentlicht unter Database, TYPO3 Technik

Detect duplicated references in the database (Related to the bug 66920)

We have found recently a small but very annoying bug (https://forge.typo3.org/issues/66920), which results some inconsistent records in the database. As in the bug report described, it can happen wit any instance without any extension, and also inside any extension like

Getagged mit: , , , ,
Veröffentlicht unter Database, TYPO3 Allgemein, TYPO3 Technik

Delete duplicate records from MM tables

If somehow (f.e. because of a migration from DAM to FAL) you face with duplicate records in MM table you need a small trick to be able to delete them.

Getagged mit: , , ,
Veröffentlicht unter Database, TYPO3 Technik

SQL Berechnung der Entfernung zweier Postleitzahlen

Aufgrund der großen Nachfrage nehme ich mir hier nochmal Zeit, um mein SQL zur Berechnung von Entfernungen anhand von PLZ zu veröffentlichen:

Getagged mit:
Veröffentlicht unter Database

Echte UTF-8 Tabellen in MySQL erstellen

Echte UTF-8 Tabellen in MySQL zu verwenden, bringt mehrere Vorteile: Sortierung der Daten mit Umlauten Sorgenloses Speichern mit UTF-8 Texten Datenexport und Import ohne Frickeleien

Getagged mit:
Veröffentlicht unter Database