Project

General

Profile

Actions

Bug #64615

closed

saving a lot of images in a tt_content element causes "security token expired"

Added by Kay Strobach about 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-01-29
Due date:
% Done:

0%

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

Description

steps to reproduce:

  • upload 150 images via file / filelist into a single folder
  • open page module
  • create a tt_content element
  • set type to text with image OR image(s)
  • go to media tab and press add files
  • navigate to the folder where all the images have been stored in the popup
  • klick invert selection
  • klick add all to element
  • wait until all the images appear in the tceform (can take up to one minute)
  • click save

then the security token message appears.

IMHO the problem is, that the post message stuff is to big, so that it gets scrambled, in the result there is no image stored in the image field.

Perhaps we can limit the number of items, which are allowed or find a way to work around.

still the waiting time for the FAL entries is a bit scary ;)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #67978: Add check for max_input_vars into install toolClosedFrank Nägler2015-07-08

Actions
Is duplicate of TYPO3 Core - Bug #49646: Validating the security token of this form has failed. when add 46 images at once in a image contentClosed2013-07-03

Actions
Actions #1

Updated by Philipp Gampe about 9 years ago

Images should be added chunk by chunk ... this would need some JS logic, but this would be an IRRE topic, not FAL.

The same should happen if you add any large number of records to an inline IRRE field.

Actions #3

Updated by Riccardo De Contardi over 8 years ago

  • Status changed from New to Closed

I close this because it is a duplicate of #49646; please continue the discussion there (on #49646 there is also a suggestion about how to solve the problem)

I will report there the suggestion by Kay Strobach to keep trace of it.

If you think that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF