[TYPO3-english] UTF-8

bernd wilke t3ng at bernd-wilke.net
Thu May 16 13:49:06 CEST 2013


Am 16.05.2013 12:29, schrieb Wiesław Golsz:
> I tried migrate to UTF-8 according to:
> http://wiki.typo3.org/UTF-8_support#Convert_an_already_existing_database_to_UTF-8
>
> 1. I did update DB using Install Tool and possibly removed the
> "unnecessary" table.
>
> 2. I used: http://domain.com/fileadmin/db_utf8_fix.php
>
> and receive:
>
> backend_layout: ..... OK
> be_groups: ................. OK
> be_sessions: .... OK
> be_users: ................ OK
> cache_extensions: ........... OK
> cache_hash: Could not get table data!: Table 'database.cache_hash'
> doesn't exist SHOW FULL COLUMNS FROM `cache_hash`;
>
>
> 3. I tried to use Install Tool to create removed tables, but no result.
>
> You can still see: "Kląłeś właśnie – super. Dzę". What we can to do?
>
> Excuse me, I can not find
> $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
>
> In what "area" is it?

in the file:

domain-root
/typo3conf/localconf.php

and use both lines:
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;';
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';


bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list