Uncaught TYPO3 Exception
#1297759968: Exception while property mapping at property path "":Object with identity "51" not found. (More information)

TYPO3\CMS\Extbase\Property\Exception thrown in file
/kunden/370451_04105/webseiten/typo3/sysext/extbase/Classes/Property/PropertyMapper.php in line 106.

31 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("51", "TYPO3\SdArticle\Domain\Model\Article", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/kunden/370451_04105/webseiten/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php:
00372:     return $this;
00373:    }
00374:    $this->value = $this->propertyMapper->convert($rawValue, $this->dataType, $this->propertyMappingConfiguration);
00375:    $this->validationResults = $this->propertyMapper->getMessages();
00376:    if ($this->validator !== NULL) {

30 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("51")

/kunden/370451_04105/webseiten/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 \TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set.', 1298012500);

29 TYPO3\CMS\Extbase\Mvc\Controller\AbstractController::mapRequestArgumentsToControllerArguments()

/kunden/370451_04105/webseiten/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00148:    call_user_func(array($this, $actionInitializationMethodName));
00149:   }
00150:   $this->mapRequestArgumentsToControllerArguments();
00151:   $this->checkRequestHash();
00152:   $this->controllerContext = $this->buildControllerContext();

28 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/kunden/370451_04105/webseiten/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00067:    $controller = $this->resolveController($request);
00068:    try {
00069:     $controller->processRequest($request, $response);
00070:    } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00071:    }

27 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/kunden/370451_04105/webseiten/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00054:   /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00055:   $response = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Mvc\\Web\\Response');
00056:   $this->dispatcher->dispatch($request, $response);
00057:   return $response;
00058:  }

26 TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()

/kunden/370451_04105/webseiten/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00193:   $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00194: 
00195:   $response = $requestHandler->handleRequest();
00196:   // If response is NULL after handling the request we need to stop
00197:   // This happens for instance, when a USER object was converted to a USER_INT

25 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest()

/kunden/370451_04105/webseiten/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00182:  public function run($content, $configuration) {
00183:   $this->initialize($configuration);
00184:   return $this->handleRequest();
00185:  }
00186: 

24 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
23 call_user_func_array(array, array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06577:       $content,
06578:       $conf
06579:      ));
06580:     } else {
06581:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

22 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\Extbase\Core\Bootstrap->run", array, "")

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00039:   }
00040:   $this->cObj->includeLibs($conf);
00041:   $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00042:   if ($this->cObj->doConvertToUserIntObject) {
00043:    $this->cObj->doConvertToUserIntObject = FALSE;

21 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

20 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "sdarticle_fe1")

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00040:   $key = strlen($conf[$key]) ? $key : 'default';
00041:   $name = $conf[$key];
00042:   $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00043:   if (isset($conf['stdWrap.'])) {
00044:    $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

19 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

18 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "20")

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00694:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00695:      $conf = $setup[$theKey . '.'];
00696:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00697:     }
00698:    }

17 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00038: 
00039:   $this->cObj->includeLibs($conf);
00040:   $content = $this->cObj->cObjGet($conf);
00041:   $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00042:   if ($wrap) {

16 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

15 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "list")

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00040:   $key = strlen($conf[$key]) ? $key : 'default';
00041:   $name = $conf[$key];
00042:   $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00043:   if (isset($conf['stdWrap.'])) {
00044:    $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

14 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

13 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "tt_content")

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00733:     // Getting the cObject
00734:     $GLOBALS['TT']->incStackPointer();
00735:     $content .= $this->cObjGetSingle($name, $conf, $key);
00736:     $GLOBALS['TT']->decStackPointer();
00737:    } else {

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("<tt_content", NULL, "")

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00105:        $this->cObj->lastChanged($row['tstamp']);
00106:        $cObj->start($row, $conf['table']);
00107:        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00108:        $cobjValue .= $tmpValue;
00109:       }

11 TYPO3\CMS\Frontend\ContentObject\ContentContentObject::render(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

10 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array, "10")

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00694:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00695:      $conf = $setup[$theKey . '.'];
00696:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00697:     }
00698:    }

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00038: 
00039:   $this->cObj->includeLibs($conf);
00040:   $content = $this->cObj->cObjGet($conf);
00041:   $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00042:   if ($wrap) {

8 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

7 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00208:     $this->view->assign(
00209:      $variableName,
00210:      $this->cObj->cObjGetSingle($cObjType, $variables[$variableName . '.'])
00211:     );
00212:    } else {

6 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::assignContentObjectVariables(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00078:   $this->setExtbaseVariables($conf);
00079:   $this->assignSettings($conf);
00080:   $this->assignContentObjectVariables($conf);
00081:   $this->assignContentObjectDataAndCurrent($conf);
00082: 

5 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::render(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00751:      $contentObject = $this->getContentObject($name);
00752:      if ($contentObject) {
00753:       $content .= $contentObject->render($conf);
00754:      } else {
00755:       // Call hook functions for extra processing

4 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "10")

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00694:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00695:      $conf = $setup[$theKey . '.'];
00696:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00697:     }
00698:    }

3 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/kunden/370451_04105/webseiten/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00222:   $GLOBALS['TT']->incStackPointer();
00223:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00224:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00225:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00226:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

2 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()

/kunden/370451_04105/webseiten/typo3/sysext/cms/tslib/index_ts.php:
00209:   // Content generation
00210:   if (!$TSFE->isINTincScript()) {
00211:    \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00212:    $TSFE->setAbsRefPrefix();
00213:   }

1 require("/kunden/370451_04105/webseiten/typo3/sysext/cms/tslib/index_ts.php")

/kunden/370451_04105/webseiten/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');