#1297933823: Object of type NWNwPressDomainModelPress with identity "1049" not found.
(More information)

TYPO3CMSExtbasePropertyExceptionTargetNotFoundExceptionthrown in file
/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.phpin line 226.

41TYPO3CMSExtbasePropertyTypeConverterPersistentObjectConverter::fetchObjectFromPersistence("1049","NWNwPressDomainModelPress")

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php:

00156:                 return null;
00157:             }

00158:             $object = $this->fetchObjectFromPersistence($source, $targetType);

00159:         } else {
00160:             throw new InvalidArgumentException('Only integers, strings and arrays are accepted.', 1305630314);
40TYPO3CMSExtbasePropertyTypeConverterPersistentObjectConverter::convertFrom("1049","NWNwPressDomainModelPress",array,TYPO3CMSExtbaseMvcControllerMvcPropertyMappingConfiguration)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Property/PropertyMapper.php:

00199:             }
00200:         }

00201:         $result = $typeConverter->convertFrom($source, $targetType, $convertedChildProperties, $configuration);

00202: 
00203:         if ($result instanceof TYPO3CMSExtbaseErrorError) {
39TYPO3CMSExtbasePropertyPropertyMapper::doMapping("1049","NWNwPressDomainModelPress",TYPO3CMSExtbaseMvcControllerMvcPropertyMappingConfiguration,array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Property/PropertyMapper.php:

00116:         $this->messages = new TYPO3CMSExtbaseErrorResult();
00117:         try {

00118:             $result = $this->doMapping($source, $targetType, $configuration, $currentPropertyPath);

00119:             if ($result instanceof TYPO3CMSExtbaseErrorError) {
00120:                 return null;
38TYPO3CMSExtbasePropertyPropertyMapper::convert("1049","NWNwPressDomainModelPress",TYPO3CMSExtbaseMvcControllerMvcPropertyMappingConfiguration)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php:

00268:         }
00269:         try {

00270:             $this->value = $this->propertyMapper->convert($rawValue, $this->dataType, $this->propertyMappingConfiguration);

00271:         } catch (TargetNotFoundException $e) {
00272:             // for optional arguments no exeption is thrown.
37TYPO3CMSExtbaseMvcControllerArgument::setValue("1049")

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php:

00421:             $argumentName = $argument->getName();
00422:             if ($this->request->hasArgument($argumentName)) {

00423:                 $argument->setValue($this->request->getArgument($argumentName));

00424:             } elseif ($argument->isRequired()) {
00425:                 throw new TYPO3CMSExtbaseMvcControllerExceptionRequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);
36TYPO3CMSExtbaseMvcControllerAbstractController::mapRequestArgumentsToControllerArguments()

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:

00168:             call_user_func([$this, $actionInitializationMethodName]);
00169:         }

00170:         $this->mapRequestArgumentsToControllerArguments();

00171:         $this->controllerContext = $this->buildControllerContext();
00172:         $this->view = $this->resolveView();
35TYPO3CMSExtbaseMvcControllerActionController::processRequest(TYPO3CMSExtbaseMvcWebRequest,TYPO3CMSExtbaseMvcWebResponse)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:

00083:             $controller = $this->resolveController($request);
00084:             try {

00085:                 $controller->processRequest($request, $response);

00086:             } catch (TYPO3CMSExtbaseMvcExceptionStopActionException $ignoredException) {
00087:             }
34TYPO3CMSExtbaseMvcDispatcher::dispatch(TYPO3CMSExtbaseMvcWebRequest,TYPO3CMSExtbaseMvcWebResponse)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:

00089:         /** @var $response TYPO3CMSExtbaseMvcResponseInterface */
00090:         $response = $this->objectManager->get(TYPO3CMSExtbaseMvcWebResponse::class);

00091:         $this->dispatcher->dispatch($request, $response);

00092:         return $response;
00093:     }
33TYPO3CMSExtbaseMvcWebFrontendRequestHandler::handleRequest()

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Core/Bootstrap.php:

00197:         $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00198: 

00199:         $response = $requestHandler->handleRequest();

00200:         // If response is NULL after handling the request we need to stop
00201:         // This happens for instance, when a USER object was converted to a USER_INT
32TYPO3CMSExtbaseCoreBootstrap::handleRequest()

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/extbase/Classes/Core/Bootstrap.php:

00184:     {
00185:         $this->initialize($configuration);

00186:         return $this->handleRequest();

00187:     }
00188: 
31TYPO3CMSExtbaseCoreBootstrap::run(" ",array)

30call_user_func_array(array,array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

06335:                     ], [
06336:                         $content,

06337:                         $conf

06338:                     ]);
06339:                 } else {
29TYPO3CMSFrontendContentObjectContentObjectRenderer::callUserFunction("TYPO3CMSExtbaseCoreBootstrap->run",array," ")

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:

00039:             $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
00040:         }

00041:         $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');

00042:         if ($this->cObj->doConvertToUserIntObject) {
00043:             $this->cObj->doConvertToUserIntObject = false;
28TYPO3CMSFrontendContentObjectUserContentObject::render(array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00818:         // Render content
00819:         try {

00820:             $content .= $contentObject->render($configuration);

00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be
27TYPO3CMSFrontendContentObjectContentObjectRenderer::render(TYPO3CMSFrontendContentObjectUserContentObject,array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {

00736:                         $content .= $this->render($contentObject, $conf);

00737:                     } else {
00738:                         // Call hook functions for extra processing
26TYPO3CMSFrontendContentObjectContentObjectRenderer::cObjGetSingle("USER",array,"nwpress_pi1")

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:

00042:             $theValue = '';
00043:         } else {

00044:             $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);

00045:         }
00046:         if (isset($conf['stdWrap.'])) {
25TYPO3CMSFrontendContentObjectCaseContentObject::render(array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00818:         // Render content
00819:         try {

00820:             $content .= $contentObject->render($configuration);

00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be
24TYPO3CMSFrontendContentObjectContentObjectRenderer::render(TYPO3CMSFrontendContentObjectCaseContentObject,array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {

00736:                         $content .= $this->render($contentObject, $conf);

00737:                     } else {
00738:                         // Call hook functions for extra processing
23TYPO3CMSFrontendContentObjectContentObjectRenderer::cObjGetSingle("CASE",array,"20")

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00680:             if ((int)$theKey && strpos($theKey, '.') === false) {
00681:                 $conf = $setup[$theKey . '.'];

00682:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);

00683:             }
00684:         }
22TYPO3CMSFrontendContentObjectContentObjectRenderer::cObjGet(array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:

00039:         }
00040: 

00041:         $content = $this->cObj->cObjGet($conf);

00042:         $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00043:         if ($wrap) {
21TYPO3CMSFrontendContentObjectContentObjectArrayContentObject::render(array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00818:         // Render content
00819:         try {

00820:             $content .= $contentObject->render($configuration);

00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be
20TYPO3CMSFrontendContentObjectContentObjectRenderer::render(TYPO3CMSFrontendContentObjectContentObjectArrayContentObject,array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {

00736:                         $content .= $this->render($contentObject, $conf);

00737:                     } else {
00738:                         // Call hook functions for extra processing
19TYPO3CMSFrontendContentObjectContentObjectRenderer::cObjGetSingle("COA",array,"list")

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:

00042:             $theValue = '';
00043:         } else {

00044:             $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);

00045:         }
00046:         if (isset($conf['stdWrap.'])) {
18TYPO3CMSFrontendContentObjectCaseContentObject::render(array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00818:         // Render content
00819:         try {

00820:             $content .= $contentObject->render($configuration);

00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be
17TYPO3CMSFrontendContentObjectContentObjectRenderer::render(TYPO3CMSFrontendContentObjectCaseContentObject,array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {

00736:                         $content .= $this->render($contentObject, $conf);

00737:                     } else {
00738:                         // Call hook functions for extra processing
16TYPO3CMSFrontendContentObjectContentObjectRenderer::cObjGetSingle("CASE",array,"tt_content")

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00716:                 // Getting the cObject
00717:                 $timeTracker->incStackPointer();

00718:                 $content .= $this->cObjGetSingle($name, $conf, $key);

00719:                 $timeTracker->decStackPointer();
00720:             } else {
15TYPO3CMSFrontendContentObjectContentObjectRenderer::cObjGetSingle("CASE",array," ")

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:

00094:                         $this->cObj->lastChanged($row['tstamp']);
00095:                         $cObj->start($row, $conf['table']);

00096:                         $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);

00097:                         $cobjValue .= $tmpValue;
00098:                     }
14TYPO3CMSFrontendContentObjectContentContentObject::render(array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00818:         // Render content
00819:         try {

00820:             $content .= $contentObject->render($configuration);

00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be
13TYPO3CMSFrontendContentObjectContentObjectRenderer::render(TYPO3CMSFrontendContentObjectContentContentObject,array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {

00736:                         $content .= $this->render($contentObject, $conf);

00737:                     } else {
00738:                         // Call hook functions for extra processing
12TYPO3CMSFrontendContentObjectContentObjectRenderer::cObjGetSingle("CONTENT",array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:

00302:             }
00303:             if (!in_array($variableName, $reservedVariables)) {

00304:                 $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.']);

00305:             } else {
00306:                 throw new InvalidArgumentException(
11TYPO3CMSFrontendContentObjectFluidTemplateContentObject::getContentObjectVariables(array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:

00098:         $this->setExtbaseVariables($conf);
00099:         $this->assignSettings($conf);

00100:         $variables = $this->getContentObjectVariables($conf);

00101:         $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);
00102: 
10TYPO3CMSFrontendContentObjectFluidTemplateContentObject::render(array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00818:         // Render content
00819:         try {

00820:             $content .= $contentObject->render($configuration);

00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be
9TYPO3CMSFrontendContentObjectContentObjectRenderer::render(TYPO3CMSFrontendContentObjectFluidTemplateContentObject,array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {

00736:                         $content .= $this->render($contentObject, $conf);

00737:                     } else {
00738:                         // Call hook functions for extra processing
8TYPO3CMSFrontendContentObjectContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE",array,"10")

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00680:             if ((int)$theKey && strpos($theKey, '.') === false) {
00681:                 $conf = $setup[$theKey . '.'];

00682:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);

00683:             }
00684:         }
7TYPO3CMSFrontendContentObjectContentObjectRenderer::cObjGet(array)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/Page/PageGenerator.php:

00193:         $timeTracker->incStackPointer();
00194:         $timeTracker->push($tsfe->sPre, 'PAGE');

00195:         $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);

00196:         if ($tsfe->pSetup['wrap']) {
00197:             $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);
6TYPO3CMSFrontendPagePageGenerator::renderContent()

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/Http/RequestHandler.php:

00209:                 // Content generation
00210:                 if (!$this->controller->isINTincScript()) {

00211:                     PageGenerator::renderContent();

00212:                     $this->controller->setAbsRefPrefix();
00213:                 }
5TYPO3CMSFrontendHttpRequestHandler::handleRequest(TYPO3CMSCoreHttpServerRequest)

/var/www/uestra/typo3_src/typo3_src-8.7.13/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:     }
4TYPO3CMSCoreCoreBootstrap::handleRequest(TYPO3CMSCoreHttpServerRequest)

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Classes/Http/Application.php:

00077:     public function run(callable $execute = null)
00078:     {

00079:         $this->bootstrap->handleRequest(TYPO3CMSCoreHttpServerRequestFactory::fromGlobals());

00080: 
00081:         if ($execute !== null) {
3TYPO3CMSFrontendHttpApplication::run()

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Resources/Private/Php/frontend.php:

00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';

00023:     (new TYPO3CMSFrontendHttpApplication($classLoader))->run();

00024: });
2{closure}()

/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Resources/Private/Php/frontend.php:

00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new TYPO3CMSFrontendHttpApplication($classLoader))->run();

00024: });
1require("/var/www/uestra/typo3_src/typo3_src-8.7.13/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/var/www/uestra/shared/index.php:

00001: 

00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';

Attachments

  • Original Link
  • Original Document
  • Permalink

Disclaimer

üstra Hannoversche Verkehrsbetriebe AG published this content on 22 February 2022 and is solely responsible for the information contained therein. Distributed by Public, unedited and unaltered, on 02 March 2022 08:46:07 UTC.