Actions
Bug #16849
closedDefault table definition for be_users, field lang has wrong field type varchar
Start date:
2007-01-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The default table definition in t3lib/stddb/tables.sql for the table 'be_users' uses a wrong field type 'varchar' for the field 'lang'. While using MySQL 4.1.14 you cannot change the field type to varchar(2). It will become char(2). With larger field sizes there is no problem, but with field size 2 it automatically becomes char(2). In Typo3 version 4.0 it was char(2), in 4.0.4 for some reason it is changed to varchar(2).
(issue imported from #M4766)
Updated by Egbert van der Hout almost 18 years ago
Issue 0003885 reported the same error.
Updated by Egbert van der Hout over 15 years ago
Issue 0003885 (same error) is closed. Please close this issue too.
Actions