0

I built a website with TYPO3 and to build individual content modules I use the DCE extension. - DCE

I created some basic input fields: Simple input

If I want to use the module and if I insert some text everythink is working fine. But if i use chars like -- ö ä ü -- I will get following error:

enter image description here

enter image description here

Problem is, here in Germany every second word has a char like that.

I can't find any kind of mistake or error from my side. I doesn't matter what for type of input I am using (simple input, text area or RTE)

I already created a complete new TYPO3 installation. But here I get the same error. I also looked into the php-files. But my knowledge is not specific enough to make some changes there.

Hope someone can give me help or some tips.

Thank you mando

Daniel
  • 6,916
  • 2
  • 36
  • 47
Mando Statti
  • 213
  • 1
  • 2
  • 9
  • Where do you enter umlauts? In the fieldname (variable) or as content of a field? – Paul Beck Dec 13 '16 at 14:06
  • Hey Paul, as content in a field. – Mando Statti Dec 13 '16 at 14:40
  • Does it work for other records like tt_content? – Paul Beck Dec 13 '16 at 21:30
  • Have a look at your database: what charset has that field? in TYPO3 everywhere the charset should be UTF8-anything. in mySQL that could be differnt on every level: connection, database, table, field – Bernd Wilke πφ Dec 14 '16 at 08:37
  • When try to insert some text with tt_content (standard module) i will get these warning: 1: These fields of record 22 in table "tt_content" have not been saved correctly: bodytext! The values might have changed due to type casting of the database. And alls chars like äöü will change in to a "?". – Mando Statti Dec 14 '16 at 14:15
  • @BerndWilkeπφ all fields have the typo varchar(255) in the database. – Mando Statti Dec 14 '16 at 14:25
  • not the type but the collation (something like utf8_general, latin1_swedish, ...) – Bernd Wilke πφ Dec 14 '16 at 22:15
  • The server connection collation is utf8_general_ci – Mando Statti Dec 16 '16 at 09:37
  • and what about the field itself? – Bernd Wilke πφ Dec 20 '16 at 07:43
  • The TYPO3 error message, "These fields of record 22 in table "tt_content" have not been saved correctly: bodytext! The values might have changed due to type casting of the database", appeared in a related problem, [TYPO3 RTE: Saving mathematical/greek symbols doesn't work](https://stackoverflow.com/questions/37585582/typo3-rte-saving-mathematical-greek-symbols-doesnt-work). – Andrew Oct 24 '17 at 14:12

0 Answers0