[TYPO3-english] Re: 6.2.0 Install Tool Update Wizard: MySQL-Error

2014-01-17 Thread Thomas Skierlo
-english-bounces (at) lists.typo3.org [mailto:typo3-english- bounces (at) lists.typo3.org] On Behalf Of Thomas Skierlo Sent: Wednesday, January 15, 2014 7:56 PM To: typo3-english (at) lists.typo3.org Subject: [TYPO3-english] Re: 6.2.0 Install Tool Update Wizard: MySQL-Error UPDATE About 6

[TYPO3-english] Re: 6.2.0 Install Tool Update Wizard: MySQL-Error

2014-01-17 Thread Matthias Eberlein
Hi Thomas, i'm setup a fresh TYPO3-6-2 (latest git) System with db utf8_unicode_ci. All works as normal in Install-Tool. greetings maty ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] Re: 6.2.0 Install Tool Update Wizard: MySQL-Error

2014-01-17 Thread Thomas Skierlo
Hi Markus, Quote: Markus Klein (liayn) wrote on Fri, 17 January 2014 13:07 Hi Thomas, Hi Markus, Quote: Markus Klein (liayn) wrote on Wed, 15 January 2014 20:13 You need it,

[TYPO3-english] Re: 6.2.0 Install Tool Update Wizard: MySQL-Error

2014-01-17 Thread Thomas Skierlo
Hi Matthias, that's good to hear - my setup was running smoothly too - until I installed static_info_tables (trunk). So I guess that problems are gone in core files, but they may come back with some extensions. Do you use static_info_tables? If so, include the static template and try to edit

[TYPO3-english] Re: 6.2.0 Install Tool Update Wizard: MySQL-Error

2014-01-15 Thread Thomas Skierlo
Hi Xavier, thank you for your answer. Quote: Xavier Perseguers (xperseguers) wrote on Wed, 15 January 2014 09:30 Hi Thomas, I'm currently trying to get TYPO3 6.2.0 (yesterdays master, fresh install) to work with utf8_unicode_ci collation

[TYPO3-english] Re: 6.2.0 Install Tool Update Wizard: MySQL-Error

2014-01-15 Thread Thomas Skierlo
Hello Thorsten, Quote: Thorsten Kahler (thorsten) wrote on Wed, 15 January 2014 11:33 Hi Thomas, Thomas Skierlo schrieb am 14.01.14 17:48: Hi, I'm currently trying to get TYPO3 6.2.0 (yesterdays master, fresh install) to work with

[TYPO3-english] Re: 6.2.0 Install Tool Update Wizard: MySQL-Error

2014-01-15 Thread Thomas Skierlo
UPDATE About 6 hours ago the problem was solved. Download latest Master and add SET NAMES utf8 COLLATE utf8_unicode_ci; via Install Tool / All Configuration My problem was gone afterwards. What I still don't understand is why this string is needed at all, if the server is forced to use the

[TYPO3-english] Re: 6.2.0 Install Tool Update Wizard: MySQL-Error

2014-01-14 Thread Thomas Skierlo
Quote: Markus Klein (liayn) wrote on Tue, 14 January 2014 18:27 Hi! Did you check what CAST(CAST(media AS DECIMAL) AS CHAR) media does? Maybe cast() changes the charset implicitly. Kind regards Markus

[TYPO3-english] Re: 6.2.0 Install Tool Update Wizard: MySQL-Error

2014-01-14 Thread Thomas Skierlo
Have just found it. /typo3/sysext/install/Classes/Updates/TtContentUploadsUpdateWizard.php (checkForUpdate()). I'm not good enough on sql queries to find any errors. But CAST implies kind of conversion. One reason for the error could be a double-converted default string in the db/table.