Project

General

Profile

Actions

Bug #83230

closed

PostUpload check returns false value to FE

Added by Alexander Opitz over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Install Tool
Start date:
2017-12-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The PHP post_max_size and upload_max_filesize checker tests correctly if post_max_size isn't smaller then upload_max_filesize, but then returns the value of post_max_size to frontend.

So correctly setting:
post_max_size 8M
upload_max_filesize 2M

Given result: "The maximum size for file uploads is actually set to 8M"
Expected result: "The maximum size for file uploads is actually set to 2M"

Setting upload_max_filesize to higher value then post_max_size results in an error status, which is correct.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #82006: Wrong interpretation of post_max_size and/or upload_max_filesizeClosed2017-07-31

Actions
Actions #1

Updated by Alexander Opitz over 6 years ago

  • Related to Bug #82006: Wrong interpretation of post_max_size and/or upload_max_filesize added
Actions #2

Updated by Gerrit Code Review over 6 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54937

Actions #3

Updated by Gerrit Code Review over 6 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54938

Actions #4

Updated by Gerrit Code Review over 6 years ago

Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54939

Actions #5

Updated by Alexander Opitz over 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF