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

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

16 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("225", "Tx_GbEvents_Domain_Model_Event", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06439:       $content,
06440:       $conf
06441:      ));
06442:     } else {
06443:      $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/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)

/html/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00902:    return $this->getContentObject('USER_INT')->render($conf);
00903:   } else {
00904:    return $this->getContentObject('USER')->render($conf);
00905:   }
00906:  }

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

/html/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03478:       break;
03479:      case 'FUNC':
03480:       $incContent = $INTiS_cObj->USER($INTiS_config[$INTiS_key]['conf']);
03481:       break;
03482:      case 'POSTUSERFUNC':

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

/html/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03426:    $INTiS_config = $this->config['INTincScript'];
03427:    $this->INTincScript_includeLibs($INTiS_config);
03428:    $this->INTincScript_process($INTiS_config);
03429:    // Check if there were new items added to INTincScript during the previous execution:
03430:    $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

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

/html/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03404:    $this->setPageRenderer(unserialize($this->config['INTincScript_ext']['pageRenderer']));
03405:   }
03406:   $this->recursivelyReplaceIntPlaceholdersInContent();
03407:   $GLOBALS['TT']->push('Substitute header section');
03408:   $this->INTincScript_loadJSCode();

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

/html/typo3/sysext/cms/tslib/index_ts.php:
00202: if ($TSFE->isINTincScript()) {
00203:  $TT->push('Non-cached objects', '');
00204:  $TSFE->INTincScript();
00205:  $TT->pull();
00206: }

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

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