[TYPO3-realty] Increasing allowed image sizes

Jan Kornblum jan.kornblum at gmx.de
Thu Oct 24 09:33:00 CEST 2013


Dear group,

it seems to be impossible to adjust the allowed size for images of a 
realty object / image object to 20mb. I've defined the following in 
typo3conf/extTables.php:

$GLOBALS['TCA']['tx_realty']['columns']['image']['config']['max_size'] 
= 20*1024;
-> This works

$GLOBALS['TCA']['tx_realty_images']['columns']['image']['config']['max_size'] 
= 20*1024;
-> This doesn't work! The TCA configuration won't get overwritten (look 
at "admintools -> configuration", still the same)

But to allow a bigger image to be created (IRRE) inside a realty 
object, the second definition / value must be increased. So the only 
solution seems to "hack" the typo3conf/ext/realty/tca.php file - no 
good choice!

Kind regards, Jan




More information about the TYPO3-project-realty mailing list