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

TYPO3\CMS\Extbase\Property\Exception thrown in file
/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/extbase/Classes/Property/PropertyMapper.php in line 120.

30 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("7563", "Drive\DriveComicupload\Domain\Model\Comic", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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) {

29 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("7563")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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);

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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();

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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:    }

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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:  }

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00195:  public function run($content, $configuration) {
00196:   $this->initialize($configuration);
00197:   return $this->handleRequest();
00198:  }
00199: 

23 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
22 call_user_func_array(array, array)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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);

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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;

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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.']);

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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:    }

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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) {

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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.']);

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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 {

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00115:         $this->cObj->lastChanged($row['tstamp']);
00116:         $cObj->start($row, $conf['table']);
00117:         $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00118:         $cobjValue .= $tmpValue;
00119:        }

10 TYPO3\CMS\Frontend\ContentObject\ContentContentObject::render(array)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array, "subparts.MAIN_CONTENT")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php:
00140:      $this->cObj->data[$this->cObj->currentValKey] = $GLOBALS['TSFE']->register['SUBPART_' . $theKey];
00141:      // Get subpart cObject and substitute it!
00142:      $subpartArray[$PRE . $theKey . $POST] = $this->cObj->cObjGetSingle($theValue['name'], $theValue['conf'], 'subparts.' . $theKey);
00143:     }
00144:     // Reset current to empty

8 TYPO3\CMS\Frontend\ContentObject\TemplateContentObject::render(array)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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

7 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("TEMPLATE", array, "0")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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.']);

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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("CASE", array, "10")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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)

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00233:   $GLOBALS['TT']->incStackPointer();
00234:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00235:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00236:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00237:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

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

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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("/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/cms/tslib/pagegen.php")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/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("/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/typo3/sysext/cms/tslib/index_ts.php")

/homepages/46/d817030327/htdocs/webseiten/mycomics.de/web/index.php:
00043:  ->redirectToInstallToolIfLocalConfigurationFileDoesNotExist();
00044: 
00045: require(PATH_tslib . 'index_ts.php');
00046: ?>