[TYPO3-core] RFC: #4609 Bugfix : User Management: Modules maximum

Xavier Perseguers typo3 at perseguers.ch
Sat Aug 21 17:08:59 CEST 2010


Hi,

> This is an SVN patch request.
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=4609
>
> Branches:
> trunk, 4.4, 4.3, 4.2
>
> Problem:
> If you installed some additional Modules like Direct Mail, the Database
> field userMods is to small with varchar(255)
>
> Steps to reproduce:
> Install some extensions with a Module, for example tt_news, recycler and
> direct_mail, now create a user and give access rights to all installed
> Modules, and save the user record.
> Now you got a Error Message "102: These fields are not properly updated
> in database: (userMods) Probably value mismatch with fieldtype."
>
> Solution:
> change database field userMods to text

I'd like to know which are the queries using userMods because converting 
it to text leads to a CLOB in Oracle and if queries are using LIKE it 
won't work anymore.

Xavier


More information about the TYPO3-team-core mailing list