Uncaught TYPO3 Exception
#1297933823: Object of type PF\PfSchoolmanager\Domain\Model\Project with identity "85" not found. (More information)

TYPO3\CMS\Extbase\Property\Exception\TargetNotFoundException thrown in file
/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php in line 223.

49 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::fetchObjectFromPersistence("85", "PF\PfSchoolmanager\Domain\Model\Project")

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php:
00156:                 return null;
00157:             }
00158:             $object = $this->fetchObjectFromPersistence($source, $targetType);
00159:         } else {
00160:             throw new \InvalidArgumentException('Only integers, strings and arrays are accepted.', 1305630314);

48 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::convertFrom("85", "PF\PfSchoolmanager\Domain\Model\Project", array, TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Property/PropertyMapper.php:
00197:             }
00198:         }
00199:         $result = $typeConverter->convertFrom($source, $targetType, $convertedChildProperties, $configuration);
00200: 
00201:         if ($result instanceof \TYPO3\CMS\Extbase\Error\Error) {

47 TYPO3\CMS\Extbase\Property\PropertyMapper::doMapping("85", "PF\PfSchoolmanager\Domain\Model\Project", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration, array)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Property/PropertyMapper.php:
00117:         $this->messages = new \TYPO3\CMS\Extbase\Error\Result();
00118:         try {
00119:             $result = $this->doMapping($source, $targetType, $configuration, $currentPropertyPath);
00120:             if ($result instanceof \TYPO3\CMS\Extbase\Error\Error) {
00121:                 return null;

46 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("85", "PF\PfSchoolmanager\Domain\Model\Project", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/html/typo3-201605301245/typo3_src-7.6.9/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.

45 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("85")

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php:
00426:             $argumentName = $argument->getName();
00427:             if ($this->request->hasArgument($argumentName)) {
00428:                 $argument->setValue($this->request->getArgument($argumentName));
00429:             } elseif ($argument->isRequired()) {
00430:                 throw new \TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00168:             call_user_func(array($this, $actionInitializationMethodName));
00169:         }
00170:         $this->mapRequestArgumentsToControllerArguments();
00171:         $this->controllerContext = $this->buildControllerContext();
00172:         $this->view = $this->resolveView();

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

/html/typo3-201605301245/typo3_src-7.6.9/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:             }

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

/html/typo3-201605301245/typo3_src-7.6.9/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:     }

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

/html/typo3-201605301245/typo3_src-7.6.9/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

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00191:     {
00192:         $this->initialize($configuration);
00193:         return $this->handleRequest();
00194:     }
00195: 

39 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
38 call_user_func_array(array, array)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
07314:                         $content,
07315:                         $conf
07316:                     ));
07317:                 } else {
07318:                     $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

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

/html/typo3-201605301245/typo3_src-7.6.9/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;

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:
00117:             $setup = $setup[$segment . '.'];
00118:         }
00119:         $content = $contentObject->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);
00120:         if (TYPO3_MODE === 'BE') {
00121:             $this->resetFrontendEnvironment();

33 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render("tt_content.list.20.pfschoolmanager_project", array, NULL, "tt_content")
32 call_user_func_array(array, array)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00266: 
00267:         try {
00268:             return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00269:         } catch (Exception $exception) {
00270:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00247:         $this->initialize();
00248: 
00249:         return $this->callRenderMethod();
00250:     }
00251: 

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

/html/typo3-201605301245/typo3temp/Cache/Code/fluid_template/Standalone_template_file_List_d474588cf84020c99547e9ba42cab7a21b68abbf.php:
00044: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper
00045: 
00046: $output0 .= $viewHelper4->initializeArgumentsAndRender();
00047: 
00048: $output0 .= '

29 FluidCache_Standalone_template_file_List_d474588cf84020c99547e9ba42cab7a21b68abbf::section_040f06fd774092478d450774f5ba30c5da78acc8(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00228:             }
00229:             $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00230:             $output = $parsedTemplate->{$methodNameOfSection}($renderingContext);
00231:             $this->stopRendering();
00232:         } else {

28 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderSection("content", array, boolean)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00119:             return $viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00120:         } elseif ($section !== null) {
00121:             return $viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
00122:         }
00123: 

27 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3-201605301245/typo3temp/Cache/Code/fluid_template/Standalone_layout_HeaderContentFooter_db058b7434331a42772f9ec73254a7a22238751c.php:
00101: $renderChildrenClosure16 = function() {return NULL;};
00102: 
00103: $output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments15, $renderChildrenClosure16, $renderingContext);
00104: 
00105: $output0 .= '

26 FluidCache_Standalone_layout_HeaderContentFooter_db058b7434331a42772f9ec73254a7a22238751c::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00187:             }
00188:             $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
00189:             $output = $parsedLayout->render($this->baseRenderingContext);
00190:             $this->stopRendering();
00191:         } else {

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00298:     protected function renderFluidView()
00299:     {
00300:         return $this->view->render();
00301:     }
00302: 

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00100:         $this->view->assignMultiple($variables);
00101: 
00102:         $content = $this->renderFluidView();
00103:         $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00104: 

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

22 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(MASK\Mask\Fluid\FluidTemplateContentObject, array)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

21 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "lib.fluidContent")

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00839:                 // Getting the cObject
00840:                 $timeTracker->incStackPointer();
00841:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00842:                 $timeTracker->decStackPointer();
00843:             } else {

20 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("< lib.fluidContent", array, "list")

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00042:             $theValue = '';
00043:         } else {
00044:             $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00045:         }
00046:         if (isset($conf['stdWrap.'])) {

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00839:                 // Getting the cObject
00840:                 $timeTracker->incStackPointer();
00841:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00842:                 $timeTracker->decStackPointer();
00843:             } else {

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00095:                         $this->cObj->lastChanged($row['tstamp']);
00096:                         $cObj->start($row, $conf['table']);
00097:                         $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00098:                         $cobjValue .= $tmpValue;
00099:                     }

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

14 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\ContentContentObject, array)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00261:             }
00262:             if (!in_array($variableName, $reservedVariables)) {
00263:                 $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.']);
00264:             } else {
00265:                 throw new \InvalidArgumentException(

12 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::getContentObjectVariables(array)

/html/typo3-201605301245/typo3conf/ext/mask/Classes/Fluid/FluidTemplateContentObject.php:
00059:     {
00060:         // Call Parent Function to maintain core functions
00061:         $variables = parent::getContentObjectVariables($conf);
00062: 
00063:         $this->storageRepository = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('MASK\\Mask\\Domain\\Repository\\StorageRepository');

11 MASK\Mask\Fluid\FluidTemplateContentObject::getContentObjectVariables(array)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00095:         $this->setExtbaseVariables($conf);
00096:         $this->assignSettings($conf);
00097:         $variables = $this->getContentObjectVariables($conf);
00098:         $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);
00099: 

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(MASK\Mask\Fluid\FluidTemplateContentObject, array)

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00803:             if ((int)$theKey && strpos($theKey, '.') === false) {
00804:                 $conf = $setup[$theKey . '.'];
00805:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00806:             }
00807:         }

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00208:         $timeTracker->incStackPointer();
00209:         $timeTracker->push($tsfe->sPre, 'PAGE');
00210:         $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
00211:         if ($tsfe->pSetup['wrap']) {
00212:             $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00214:                 // Content generation
00215:                 if (!$this->controller->isINTincScript()) {
00216:                     PageGenerator::renderContent();
00217:                     $this->controller->setAbsRefPrefix();
00218:                 }

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

/html/typo3-201605301245/typo3_src-7.6.9/typo3/sysext/core/Classes/Core/Bootstrap.php:
00300: 
00301:         // Execute the command which returns a Response object or NULL
00302:         $this->response = $requestHandler->handleRequest($request);
00303:         return $this;
00304:     }

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

/html/typo3-201605301245/typo3_src-7.6.9/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()

/html/typo3-201605301245/typo3_src-7.6.9/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}()
1 call_user_func(Closure)

/html/typo3-201605301245/typo3_src-7.6.9/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });