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

TYPO3\CMS\Extbase\Property\Exception thrown in file
/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/extbase/Classes/Property/PropertyMapper.php in line 112.

44 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("-4ba6f80102", "Dasoe\Zsvzeitschriften2\Domain\Model\Artikel", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/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.

43 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("-4ba6f80102")

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php:
00421:     $argumentName = $argument->getName();
00422:     if ($this->request->hasArgument($argumentName)) {
00423:      $argument->setValue($this->request->getArgument($argumentName));
00424:     } elseif ($argument->isRequired()) {
00425:      throw new \TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/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();

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/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:    }

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/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:  }

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/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

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00182:  public function run($content, $configuration) {
00183:   $this->initialize($configuration);
00184:   return $this->handleRequest();
00185:  }
00186: 

37 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
36 call_user_func_array(array, array)

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/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);

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/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;

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043:    $theValue = '';
00044:   } else {
00045:    $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046:   }
00047:   if (isset($conf['stdWrap.'])) {

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00695:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00696:      $conf = $setup[$theKey . '.'];
00697:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00698:     }
00699:    }

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00038: 
00039:   $this->cObj->includeLibs($conf);
00040:   $content = $this->cObj->cObjGet($conf);
00041:   $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00042:   if ($wrap) {

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043:    $theValue = '';
00044:   } else {
00045:    $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046:   }
00047:   if (isset($conf['stdWrap.'])) {

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00732:     // Getting the cObject
00733:     $GLOBALS['TT']->incStackPointer();
00734:     $content .= $this->cObjGetSingle($name, $conf, $key);
00735:     $GLOBALS['TT']->decStackPointer();
00736:    } else {

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00105:        $this->cObj->lastChanged($row['tstamp']);
00106:        $cObj->start($row, $conf['table']);
00107:        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00108:        $cobjValue .= $tmpValue;
00109:       }

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

23 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array, "20")

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00695:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00696:      $conf = $setup[$theKey . '.'];
00697:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00698:     }
00699:    }

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00038: 
00039:   $this->cObj->includeLibs($conf);
00040:   $content = $this->cObj->cObjGet($conf);
00041:   $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00042:   if ($wrap) {

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:
00115:    $setup = $setup[$segment . '.'];
00116:   }
00117:   $content = $contentObject->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);
00118:   if (TYPO3_MODE === 'BE') {
00119:    $this->resetFrontendEnvironment();

19 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render("lib.dynamicContent", array, NULL, "")
18 call_user_func_array(array, array)

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

17 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

16 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/t3_6/typo3temp/Cache/Code/fluid_template/Standalone_template_file_Default2Columns_f0fef79808de4357399e5c8f300d8de8d04f9383.php:
00046: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper
00047: 
00048: $output0 .= $viewHelper4->initializeArgumentsAndRender();
00049: 
00050: $output0 .= '

15 FluidCache_Standalone_template_file_Default2Columns_f0fef79808de4357399e5c8f300d8de8d04f9383::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00220:    }
00221:    $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00222:    $output = $parsedTemplate->{$methodNameOfSection}($renderingContext);
00223:    $this->stopRendering();
00224:   } else {

14 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderSection("Main", array, boolean)

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00088:    return $this->viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00089:   } elseif ($section !== NULL) {
00090:    return $this->viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
00091:   }
00092:   return '';

13 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::render("Main", NULL, array, boolean)
12 call_user_func_array(array, array)

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

11 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

10 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/t3_6/typo3temp/Cache/Code/fluid_template/Standalone_layout_Default_8c809342da2bc7d0a01ea49d480b9d3bff6b8383.php:
00229: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
00230: 
00231: $output0 .= $viewHelper33->initializeArgumentsAndRender();
00232: 
00233: $output0 .= '

9 FluidCache_Standalone_layout_Default_8c809342da2bc7d0a01ea49d480b9d3bff6b8383::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00180:    }
00181:    $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
00182:    $output = $parsedLayout->render($this->baseRenderingContext);
00183:    $this->stopRendering();
00184:   } else {

8 TYPO3\CMS\Fluid\View\AbstractTemplateView::render()

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00267:   */
00268:  protected function renderFluidView() {
00269:   return $this->view->render();
00270:  }
00271: 

7 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::renderFluidView()

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00076:   $this->assignContentObjectDataAndCurrent($conf);
00077: 
00078:   $content = $this->renderFluidView();
00079:   $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00080: 

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

5 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "10")

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00695:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00696:      $conf = $setup[$theKey . '.'];
00697:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00698:     }
00699:    }

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00213:   $GLOBALS['TT']->incStackPointer();
00214:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00215:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00216:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00217:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

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

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/typo3/sysext/cms/tslib/index_ts.php:
00210:   // Content generation
00211:   if (!$TSFE->isINTincScript()) {
00212:    \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00213:    $TSFE->setAbsRefPrefix();
00214:   }

2 require("/var/www/vhosts/zuckschwerdtverlag.jweiland-hostinpo3_src-6.2.28/typo3/sysext/cms/tslib/index_ts.php")

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');

1 require("/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/typo3_src-6.2.28/index.php")

/var/www/vhosts/zuckschwerdtverlag.jweiland-hosting.de/httpdocs/typo3cms/t3_6/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3_src/index.php';