[Typo3-dev] EM file edit size limit

Michael Stucki michael at typo3.org
Thu Nov 3 08:48:01 CET 2005


Hi Roger,

> The is a limit on the file size that the file editor in the extension
> manager will allow
> 
> typo3/mod/tools/em/index.php on line 1314
> 
> if (filesize($editFile)<($this->kbMax*1024))
> 
> This is a problem as some files such as class.tx_ttproducts.php are now
> greater than 100k
> 
> Is there any reason that this limit is in place?

I'm not sure but maybe the limit is only 100KB because the PHP script (if it
is one) will break while you are saving it? So maybe the idea was to avoid
this moment to become too long?

Anyway, I think it is fine to set it to 500KB. Will have a look.

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/




More information about the TYPO3-dev mailing list