[TYPO3-mvc] After introducing "tx_extbase_type" my frontend users aren't outputted

Jochen Rau jochen.rau at typoplanet.de
Tue Apr 20 18:26:50 CEST 2010


Hi.

On 20.04.10 11:55, Søren Malling wrote:
>>> After i went to the extension manager again, it still shows the
>>> "Update table" so it looks like the new fields aren't written
>>> correctly to the table, did you experience that as well?
>>
>> Nope - mine updated straight away. What does phpmyadmin or similar say? Is
>> the column added to the fe_user table?
>>
>
> The fields are added but Ext. Manager keeps complaining about
>
> ALTER TABLE fe_users CHANGE tx_extbase_type tx_extbase_type varchar(255);
> 	Current value: varchar(255) default ''
> ALTER TABLE fe_groups CHANGE tx_extbase_type tx_extbase_type varchar(255);
> 	Current value: varchar(255) default ''

This message is caused by the way TYPO3 compares the actual field 
definition with the field definition demanded by the extension. It's 
annoying but causes no dysfunction.

IMO this is a bug in TYPO3.

Regards
Jochen


More information about the TYPO3-project-typo3v4mvc mailing list