Actions
Bug #55016
closedInstall tool fails to change 'setDBinit'
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2014-01-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Latest Master 6.2.0, new install, no data
I was trying to enforce a collation on setDBinit via Install Tool/All configuration. Reason: #54952, #36754
Whatever I enter is confirmed:
$TYPO3_CONF_VARS['SYS']['setDBinit'] New value = SET NAMES utf8 COLLATE utf8_unicode_ci;
But it never makes it's way into “LocalConfiguration.php”. LocalConfiguration.php gets a new timestamp. That's all.
Same happens with a correct string (single ticks around values): SET NAMES 'utf8' COLLATE 'utf8_unicode_ci';
Updated by Markus Klein almost 11 years ago
- Status changed from New to Closed
Thomas, the fix for this is almost merged.
Please test and vote on https://review.typo3.org/15369
Closing this as duplicate of #41596
Actions