Uncaught TYPO3 Exception
#1297933823: Object with identity "320" not found. (More information)

TYPO3\CMS\Extbase\Property\Exception\TargetNotFoundException thrown in file
/html/typo3_src/typo3_src-6.2.27/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php in line 210.

36 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::fetchObjectFromPersistence("320", "Tx_CytWebreisen_Domain_Model_Journey")

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php:
00145:     return NULL;
00146:    }
00147:    $object = $this->fetchObjectFromPersistence($source, $targetType);
00148:   } else {
00149:    throw new \InvalidArgumentException('Only integers, strings and arrays are accepted.', 1305630314);

35 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::convertFrom("320", "Tx_CytWebreisen_Domain_Model_Journey", array, TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/extbase/Classes/Property/PropertyMapper.php:
00178:    }
00179:   }
00180:   $result = $typeConverter->convertFrom($source, $targetType, $convertedChildProperties, $configuration);
00181: 
00182:   if ($result instanceof \TYPO3\CMS\Extbase\Error\Error) {

34 TYPO3\CMS\Extbase\Property\PropertyMapper::doMapping("320", "Tx_CytWebreisen_Domain_Model_Journey", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration, array)

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/extbase/Classes/Property/PropertyMapper.php:
00101:   $this->messages = new \TYPO3\CMS\Extbase\Error\Result();
00102:   try {
00103:    $result = $this->doMapping($source, $targetType, $configuration, $currentPropertyPath);
00104:    if ($result instanceof \TYPO3\CMS\Extbase\Error\Error) {
00105:     return NULL;

33 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("320", "Tx_CytWebreisen_Domain_Model_Journey", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php:
00376:    }
00377:    try {
00378:     $this->value = $this->propertyMapper->convert($rawValue, $this->dataType, $this->propertyMappingConfiguration);
00379:    } catch (TargetNotFoundException $e) {
00380:     // for optional arguments no exeption is thrown.

32 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("320")

/html/typo3_src/typo3_src-6.2.27/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 for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);

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

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00149:    call_user_func(array($this, $actionInitializationMethodName));
00150:   }
00151:   $this->mapRequestArgumentsToControllerArguments();
00152:   $this->checkRequestHash();
00153:   $this->controllerContext = $this->buildControllerContext();

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

/html/typo3_src/typo3_src-6.2.27/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:    }

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

/html/typo3_src/typo3_src-6.2.27/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:  }

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

/html/typo3_src/typo3_src-6.2.27/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

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

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

26 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
25 call_user_func_array(array, array)

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06661:       $content,
06662:       $conf
06663:      ));
06664:     } else {
06665:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

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

/html/typo3_src/typo3_src-6.2.27/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;

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

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

22 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "cytwebreisen_pi1")

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043:    $theValue = '';
00044:   } else {
00045:    $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046:   }
00047:   if (isset($conf['stdWrap.'])) {

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

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

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

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

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

/html/typo3_src/typo3_src-6.2.27/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) {

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

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

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

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043:    $theValue = '';
00044:   } else {
00045:    $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046:   }
00047:   if (isset($conf['stdWrap.'])) {

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

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

15 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "default")

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043:    $theValue = '';
00044:   } else {
00045:    $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046:   }
00047:   if (isset($conf['stdWrap.'])) {

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

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

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

/html/typo3_src/typo3_src-6.2.27/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:       }

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

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

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

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

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

/html/typo3_src/typo3_src-6.2.27/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) {

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

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

8 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "subparts.CONTENTCONTAINER")

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php:
00126:      $this->cObj->data[$this->cObj->currentValKey] = $GLOBALS['TSFE']->register['SUBPART_' . $theKey];
00127:      // Get subpart cObject and substitute it!
00128:      $subpartArray[$PRE . $theKey . $POST] = $this->cObj->cObjGetSingle($theValue['name'], $theValue['conf'], 'subparts.' . $theKey);
00129:     }
00130:     // Reset current to empty

7 TYPO3\CMS\Frontend\ContentObject\TemplateContentObject::render(array)

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

6 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("TEMPLATE", array, "1")

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043:    $theValue = '';
00044:   } else {
00045:    $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046:   }
00047:   if (isset($conf['stdWrap.'])) {

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

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

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

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

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

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00213:   $GLOBALS['TT']->incStackPointer();
00214:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00215:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00216:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00217:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

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

/html/typo3_src/typo3_src-6.2.27/typo3/sysext/cms/tslib/index_ts.php:
00210:   // Content generation
00211:   if (!$TSFE->isINTincScript()) {
00212:    \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00213:    $TSFE->setAbsRefPrefix();
00214:   }

1 require("/html/typo3_src/typo3_src-6.2.27/typo3/sysext/cms/tslib/index_ts.php")

/html/typo3_src/typo3_src-6.2.27/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');