Actions
Bug #106188
openDataHandler is running endless for no reason
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
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
).
Updated by Daniel Elskamp 26 days ago
- File Tables.zip Tables.zip added
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