Actions
Bug #15821
closed$TYPO3_CONF_VARS['SYS']['setDBinit'] is not handled correct in the install tool
Start date:
2006-03-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I inserted
SET NAMES utf8
SET CHARACTER_SET utf8
in the setDBinit text field in the install toll, but the install tool doesn't write this changes to localconf.php. When inserting the value manually
$TYPO3_CONF_VARS['SYS']['setDBinit'] = "SET NAMES utf8\nSET CHARACTER_SET utf8";
the install tool doesn't show the value in the "All Configuration" list anymore.
(issue imported from #M2862)
Updated by Michael Stucki over 18 years ago
Thanks for reporting, I will come up with a fix soon.
Updated by Karsten Dambekalns over 18 years ago
Michael Stucki has fixed this meanwhile.
Actions