Project

General

Profile

Actions

Bug #23009

closed

Installtool bug with escape-signs in ['SYS']['setDBinit']

Added by Sabine Deeken almost 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-06-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

when using the installtool "all configuration" typo3 by itself changes something in
['SYS']['setDBinit']

before:
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8'.chr(10).'SET CHARACTER SET utf8'.chr(10).'SET SESSION character_set_server =utf8'.chr(10).'SET character_set_connection = utf8'.chr(10).'';

after:
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8\'.chr(10).\'SET CHARACTER SET utf8\'.chr(10).\'SET SESSION character_set_server =utf8\'.chr(10).\'SET character_set_connection = utf8\'.chr(10).\'';

the effect is ugly: all umlauts broken in backend. no chance to fix it from installtool. grrrr.
as I am rather a designer than a programmer I was glad to find an old version of localconf.php and repair it by editor

(issue imported from #M14882)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #21501: Install Tool duplicates values of textarea fieldsClosedSteffen Kamper2009-11-09

Actions
Is duplicate of TYPO3 Core - Bug #22964: Wrong handling of entries in textarea fields in install tool - may break installationClosedSteffen Kamper2010-06-22

Actions
Actions

Also available in: Atom PDF