[TYPO3-german] yellow exclamation mark wenn mehr als 10 DB mounts???
christian reiter
cr at n-o-s-p-a-m-cxd.de
Thu Apr 13 16:22:45 CEST 2006
Hallo,
TCA war nicht ganz korrekt, da gibt es zum einen mal
\typo3_src-3.8.1\t3lib\stddb\tables.sql
mit einer definition für die be_groups wie auch die be_users, hier sollte
dann stehen
db_mountpoints text NOT NULL,
statt vorher
db_mountpoints varchar(40) DEFAULT '' NOT NULL,
und in \typo3_src-3.8.1\t3lib\stddb\tbl_be.php ebenfalls für be_users und
be_groups z.B. eintragen
'db_mountpoints' => Array (
...
'maxitems' => '99',
...
)
statt
'maxitems' => '10',
Grüsse,
Christian Reiter
More information about the TYPO3-german
mailing list