Project

General

Profile

Actions

Bug #44964

closed

DataHandler - process_cmdmap - Canceled during execution - multiple images on original content

Added by Andreas Allacher about 11 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Start date:
2013-01-30
Due date:
% Done:

0%

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

Description

Hello,

If I use DataHandler with process_cmdmap on multiple pages at once (sublevels) and stop its execution,
the original copied page and already processed subpages have "cloned" their image file references in content elements.
The reason seem to be that normally the reference is re-mapped at the end of the copy process (process_cmdmap).
However, if I copy multiple sublevels this might not be such a good idea.

I have added screenshots that demonstrate the problem.

I am using the current git version.


Files

01-Before-Copy.png (58.6 KB) 01-Before-Copy.png page before copy Andreas Allacher, 2013-01-30 13:42
02-Paste.png (61.4 KB) 02-Paste.png paste Andreas Allacher, 2013-01-30 13:42
03-Canceled-Copy-Original-Page.png (42 KB) 03-Canceled-Copy-Original-Page.png original page after canceled copy or during copy process Andreas Allacher, 2013-01-30 13:42

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #44795: Page tree - Copy page (and paste) - preview images (often missing)Closed2013-01-25

Actions
Actions #1

Updated by Andreas Wolf about 11 years ago

  • Assignee set to Oliver Hader

I think this is more a general TCEmain problem in conjunction with IRRE.

Actions #2

Updated by Oliver Hader about 11 years ago

Hm... hard to tell... are there any TCEmain/DataHandler Hooks used that manipulate the processing?
Besides that in the 3rd screenshot I spotted that the copied page seems to have the same UID as the original page which might be the origin of the behavior concerning page resolving.

Actions #3

Updated by Andreas Allacher about 11 years ago

The UID is definitely correct later on (you can't even store a page with the same UID in the db as the UID is the only primary key) I might have refreshed too soon or something because I wanted to stop the copy process before the "issue" is not visible anymore. The issue still exists even if the UID was correct from what I remember.

Actions #4

Updated by Alexander Stehlik over 10 years ago

How exactly do you stop the execution?

Maybe the solution I provided in #44795 also fixes your problem?

Actions #5

Updated by Mathias Schreiber about 9 years ago

  • Status changed from New to Needs Feedback
  • Assignee changed from Oliver Hader to Mathias Schreiber
  • Is Regression set to No

tbh I am not sure what to do with this.
Aborting a request will break almost everything and unless we introduce transactions to all queries handled by DataHandler there is just no way to fix this.

Actions #6

Updated by Andreas Allacher about 9 years ago

Execution can be stopped e.g. by pressing ESC during a request where DataHandler is executed.
Most of the time this will not take long. However, if one e.g. copies a whole pagetree it can take some time.

Shouldn't the images just be added correctly to the "new" elements, instead of the old one? That way the old elements will not get double images.
The worst case that would invoke would be that not all content elements/images are copied but as those are copies. I can just delete them and redo the copy process.

It is way more complex if the original content is modified.
Another way might be to involve the workspaces somehow, e.g. set workspaceId during creation to -9999 and then Update all -9999 at the end to 0?

Seems I forgot to setup a Watch on this ticket and forgot all about it because it really does not happen often that one cancels the execution of the DataHandler. Especially, if one knows about the issues involved.

Actions #7

Updated by Alexander Opitz almost 9 years ago

  • Category changed from File Abstraction Layer (FAL) to Backend API
  • Status changed from Needs Feedback to New
  • Target version set to 8 LTS
  • Complexity set to hard

The fact isn't FAL depended, it is overall backend processing. But this is very hard to solve and won't happen for 7.

Actions #8

Updated by Andreas Allacher almost 9 years ago

No problem, it isn't that "big" an issue.
It should still be solved though and yes it probably is a general issue, just noticed it with FAL the first time :)

Maybe the title should also be changed then?

Actions #9

Updated by Benni Mack almost 7 years ago

  • Target version changed from 8 LTS to next-patchlevel
Actions #10

Updated by Benni Mack almost 5 years ago

  • Target version changed from next-patchlevel to Candidate for patchlevel
Actions #11

Updated by Benni Mack about 4 years ago

  • Status changed from New to Closed

Yeah, this should be fixed once we migrate DataHandler to v2.0 when we go with Event Sourcing or anything like "atomic" persistence. Will close this for now.

Actions

Also available in: Atom PDF