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

TYPO3\CMS\Extbase\Property\Exception\TargetNotFoundException thrown in file
/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php in line 210.

20 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::fetchObjectFromPersistence(37351, "IC\Icdcaccommodations\Domain\Model\Facility")

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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);

19 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::convertFrom(37351, "IC\Icdcaccommodations\Domain\Model\Facility", array, TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3conf/ext/xlibrary/Classes/Property/TypeConverter/PersistentObjectConverter.php:
00064:  public function convertFrom($source, $targetType, array $convertedChildProperties = array(), \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration = NULL) {
00065:   try{
00066:    return parent::convertFrom($source, $targetType, $convertedChildProperties, $configuration);
00067:   } catch(\InvalidArgumentException $e) {
00068:    if(is_int($source)) {

18 Neusta\Xlibrary\Property\TypeConverter\PersistentObjectConverter::convertFrom(37351, "IC\Icdcaccommodations\Domain\Model\Facility", array, TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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) {

17 TYPO3\CMS\Extbase\Property\PropertyMapper::doMapping(37351, "IC\Icdcaccommodations\Domain\Model\Facility", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration, array)

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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;

16 TYPO3\CMS\Extbase\Property\PropertyMapper::convert(37351, "IC\Icdcaccommodations\Domain\Model\Facility", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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.

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

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3conf/ext/xlibrary/Classes/Controller/DispatchController.php:
00144:    $argumentName = $argument->getName();
00145:    if($this->request->hasArgument($argumentName)) {
00146:     $argument->setValue($this->request->getArgument($argumentName));
00147:    } else if($this->request->hasActionArgument($argumentName)) {
00148:     $argument->setDefaultValue($this->request->getActionArgument($argumentName));

14 Neusta\Xlibrary\Controller\DispatchController::mapRequestArgumentsToControllerArguments()

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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(Neusta\Xlibrary\Request\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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(Neusta\Xlibrary\Request\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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()

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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()

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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)

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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);

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

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/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)

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00860:    return $this->getContentObject('USER_INT')->render($conf);
00861:   } else {
00862:    return $this->getContentObject('USER')->render($conf);
00863:   }
00864:  }

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

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03729:        break;
03730:       case 'FUNC':
03731:        $incContent = $INTiS_cObj->USER($INTiS_config[$INTiS_key]['conf']);
03732:        break;
03733:       case 'POSTUSERFUNC':

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

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03677:    $INTiS_config = $this->config['INTincScript'];
03678:    $this->INTincScript_includeLibs($INTiS_config);
03679:    $this->INTincScript_process($INTiS_config);
03680:    // Check if there were new items added to INTincScript during the previous execution:
03681:    $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

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

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03644:   }
03645: 
03646:   $this->recursivelyReplaceIntPlaceholdersInContent();
03647:   $GLOBALS['TT']->push('Substitute header section');
03648:   $this->INTincScript_loadJSCode();

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

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/typo3/sysext/cms/tslib/index_ts.php:
00230: if ($TSFE->isINTincScript()) {
00231:  $TT->push('Non-cached objects', '');
00232:  $TSFE->INTincScript();
00233:  $TT->pull();
00234: }

1 require("/var/www/fuessen.de/httpdocs/mage/releases/20211022821/typo3_src/typo3/sysext/cms/tslib/index_ts.php")

/var/www/fuessen.de/httpdocs/mage/releases/20211020152821/typo3_src/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');