Hi,

On 16-5-2013 12:29, Wiesław Golsz wrote:
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

Nice; I wrote that :-)

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`;

That worries me a bit. MySQL told the script that there is a table 'cache_hash', but as soon as it tries to find out which columns exist in the table MySQL reports that the table doesn't exist. Maybe it's a good thing to use a tool like PhpMyAdmin/Adminer or the command line to analyze and if necessary repair the tables first.

To speed up the conversion you could empty (truncate) the cache_* tables.

Excuse me, I can not find
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';

In what "area" is it?

That's an option in the Install Tool > All configuration .

--
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to