Project

General

Profile

Actions

Bug #106188

open

DataHandler is running endless for no reason

Added by Daniel Elskamp 26 days ago. Updated 26 days ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
-
Start date:
2025-02-17
Due date:
% Done:

0%

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

Description

Hello, i don't know why, but when i try to localize an entity, the commands run several hours until i kill the process. But why this happens? No errors nothing

        \TYPO3\CMS\Core\Core\Bootstrap::initializeBackendAuthentication();

        $this->dataHandler = GeneralUtility::makeInstance(DataHandler::class);
        $this->siteFinder = GeneralUtility::makeInstance(SiteFinder::class);

        $cmd['tx_XXXX_domain_model_product'][3379]['localize'] = 4;
        $dataHandler->start([], $cmd);
        $dataHandler->process_cmdmap();

Files

Tables.zip (9.44 KB) Tables.zip Models Daniel Elskamp, 2025-02-18 07:12
Actions #1

Updated by Oliver Hader 26 days ago

  • Status changed from New to Needs Feedback

Can you please share the TCA configuration of the affected models?
I guess there recursion occurs with one of the select, group or inline fields (incl. category and file).

Actions #2

Updated by Daniel Elskamp 26 days ago

Here the model files.

i find out some products can be translated directly and some product needs a lot of hours for just one

Actions

Also available in: Atom PDF