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

TYPO3\CMS\Extbase\Property\Exception thrown in file
/www/web515/htdocs/typo3/sysext/extbase/Classes/Property/PropertyMapper.php in line 120.

34 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("105", "Tx_News_Domain_Model_News", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/www/web515/htdocs/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php:
00441:     return $this;
00442:    }
00443:    $this->value = $this->propertyMapper->convert($rawValue, $this->dataType, $this->propertyMappingConfiguration);
00444:    $this->validationResults = $this->propertyMapper->getMessages();
00445:    if ($this->validator !== NULL) {

33 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("105")

/www/web515/htdocs/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php:
00436:     $argumentName = $argument->getName();
00437:     if ($this->request->hasArgument($argumentName)) {
00438:      $argument->setValue($this->request->getArgument($argumentName));
00439:     } elseif ($argument->isRequired()) {
00440:      throw new \TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set.', 1298012500);

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

/www/web515/htdocs/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00177:    call_user_func(array($this, $actionInitializationMethodName));
00178:   }
00179:   $this->mapRequestArgumentsToControllerArguments();
00180:   $this->checkRequestHash();
00181:   $this->controllerContext = $this->buildControllerContext();

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

/www/web515/htdocs/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00098:    $controller = $this->resolveController($request);
00099:    try {
00100:     $controller->processRequest($request, $response);
00101:    } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00102:    }

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

/www/web515/htdocs/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00082:   /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00083:   $response = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Mvc\\Web\\Response');
00084:   $this->dispatcher->dispatch($request, $response);
00085:   return $response;
00086:  }

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

/www/web515/htdocs/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00206:   $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00207: 
00208:   $response = $requestHandler->handleRequest();
00209:   // If response is NULL after handling the request we need to stop
00210:   // This happens for instance, when a USER object was converted to a USER_INT

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

/www/web515/htdocs/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00195:  public function run($content, $configuration) {
00196:   $this->initialize($configuration);
00197:   return $this->handleRequest();
00198:  }
00199: 

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06460:       $content,
06461:       $conf
06462:      ));
06463:     } else {
06464:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00053:   }
00054:   $this->cObj->includeLibs($conf);
00055:   $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00056:   if ($this->cObj->doConvertToUserIntObject) {
00057:    $this->cObj->doConvertToUserIntObject = FALSE;

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00737:      $contentObject = $this->getContentObject($name);
00738:      if ($contentObject) {
00739:       $content .= $contentObject->render($conf);
00740:      } else {
00741:       // Call hook functions for extra processing

23 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "news_pi1")

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00051:    $key = strlen($conf[$key]) ? $key : 'default';
00052:    $name = $conf[$key];
00053:    $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00054:    if (isset($conf['stdWrap.'])) {
00055:     $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00737:      $contentObject = $this->getContentObject($name);
00738:      if ($contentObject) {
00739:       $content .= $contentObject->render($conf);
00740:      } else {
00741:       // Call hook functions for extra processing

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00685:     if (intval($theKey) && !strstr($theKey, '.')) {
00686:      $conf = $setup[$theKey . '.'];
00687:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00688:     }
00689:    }

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00047:    if ($this->cObj->checkIf($conf['if.'])) {
00048:     $this->cObj->includeLibs($conf);
00049:     $content = $this->cObj->cObjGet($conf);
00050:     $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00051:     if ($wrap) {

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00737:      $contentObject = $this->getContentObject($name);
00738:      if ($contentObject) {
00739:       $content .= $contentObject->render($conf);
00740:      } else {
00741:       // Call hook functions for extra processing

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00051:    $key = strlen($conf[$key]) ? $key : 'default';
00052:    $name = $conf[$key];
00053:    $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00054:    if (isset($conf['stdWrap.'])) {
00055:     $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00737:      $contentObject = $this->getContentObject($name);
00738:      if ($contentObject) {
00739:       $content .= $contentObject->render($conf);
00740:      } else {
00741:       // Call hook functions for extra processing

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00723:     // Getting the cObject
00724:     $GLOBALS['TT']->incStackPointer();
00725:     $content .= $this->cObjGetSingle($name, $conf, $key);
00726:     $GLOBALS['TT']->decStackPointer();
00727:    } else {

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php:
00104:       $this->cObj->lastChanged($row['tstamp']);
00105:       $cObj->start($row, $val['table']);
00106:       $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00107:       $theValue .= $tmpValue;
00108:      }

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00737:      $contentObject = $this->getContentObject($name);
00738:      if ($contentObject) {
00739:       $content .= $contentObject->render($conf);
00740:      } else {
00741:       // Call hook functions for extra processing

13 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("RECORDS", array, "TemplaVoila_Proc.10")

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00685:     if (intval($theKey) && !strstr($theKey, '.')) {
00686:      $conf = $setup[$theKey . '.'];
00687:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00688:     }
00689:    }

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array, "TemplaVoila_Proc.")

/www/web515/htdocs/typo3conf/ext/templavoila/pi1/class.tx_templavoila_pi1.php:
00603: 
00604:        $tsparserObj->parse($LP[$key]['TypoScript']);
00605:        $dataValues[$key][$valueKey] = $cObj->cObjGet($tsparserObj->setup,'TemplaVoila_Proc.');
00606:       }
00607:       if (trim($LP[$key]['TypoScriptObjPath'])) {

11 tx_templavoila_pi1::processDataValues(array, array, NULL, "vDEF", boolean)

/www/web515/htdocs/typo3conf/ext/templavoila/pi1/class.tx_templavoila_pi1.php:
00329:         // Store the original data values before the get processed.
00330:        $originalDataValues = $dataValues;
00331:        $this->processDataValues($dataValues,$dataStruct['ROOT']['el'],$TOlocalProc,$vKey, ($this->conf['renderUnmapped'] !== 'false' ? TRUE : $TO['MappingInfo']['ROOT']['el']));
00332: 
00333:         // Hook: renderElement_postProcessDataValues

10 tx_templavoila_pi1::renderElement(array, "pages")

/www/web515/htdocs/typo3conf/ext/templavoila/pi1/class.tx_templavoila_pi1.php:
00194:   }
00195: 
00196:   return $this->renderElement($pageRecord, 'pages');
00197:     }
00198: 

9 tx_templavoila_pi1::main_page("", array)
8 call_user_func_array(array, array)

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06460:       $content,
06461:       $conf
06462:      ));
06463:     } else {
06464:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

7 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("tx_templavoila_pi1->main_page", array, "")

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00053:   }
00054:   $this->cObj->includeLibs($conf);
00055:   $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00056:   if ($this->cObj->doConvertToUserIntObject) {
00057:    $this->cObj->doConvertToUserIntObject = FALSE;

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00737:      $contentObject = $this->getContentObject($name);
00738:      if ($contentObject) {
00739:       $content .= $contentObject->render($conf);
00740:      } else {
00741:       // Call hook functions for extra processing

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00685:     if (intval($theKey) && !strstr($theKey, '.')) {
00686:      $conf = $setup[$theKey . '.'];
00687:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00688:     }
00689:    }

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

/www/web515/htdocs/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00239:   $GLOBALS['TT']->incStackPointer();
00240:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00241:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00242:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00243:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

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

/www/web515/htdocs/typo3/sysext/cms/tslib/pagegen.php:
00050: if (!$GLOBALS['TSFE']->isINTincScript()) {
00051:  $TT->push('pagegen.php, render');
00052:  \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00053:  $GLOBALS['TSFE']->setAbsRefPrefix();
00054:  $TT->pull();

2 include("/www/web515/htdocs/typo3/sysext/cms/tslib/pagegen.php")

/www/web515/htdocs/typo3/sysext/cms/tslib/index_ts.php:
00192:   include $temp_theScript;
00193:  } else {
00194:   include PATH_tslib . 'pagegen.php';
00195:  }
00196:  $TSFE->generatePage_postProcessing();

1 require("/www/web515/htdocs/typo3/sysext/cms/tslib/index_ts.php")

/www/web515/htdocs/index.php:
00039:  ->redirectToInstallToolIfLocalConfigurationFileDoesNotExist();
00040: 
00041: require(PATH_tslib . 'index_ts.php');
00042: ?>