Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Model/BaseModel.php on line 440

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/View/BaseView.php on line 501
TYPO3 Exception
Uncaught TYPO3 Exception
#1476107295: PHP Warning: Use of undefined constant parent - assumed 'parent' (this will throw an Error in a future version of PHP) in /usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Model/BaseModel.php line 101 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/usr/www/users/wwwsch/typo3/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 107.

69 TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "Use of undefined constant parent - assumed 'parentis will throw an Error in a future version of PHP)", "/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Model/BaseModel.php", 101, array)

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Model/BaseModel.php:
00099:    } else {
00100:     $noAutoFetchMethods = $this->noAutoFetchMethods;
00101:     if (is_object (parent) && count (parent::getNoAutoFetchMethods ())) {
00102:      $noAutoFetchMethods = array_merge (parent::getNoAutoFetchMethods (), $this->getNoAutoFetchMethods ());
00103:     }

68 TYPO3\CMS\Cal\Model\BaseModel::getValuesAsArray()

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Model/BaseModel.php:
00587:    $this->local_cObj->data = $customData;
00588:   } else {
00589:    $this->local_cObj->data = $this->getValuesAsArray ();
00590:   }
00591:  }

67 TYPO3\CMS\Cal\Model\BaseModel::initLocalCObject()

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Model/BaseModel.php:
00062:  public function getImageMarker(& $template, & $sims, & $rems, & $wrapped, $view) {
00063:   $sims ['###IMAGE###'] = '';
00064:   $this->initLocalCObject ();
00065: 
00066:   $sims ['###IMAGE###'] = $this->local_cObj->cObjGetSingle ($this->conf ['view.'] [$view . '.'] [$this->getObjectType () . '.'] ['image'], $this->conf ['view.'] [$view . '.'] [$this->getObjectType () . '.'] ['image.']);

66 TYPO3\CMS\Cal\Model\BaseModel::getImageMarker("
	<dt class="vevent">
        <div class="image ###</div>
		<div class="summary"></div>
	</dt>
", array, array, array, "list")

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Model/BaseModel.php:
00442:      $funcFromMarker = 'get' . str_replace (' ', '', ucwords (str_replace ('_', ' ', strtolower ($marker)))) . 'Marker';
00443:      if (method_exists ($this, $funcFromMarker)) {
00444:       $this->$funcFromMarker ($template, $sims, $rems, $wrapped, $view);
00445:      } else if (preg_match ('/MODULE__([A-Z0-9_-|])*/', $marker)) {
00446:       $tmp = explode ('___', substr ($marker, 8));

65 TYPO3\CMS\Cal\Model\BaseModel::getMarker("
	<dt class="vevent">
        <div class="image ###</div>
		<div class="summary"></div>
	</dt>
", array, array, array)

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Model/EventModel.php:
00834:   $sims = Array ();
00835:   $wrapped = Array ();
00836:   $this->getMarker ($page, $sims, $rems, $wrapped);
00837:   return $this->finish (\TYPO3\CMS\Cal\Utility\Functions::substituteMarkerArrayNotCached ($page, $sims, $rems, $wrapped));
00838:  }

64 TYPO3\CMS\Cal\Model\EventModel::fillTemplate("###TEMPLATE_PHPICALENDAR_EVENT_LIST_ODD_ALLDAY###")

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Model/EventModel.php:
00815:   }
00816:   
00817:   return $this->fillTemplate ('###TEMPLATE_PHPICALENDAR_EVENT_' . strtoupper ($viewType) . ($subpartSuffix ? '_' : '') . $subpartSuffix . '###');
00818:  }
00819:  function fillTemplate($subpartMarker) {

63 TYPO3\CMS\Cal\Model\EventModel::renderEventFor("LIST_ODD")

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Model/EventModel.php:
00798:  }
00799:  function renderEventForList($subpartSuffix = 'LIST_ODD') {
00800:   return $this->renderEventFor ($subpartSuffix);
00801:  }
00802:  function renderEventFor($viewType, $subpartSuffix = '') {

62 TYPO3\CMS\Cal\Model\EventModel::renderEventForList("LIST_ODD")

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/View/ListView.php:
00373:        $eventText = $event->renderEventForList (strtoupper ($this->conf ['view']) . '_' . $layoutSuffix);
00374:       } else {
00375:        $eventText = $event->renderEventForList ($layoutSuffix);
00376:       }
00377:       

61 TYPO3\CMS\Cal\View\ListView::processObjects(array, array, array)

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/View/ListView.php:
00687:   $sims = array ();
00688:   
00689:   $middle = $this->processObjects ($master_array, $sims, $rems);
00690:   
00691:   $listRems = array ();

60 TYPO3\CMS\Cal\View\ListView::drawList(array, "<!--list.tmpl--><!-- ###LIST_DAY_WRAPPER### begin!-- ###LIST_TEMPLATE### end --><!--/list.tmpl-->", TYPO3\CMS\Cal\Model\CalDate, TYPO3\CMS\Cal\Model\CalDate)

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Controller/ViewController.php:
00100:   /* Call the view and pass it the event to draw */
00101:   $viewObj = $this->getServiceObjByKey ('cal_view', 'list', '_list');
00102:   $content = $viewObj->drawList ($master_array, '', $starttime, $endtime);
00103:   
00104:   return $content;

59 TYPO3\CMS\Cal\Controller\ViewController::drawList(array, TYPO3\CMS\Cal\Model\CalDate, TYPO3\CMS\Cal\Model\CalDate)

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Controller/Controller.php:
01518:   }
01519:   $viewObj = &\TYPO3\CMS\Cal\Utility\Registry::Registry ('basic', 'viewcontroller');
01520:   $drawnList = $viewObj->drawList ($list, $starttime, $endtime);
01521:   
01522:   // Hook: postListRendering

58 TYPO3\CMS\Cal\Controller\Controller::listview()

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Controller/Controller.php:
00179:    if (method_exists ($this, $viewFunction)) {
00180:     /* Call appropriate view function */
00181:     $return .= $this->$viewFunction ();
00182:    } else {
00183:     $customModel = GeneralUtility::makeInstanceService ('cal_view', $this->conf ['view']);

57 TYPO3\CMS\Cal\Controller\Controller::getContent()

/usr/www/users/wwwsch/typo3/typo3conf/ext/cal/Classes/Controller/Controller.php:
00069:   $return = $this->initConfigs ();
00070:   if (! $this->error) {
00071:    $return .= $this->getContent ();
00072:   }
00073:   

56 TYPO3\CMS\Cal\Controller\Controller::main("", array)
55 call_user_func_array(array, array)

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06335:                     ], [
06336:                         $content,
06337:                         $conf
06338:                     ]);
06339:                 } else {

54 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\Cal\Controller\Controller->main", array, "")

/usr/www/users/wwwsch/typo3/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;

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

51 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array, "plugin.tx_cal_controller")

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00716:                 // Getting the cObject
00717:                 $timeTracker->incStackPointer();
00718:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00719:                 $timeTracker->decStackPointer();
00720:             } else {

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

/usr/www/users/wwwsch/typo3/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:
00152:             $setup = $setup[$segment . '.'];
00153:         }
00154:         $content = $this->contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);
00155:         if (TYPO3_MODE === 'BE') {
00156:             $this->resetFrontendEnvironment();

49 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render()
48 call_user_func_array(array, array)

/usr/www/users/wwwsch/typo3/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00091: 
00092:         try {
00093:             return call_user_func_array([$this, 'render'], $renderMethodParameters);
00094:         } catch (Exception $exception) {
00095:             if (GeneralUtility::getApplicationContext()->isProduction()) {

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

/usr/www/users/wwwsch/typo3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00248:         $this->initialize();
00249: 
00250:         return $this->callRenderMethod();
00251:     }
00252: 

46 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/usr/www/users/wwwsch/typo3/vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInvoker.php:
00077:             $viewHelper->setArguments($evaluatedArguments);
00078:             $viewHelper->handleAdditionalArguments($undeclaredArguments);
00079:             return $viewHelper->initializeArgumentsAndRender();
00080:         } catch (Exception $error) {
00081:             return $renderingContext->getErrorHandler()->handleViewHelperError($error);

45 TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperInvoker::invoke("TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper", array, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext, Closure)

/usr/www/users/wwwsch/typo3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php:
00520:     {
00521:         $viewHelperClassName = get_called_class();
00522:         return $renderingContext->getViewHelperInvoker()->invoke($viewHelperClassName, $arguments, $renderingContext, $renderChildrenClosure);
00523:     }
00524: 

44 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/www/users/wwwsch/typo3/typo3temp/var/Cache/Code/fluid_template/Standard_action_List_7d3d9d010462945a34e2bb2efef98b0dc3760b70.php:
00062: $arguments1['table'] = 'tt_content';
00063: 
00064: $output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
00065: 
00066: $output0 .= '

43 Standard_action_List_7d3d9d010462945a34e2bb2efef98b0dc3760b70::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/www/users/wwwsch/typo3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00258:             }
00259:             $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00260:             $output = $parsedTemplate->$methodNameOfSection($renderingContext);
00261:             $this->stopRendering();
00262:         } else {

42 TYPO3Fluid\Fluid\View\AbstractTemplateView::renderSection("Main", array, boolean)

/usr/www/users/wwwsch/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php:
00141:             $content = $view->renderPartial($partial, $section, $variables, $optional);
00142:         } elseif ($section !== null) {
00143:             $content = $view->renderSection($section, $variables, $optional);
00144:         } elseif (!$optional) {
00145:             throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');

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

/usr/www/users/wwwsch/typo3/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_d9c7bc950979c0b2e7c483df192d933a4912dcd0.php:
01128:     );
01129: 
01130: $output6 .= TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments48, $renderChildrenClosure49, $renderingContext);
01131: 
01132: $output6 .= '

40 layout_Default_html_d9c7bc950979c0b2e7c483df192d933a4912dcd0::{closure}()

/usr/www/users/wwwsch/typo3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php:
00083:             }
00084:             if (isset($arguments['__thenClosure'])) {
00085:                 return $arguments['__thenClosure']();
00086:             }
00087:         } elseif (!empty($arguments['__elseClosures'])) {

39 TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/www/users/wwwsch/typo3/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_d9c7bc950979c0b2e7c483df192d933a4912dcd0.php:
01637: };
01638: 
01639: $output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);
01640: 
01641: $output3 .= '

38 layout_Default_html_d9c7bc950979c0b2e7c483df192d933a4912dcd0::{closure}()

/usr/www/users/wwwsch/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php:
00053:     public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
00054:     {
00055:         return trim(preg_replace('/\\>\\s+\\</', '><', $childClosure()));
00056:     }
00057: }

37 TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/www/users/wwwsch/typo3/typo3temp/var/Cache/Code/fluid_template/layout_Default_html_d9c7bc950979c0b2e7c483df192d933a4912dcd0.php:
01645: $arguments1 = array();
01646: 
01647: $output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);
01648: 
01649: $output0 .= '

36 layout_Default_html_d9c7bc950979c0b2e7c483df192d933a4912dcd0::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/www/users/wwwsch/typo3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php:
00199:             }
00200:             $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
00201:             $output = $parsedLayout->render($this->baseRenderingContext);
00202:             $this->stopRendering();
00203:         }

35 TYPO3Fluid\Fluid\View\AbstractTemplateView::render()

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00338:     protected function renderFluidView()
00339:     {
00340:         return $this->view->render();
00341:     }
00342: 

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00104: 
00105:         $this->renderFluidTemplateAssetsIntoPageRenderer();
00106:         $content = $this->renderFluidView();
00107:         $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00108: 

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

32 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject, array)

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00716:                 // Getting the cObject
00717:                 $timeTracker->incStackPointer();
00718:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00719:                 $timeTracker->decStackPointer();
00720:             } else {

30 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "list")

/usr/www/users/wwwsch/typo3/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.'])) {

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00716:                 // Getting the cObject
00717:                 $timeTracker->incStackPointer();
00718:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00719:                 $timeTracker->decStackPointer();
00720:             } else {

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php:
00118:                             $this->cObj->lastChanged($row['tstamp']);
00119:                             $cObj->start($row, $val['table']);
00120:                             $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00121:                             $theValue .= $tmpValue;
00122:                         }

25 TYPO3\CMS\Frontend\ContentObject\RecordsContentObject::render(array)

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

24 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\RecordsContentObject, array)

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00302:             }
00303:             if (!in_array($variableName, $reservedVariables)) {
00304:                 $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.']);
00305:             } else {
00306:                 throw new \InvalidArgumentException(

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00098:         $this->setExtbaseVariables($conf);
00099:         $this->assignSettings($conf);
00100:         $variables = $this->getContentObjectVariables($conf);
00101:         $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);
00102: 

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

20 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject, array)

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00716:                 // Getting the cObject
00717:                 $timeTracker->incStackPointer();
00718:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00719:                 $timeTracker->decStackPointer();
00720:             } else {

18 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "shortcut")

/usr/www/users/wwwsch/typo3/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.'])) {

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00716:                 // Getting the cObject
00717:                 $timeTracker->incStackPointer();
00718:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00719:                 $timeTracker->decStackPointer();
00720:             } else {

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

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

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php:
00145:                     $this->cObj->data[$this->cObj->currentValKey] = $GLOBALS['TSFE']->register['SUBPART_' . $theKey];
00146:                     // Get subpart cObject and substitute it!
00147:                     $subpartArray[$PRE . $theKey . $POST] = $this->cObj->cObjGetSingle($theValue['name'], $theValue['conf'], 'subparts.' . $theKey);
00148:                 }
00149:                 // Reset current to empty

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\TemplateContentObject, array)

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00680:             if ((int)$theKey && strpos($theKey, '.') === false) {
00681:                 $conf = $setup[$theKey . '.'];
00682:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00683:             }
00684:         }

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00193:         $timeTracker->incStackPointer();
00194:         $timeTracker->push($tsfe->sPre, 'PAGE');
00195:         $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
00196:         if ($tsfe->pSetup['wrap']) {
00197:             $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00209:                 // Content generation
00210:                 if (!$this->controller->isINTincScript()) {
00211:                     PageGenerator::renderContent();
00212:                     $this->controller->setAbsRefPrefix();
00213:                 }

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

/usr/www/users/wwwsch/typo3/typo3/sysext/core/Classes/Core/Bootstrap.php:
00313: 
00314:         // Execute the command which returns a Response object or NULL
00315:         $this->response = $requestHandler->handleRequest($request);
00316:         return $this;
00317:     }

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

/usr/www/users/wwwsch/typo3/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) {

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

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 {closure}()

/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

1 require("/usr/www/users/wwwsch/typo3/typo3/sysext/frontend/Resources/Private/Php/frontend.php")

/usr/www/users/wwwsch/typo3/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';