Project

General

Profile

Actions

Bug #58260

closed

Installtool-Check "checkMaximumFileUploadSize" doesn't look at BE/maxFileSize, but message suggests that

Added by Jost Baron almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2014-04-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

If the php-setting upload_max_filesize is less than 10MB (10 * 1024 * 1024), the following message appears:

PHP Maximum upload filesize too small
upload_max_filesize=8M
By default TYPO3 supports uploading, copying and moving files of sizes up to 10MB (you can alter
the TYPO3 defaults with the config option TYPO3_CONF_VARS[BE][maxFileSize]). Your current PHP
value is below this, so right now, PHP determines the limits for uploaded filesizes 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]

This message suggests that the maxFileSize is relevant here, but in fact it does not influence if the message appears, only the upload_max_filesize is relevant.

Solution: Either modify the message, or change the check.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #60627: TYPO3 // Install Tool / Check.php - checkMaximumFileUploadSize ignores the same valueClosed2014-07-27

Actions
Actions

Also available in: Atom PDF