[TYPO3-english] 'upload_max_filesize' error while PHP settings are correct

Alan Sk alan.sk at live.com
Mon Jul 7 00:59:12 CEST 2014


Hi. I get the following error during installation:

--------------------------------------------------------
PHP Maximum upload filesize too small
PHP upload_max_filesize = 11 MB
TYPO3_CONF_VARS[BE][maxFileSize] = 10 MB

Currently PHP determines the limits for uploaded file's sizes and not TYPO3. It is recommended that the value of upload_max_filesize is at least equal to the value of TYPO3_CONF_VARS[BE][maxFileSize].
--------------------------------------------------------

I've changed the php.ini setting to 11MB, also 'post_max_size=12'. How do I fix this error? Should I modify 'TYPO3_CONF_VARS[BE][maxFileSize]' and set it to some lower value?

Thanks!


More information about the TYPO3-english mailing list