[TYPO3] extension - static data too big

Andrea Giorgini a.giorgini at norvlit.de
Wed May 17 12:39:36 CEST 2006


Mauro Lorenzutti wrote:
> Hi Andrea,
> 
>> I'm trying to integrate in an extension an external database with huge
>> static data.
>> The ext_tables_static+adt.sql file is about 62 MB, so when I try to 
>> install the extension I get something like this:
> 
>> Error: Total size of uncompressed upload (64754678) exceeds 30 M
> 
>> How can I change this limit?
> 
> You can change this in your php.ini
> 
> Regards,
>  Mauro Lorenzutti

Hi Mauro,

thanks for your answer but I found the parameter I was looking for:

typo3/mod/tools/em/class.em_index.php:  var $maxUploadSize = 31457280;

Regards,

Andrea



More information about the TYPO3-english mailing list