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

TYPO3\CMS\Extbase\Property\Exception thrown in file
/html/typo3/typo3_src-6.2.6/typo3/sysext/extbase/Classes/Property/PropertyMapper.php in line 106.

16 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("19", "Hantha\HanthaRooms\Domain\Model\Offer", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

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

15 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("19")

/html/typo3/typo3_src-6.2.6/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);

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

/html/typo3/typo3_src-6.2.6/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();

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

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

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

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

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

/html/typo3/typo3_src-6.2.6/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

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

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

9 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
8 call_user_func_array(array, array)

/html/typo3/typo3_src-6.2.6/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);

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

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

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

/html/typo3/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00859:    return $this->getContentObject('USER_INT')->render($conf);
00860:   } else {
00861:    return $this->getContentObject('USER')->render($conf);
00862:   }
00863:  }

5 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::USER(array)

/html/typo3/typo3_src-6.2.6/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03639:        break;
03640:       case 'FUNC':
03641:        $incContent = $INTiS_cObj->USER($INTiS_config[$INTiS_key]['conf']);
03642:        break;
03643:       case 'POSTUSERFUNC':

4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array)

/html/typo3/typo3_src-6.2.6/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03587:    $INTiS_config = $this->config['INTincScript'];
03588:    $this->INTincScript_includeLibs($INTiS_config);
03589:    $this->INTincScript_process($INTiS_config);
03590:    // Check if there were new items added to INTincScript during the previous execution:
03591:    $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

3 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent()

/html/typo3/typo3_src-6.2.6/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03555:    $this->setPageRenderer(unserialize($this->config['INTincScript_ext']['pageRenderer']));
03556:   }
03557:   $this->recursivelyReplaceIntPlaceholdersInContent();
03558:   $GLOBALS['TT']->push('Substitute header section');
03559:   $this->INTincScript_loadJSCode();

2 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript()

/html/typo3/typo3_src-6.2.6/typo3/sysext/cms/tslib/index_ts.php:
00229: if ($TSFE->isINTincScript()) {
00230:  $TT->push('Non-cached objects', '');
00231:  $TSFE->INTincScript();
00232:  $TT->pull();
00233: }

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

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