Uncaught TYPO3 Exception
#1297759968: Exception while property mapping at property path "": The identity property "st-blasius-wilsenroth-st-bartholomaeus" is no UID. (More information)

TYPO3\CMS\Extbase\Property\Exception thrown in file
/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/extbase/Classes/Property/PropertyMapper.php in line 127.

20 TYPO3\CMS\Extbase\Property\PropertyMapper::convert()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php:
00268:         }
00269:         try {
00270:             $this->value = $this->propertyMapper->convert($rawValue, $this->dataType, $this->propertyMappingConfiguration);
00271:         } catch (TargetNotFoundException $e) {
00272:             // for optional arguments no exeption is thrown.

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

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php:
00429:             $argumentName = $argument->getName();
00430:             if ($this->request->hasArgument($argumentName)) {
00431:                 $argument->setValue($this->request->getArgument($argumentName));
00432:             } elseif ($argument->isRequired()) {
00433:                 throw new \TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);

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

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00168:             call_user_func([$this, $actionInitializationMethodName]);
00169:         }
00170:         $this->mapRequestArgumentsToControllerArguments();
00171:         $this->controllerContext = $this->buildControllerContext();
00172:         $this->view = $this->resolveView();

17 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00083:             $controller = $this->resolveController($request);
00084:             try {
00085:                 $controller->processRequest($request, $response);
00086:             } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00087:             }

16 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00089:         /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00090:         $response = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\Web\Response::class);
00091:         $this->dispatcher->dispatch($request, $response);
00092:         return $response;
00093:     }

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

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00197:         $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00198: 
00199:         $response = $requestHandler->handleRequest();
00200:         // If response is NULL after handling the request we need to stop
00201:         // This happens for instance, when a USER object was converted to a USER_INT

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

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00184:     {
00185:         $this->initialize($configuration);
00186:         return $this->handleRequest();
00187:     }
00188: 

13 TYPO3\CMS\Extbase\Core\Bootstrap::run()
12 call_user_func_array()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06383:                     ], [
06384:                         $content,
06385:                         $conf
06386:                     ]);
06387:                 } else {

11 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00039:             $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
00040:         }
00041:         $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00042:         if ($this->cObj->doConvertToUserIntObject) {
00043:             $this->cObj->doConvertToUserIntObject = false;

10 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00823:         // Render content
00824:         try {
00825:             $content .= $contentObject->render($configuration);
00826:         } catch (ContentRenderingException $exception) {
00827:             // Content rendering Exceptions indicate a critical problem which should not be

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00739:                     $contentObject = $this->getContentObject($name);
00740:                     if ($contentObject) {
00741:                         $content .= $this->render($contentObject, $conf);
00742:                     } else {
00743:                         // Call hook functions for extra processing

8 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03470:                             break;
03471:                         case 'FUNC':
03472:                             $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
03473:                             break;
03474:                         case 'POSTUSERFUNC':

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03432:         do {
03433:             $INTiS_config = $this->config['INTincScript'];
03434:             $this->INTincScript_process($INTiS_config);
03435:             // Check if there were new items added to INTincScript during the previous execution:
03436:             $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

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

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03399:         }
03400: 
03401:         $this->recursivelyReplaceIntPlaceholdersInContent();
03402:         $this->getTimeTracker()->push('Substitute header section');
03403:         $this->INTincScript_loadJSCode();

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

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00224:             }
00225:             $this->timeTracker->push('Non-cached objects');
00226:             $this->controller->INTincScript();
00227:             $this->timeTracker->pull();
00228:         }

4 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/core/Classes/Core/Bootstrap.php:
00317: 
00318:         // Execute the command which returns a Response object or NULL
00319:         $this->response = $requestHandler->handleRequest($request);
00320:         return $this;
00321:     }

3 TYPO3\CMS\Core\Core\Bootstrap::handleRequest()

/var/www/vhosts/bistumlimburg.de/releases/current/public/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

2 TYPO3\CMS\Frontend\Http\Application::run()

/var/www/vhosts/bistumlimburg.de/releases/current/public/index.php:
00022:     $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
00023: 
00024:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00025: });

1 {closure}()

/var/www/vhosts/bistumlimburg.de/releases/current/public/index.php:
00023: 
00024:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00025: });