Uncaught TYPO3 Exception
#1297759968: Exception while property mapping at property path "": The identity property "bella-geb-22022019" is no UID. (More information)

TYPO3\CMS\Extbase\Property\Exception thrown in file
/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/extbase/Classes/Property/PropertyMapper.php in line 128.

21 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("bella-geb-22022019", "Meerschweinchen\Meerschweinchen\Domain\Model\Meerschweinchen", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/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.

20 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("bella-geb-22022019")

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php:
00430:             $argumentName = $argument->getName();
00431:             if ($this->request->hasArgument($argumentName)) {
00432:                 $argument->setValue($this->request->getArgument($argumentName));
00433:             } elseif ($argument->isRequired()) {
00434:                 throw new \TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/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();

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00084:             $controller = $this->resolveController($request);
00085:             try {
00086:                 $controller->processRequest($request, $response);
00087:             } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00088:             }

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00067:         /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00068:         $response = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\Web\Response::class);
00069:         $this->dispatcher->dispatch($request, $response);
00070:         return $response;
00071:     }

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00204:         $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00205: 
00206:         $response = $requestHandler->handleRequest();
00207:         // If response is NULL after handling the request we need to stop
00208:         // This happens for instance, when a USER object was converted to a USER_INT

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00191:     {
00192:         $this->initialize($configuration);
00193:         return $this->handleRequest();
00194:     }
00195: 

14 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
13 call_user_func_array(array, array)

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
07365:                     ], [
07366:                         $content,
07367:                         $conf
07368:                     ]);
07369:                 } else {

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00038:         }
00039:         $this->cObj->includeLibs($conf);
00040:         $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00041:         if ($this->cObj->doConvertToUserIntObject) {
00042:             $this->cObj->doConvertToUserIntObject = false;

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00946:         // Render content
00947:         try {
00948:             $content .= $contentObject->render($configuration);
00949:         } catch (ContentRenderingException $exception) {
00950:             // Content rendering Exceptions indicate a critical problem which should not be

10 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\UserContentObject, array)

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00862:                     $contentObject = $this->getContentObject($name);
00863:                     if ($contentObject) {
00864:                         $content .= $this->render($contentObject, $conf);
00865:                     } else {
00866:                         // Call hook functions for extra processing

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03577:                             break;
03578:                         case 'FUNC':
03579:                             $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
03580:                             break;
03581:                         case 'POSTUSERFUNC':

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03522:             $INTiS_config = $this->config['INTincScript'];
03523:             $this->INTincScript_includeLibs($INTiS_config);
03524:             $this->INTincScript_process($INTiS_config);
03525:             // Check if there were new items added to INTincScript during the previous execution:
03526:             $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03488:         }
03489: 
03490:         $this->recursivelyReplaceIntPlaceholdersInContent();
03491:         $this->getTimeTracker()->push('Substitute header section');
03492:         $this->INTincScript_loadJSCode();

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00231:         if ($this->controller->isINTincScript()) {
00232:             $this->timeTracker->push('Non-cached objects', '');
00233:             $this->controller->INTincScript();
00234:             $this->timeTracker->pull();
00235:         }

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/core/Classes/Core/Bootstrap.php:
00309: 
00310:         // Execute the command which returns a Response object or NULL
00311:         $this->response = $requestHandler->handleRequest($request);
00312:         return $this;
00313:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

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

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

2 {closure}()

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

1 require("/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/typo3_src-7.6.31/index.php")

/kunden/252378_70794/rp-hosting/10839/11839/typo3cms/projekt1/index.php:
00020: 
00021: require 'opcache_reset.php';
00022: require 'typo3_src/index.php';