|
Uncaught TYPO3 Exception
|
|
#1486233164: Child record was not processed (More information)
|
|
|
|
RuntimeException thrown in file
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php in line 604.
|
|
|
|
17 TYPO3\CMS\Core\DataHandling\Localization\DataMapProcessor::synchronizeInlineRelations(TYPO3\CMS\Core\DataHandling\Localization\DataMapItem, "media", array, array)
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php:
|
|
00413: } else {
|
|
00414: // inline relational values
|
|
00415: $this->synchronizeInlineRelations($item, $fieldName, $fromRecord, $forRecord);
|
|
00416: }
|
|
00417: }
|
|
|
|
16 TYPO3\CMS\Core\DataHandling\Localization\DataMapProcessor::synchronizeFieldValues(TYPO3\CMS\Core\DataHandling\Localization\DataMapItem, "media", array, array)
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php:
|
|
00318: $fieldName,
|
|
00319: $fromRecord,
|
|
00320: $forRecord
|
|
00321: );
|
|
00322: }
|
|
|
|
15 TYPO3\CMS\Core\DataHandling\Localization\DataMapProcessor::synchronizeTranslationItem(TYPO3\CMS\Core\DataHandling\Localization\DataMapItem, array, 32)
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php:
|
|
00350: $dependentItem,
|
|
00351: $fieldNames,
|
|
00352: $item->getId()
|
|
00353: );
|
|
00354: }
|
|
|
|
14 TYPO3\CMS\Core\DataHandling\Localization\DataMapProcessor::populateTranslationItem(TYPO3\CMS\Core\DataHandling\Localization\DataMapItem)
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php:
|
|
00241: $this->synchronizeTranslationItem($item, $fieldNames, $fromId);
|
|
00242: }
|
|
00243: $this->populateTranslationItem($item);
|
|
00244: $this->finishTranslationItem($item);
|
|
00245: }
|
|
|
|
13 TYPO3\CMS\Core\DataHandling\Localization\DataMapProcessor::enrich(array)
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php:
|
|
00128: $this->sanitize($this->allItems);
|
|
00129: }
|
|
00130: $this->enrich($this->nextItems);
|
|
00131: }
|
|
00132:
|
|
|
|
12 TYPO3\CMS\Core\DataHandling\Localization\DataMapProcessor::process()
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/core/Classes/DataHandling/DataHandler.php:
|
|
00979: }
|
|
00980: // Pre-process data-map and synchronize localization states
|
|
00981: $this->datamap = DataMapProcessor::instance($this->datamap, $this->BE_USER)->process();
|
|
00982: // Organize tables so that the pages-table is always processed first. This is required if you want to make sure that content pointing to a new page will be created.
|
|
00983: $orderOfTables = [];
|
|
|
|
11 TYPO3\CMS\Core\DataHandling\DataHandler::process_datamap()
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/backend/Classes/Controller/EditDocumentController.php:
|
|
00575: // Perform the saving operation with DataHandler:
|
|
00576: $tce->process_uploads($_FILES);
|
|
00577: $tce->process_datamap();
|
|
00578: $tce->process_cmdmap();
|
|
00579: // If pages are being edited, we set an instruction about updating the page tree after this operation.
|
|
|
|
10 TYPO3\CMS\Backend\Controller\EditDocumentController::processData()
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/backend/Classes/Controller/EditDocumentController.php:
|
|
01959: // Checks, if a save button has been clicked (or the doSave variable is sent)
|
|
01960: if ($this->doProcessData()) {
|
|
01961: $this->processData();
|
|
01962: }
|
|
01963:
|
|
|
|
9 TYPO3\CMS\Backend\Controller\EditDocumentController::mainAction(TYPO3\CMS\Core\Http\ServerRequest, TYPO3\CMS\Core\Http\Response)
|
|
8 call_user_func_array(array, array)
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/backend/Classes/Http/RouteDispatcher.php:
|
|
00052: $targetIdentifier = $route->getOption('target');
|
|
00053: $target = $this->getCallableFromTarget($targetIdentifier);
|
|
00054: return call_user_func_array($target, [$request, $response]);
|
|
00055: }
|
|
00056:
|
|
|
|
7 TYPO3\CMS\Backend\Http\RouteDispatcher::dispatch(TYPO3\CMS\Core\Http\ServerRequest, TYPO3\CMS\Core\Http\Response)
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/backend/Classes/Http/RequestHandler.php:
|
|
00137: /** @var RouteDispatcher $dispatcher */
|
|
00138: $dispatcher = GeneralUtility::makeInstance(RouteDispatcher::class);
|
|
00139: return $dispatcher->dispatch($request, $response);
|
|
00140: }
|
|
00141: }
|
|
|
|
6 TYPO3\CMS\Backend\Http\RequestHandler::dispatch(TYPO3\CMS\Core\Http\ServerRequest)
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/backend/Classes/Http/RequestHandler.php:
|
|
00070: // Check if the router has the available route and dispatch.
|
|
00071: try {
|
|
00072: return $this->dispatch($request);
|
|
00073: } catch (InvalidRequestTokenException $e) {
|
|
00074: // When token was invalid redirect to login
|
|
|
|
5 TYPO3\CMS\Backend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/core/Classes/Core/Bootstrap.php:
|
|
00313:
|
|
00314: // Execute the command which returns a Response object or NULL
|
|
00315: $this->response = $requestHandler->handleRequest($request);
|
|
00316: return $this;
|
|
00317: }
|
|
|
|
4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/backend/Classes/Http/Application.php:
|
|
00090: }
|
|
00091:
|
|
00092: $this->bootstrap->handleRequest($this->request);
|
|
00093:
|
|
00094: if ($execute !== null) {
|
|
|
|
3 TYPO3\CMS\Backend\Http\Application::run()
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/backend/Resources/Private/Php/backend.php:
|
|
00022: $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
|
|
00023:
|
|
00024: (new \TYPO3\CMS\Backend\Http\Application($classLoader))->run();
|
|
00025: });
|
|
|
|
2 {closure}()
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/backend/Resources/Private/Php/backend.php:
|
|
00023:
|
|
00024: (new \TYPO3\CMS\Backend\Http\Application($classLoader))->run();
|
|
00025: });
|
|
|
|
1 require("/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/sysext/backend/Resources/Private/Php/backend.php")
|
|
|
|
/usr/www/users/abppjo/typo3/typo3_src-8.7.8/typo3/index.php:
|
|
00001: <?php
|
|
00002:
|
|
00003: require __DIR__ . '/sysext/backend/Resources/Private/Php/backend.php';
|