|
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<head>
|
|
<title>TYPO3 Exception</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<style type="text/css">
|
|
.ExceptionProperty {
|
|
color: #101010;
|
|
}
|
|
pre {
|
|
margin: 0;
|
|
font-size: 11px;
|
|
color: #515151;
|
|
background-color: #D0D0D0;
|
|
padding-left: 30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="
|
|
position: absolute;
|
|
left: 10px;
|
|
background-color: #B9B9B9;
|
|
outline: 1px solid #515151;
|
|
color: #515151;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
margin: 10px;
|
|
padding: 0;
|
|
">
|
|
<div style="width: 100%; background-color: #515151; color: white; padding: 2px; margin: 0 0 6px 0;">Uncaught TYPO3 Exception</div>
|
|
<div style="width: 100%; padding: 2px; margin: 0 0 6px 0;">
|
|
<strong style="color: #BE0027;">#1: PHP Warning: array_replace_recursive(): recursion detected in /var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 838</strong> (<a href="https://typo3.org/go/exception/CMS/debug/1" target="_blank">More information</a>)<br />
|
|
<br />
|
|
<span class="ExceptionProperty">TYPO3\CMS\Core\Error\Exception</span> thrown in file<br />
|
|
<span class="ExceptionProperty">/var/www/html/typo3_src-7.6.9/typo3/sysext/core/Classes/Error/ErrorHandler.php</span> in line
|
|
<span class="ExceptionProperty">111</span>.<br />
|
|
<br />
|
|
<pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">38</span> TYPO3\CMS\Core\Error\ErrorHandler<span style="color:white;">::</span>handleError<span style="color:white;">(<span style="color:#FF8700;">2</span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="array_replace_recursive(): recursion detected">array_replace_recursive(): recursion detected</span>"<span style="color:white;">,</span> "<span style="color:#FF8700;" title="/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php</span>"<span style="color:white;">,</span> <span style="color:#FF8700;">838</span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">37</span> array_replace_recursive<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00836: $confOverride = is_array($conf) ? $conf : array();
|
|
00837: list($name, $conf) = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00838: $conf = array_replace_recursive(is_array($conf) ? $conf : array(), $confOverride);
|
|
</pre><pre>00839: // Getting the cObject
|
|
00840: $timeTracker->incStackPointer();
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">36</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGetSingle<span style="color:white;">("<span style="color:#FF8700;" title="FLUIDTEMPLATE">FLUIDTEMPLATE</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="shortcut">shortcut</span>")</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:</span><br /><pre>00042: $theValue = '';
|
|
00043: } else {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00044: $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
|
|
</pre><pre>00045: }
|
|
00046: if (isset($conf['stdWrap.'])) {
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">35</span> TYPO3\CMS\Frontend\ContentObject\CaseContentObject<span style="color:white;">::</span>render<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00941: // Render content
|
|
00942: try {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00943: $content .= $contentObject->render($configuration);
|
|
</pre><pre>00944: } catch (ContentRenderingException $exception) {
|
|
00945: // Content rendering Exceptions indicate a critical problem which should not be
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">34</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>render<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Frontend\ContentObject\CaseContentObject</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00857: $contentObject = $this->getContentObject($name);
|
|
00858: if ($contentObject) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00859: $content .= $this->render($contentObject, $conf);
|
|
</pre><pre>00860: } else {
|
|
00861: // Call hook functions for extra processing
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">33</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGetSingle<span style="color:white;">("<span style="color:#FF8700;" title="CASE">CASE</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="tt_content">tt_content</span>")</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00839: // Getting the cObject
|
|
00840: $timeTracker->incStackPointer();
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00841: $content .= $this->cObjGetSingle($name, $conf, $key);
|
|
</pre><pre>00842: $timeTracker->decStackPointer();
|
|
00843: } else {
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">32</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGetSingle<span style="color:white;">("<span style="color:#FF8700;" title="CASE">CASE</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title=""></span>")</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:</span><br /><pre>00095: $this->cObj->lastChanged($row['tstamp']);
|
|
00096: $cObj->start($row, $conf['table']);
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00097: $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
|
|
</pre><pre>00098: $cobjValue .= $tmpValue;
|
|
00099: }
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">31</span> TYPO3\CMS\Frontend\ContentObject\ContentContentObject<span style="color:white;">::</span>render<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00941: // Render content
|
|
00942: try {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00943: $content .= $contentObject->render($configuration);
|
|
</pre><pre>00944: } catch (ContentRenderingException $exception) {
|
|
00945: // Content rendering Exceptions indicate a critical problem which should not be
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">30</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>render<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Frontend\ContentObject\ContentContentObject</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00857: $contentObject = $this->getContentObject($name);
|
|
00858: if ($contentObject) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00859: $content .= $this->render($contentObject, $conf);
|
|
</pre><pre>00860: } else {
|
|
00861: // Call hook functions for extra processing
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">29</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGetSingle<span style="color:white;">("<span style="color:#FF8700;" title="CONTENT">CONTENT</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="10">10</span>")</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00803: if ((int)$theKey && strpos($theKey, '.') === false) {
|
|
00804: $conf = $setup[$theKey . '.'];
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00805: $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
|
|
</pre><pre>00806: }
|
|
00807: }
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">28</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGet<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:</span><br /><pre>00039:
|
|
00040: $this->cObj->includeLibs($conf);
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00041: $content = $this->cObj->cObjGet($conf);
|
|
</pre><pre>00042: $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
|
|
00043: if ($wrap) {
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">27</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject<span style="color:white;">::</span>render<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00941: // Render content
|
|
00942: try {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00943: $content .= $contentObject->render($configuration);
|
|
</pre><pre>00944: } catch (ContentRenderingException $exception) {
|
|
00945: // Content rendering Exceptions indicate a critical problem which should not be
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">26</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>render<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00857: $contentObject = $this->getContentObject($name);
|
|
00858: if ($contentObject) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00859: $content .= $this->render($contentObject, $conf);
|
|
</pre><pre>00860: } else {
|
|
00861: // Call hook functions for extra processing
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">25</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGetSingle<span style="color:white;">("<span style="color:#FF8700;" title="COA">COA</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:</span><br /><pre>00117: $setup = $setup[$segment . '.'];
|
|
00118: }
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00119: $content = $contentObject->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);
|
|
</pre><pre>00120: if (TYPO3_MODE === 'BE') {
|
|
00121: $this->resetFrontendEnvironment();
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">24</span> TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper<span style="color:white;">::</span>render<span style="color:white;">("<span style="color:#FF8700;" title="lib.content.1">lib.content.1</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>NULL</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>NULL</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title=""></span>")</span></pre><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">23</span> call_user_func_array<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:</span><br /><pre>00266:
|
|
00267: try {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00268: return call_user_func_array(array($this, 'render'), $renderMethodParameters);
|
|
</pre><pre>00269: } catch (Exception $exception) {
|
|
00270: if (GeneralUtility::getApplicationContext()->isProduction()) {
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">22</span> TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper<span style="color:white;">::</span>callRenderMethod<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:</span><br /><pre>00247: $this->initialize();
|
|
00248:
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00249: return $this->callRenderMethod();
|
|
</pre><pre>00250: }
|
|
00251:
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">21</span> TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper<span style="color:white;">::</span>initializeArgumentsAndRender<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/var/www/html/htdocs/typo3temp/Cache/Code/fluid_template/Standalone_partial_BE_Layouts_Template_1_2de73e41cf7cca1aeffc664eee6d03e04e85876d.php:</span><br /><pre>00093: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper
|
|
00094:
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00095: $output0 .= $viewHelper12->initializeArgumentsAndRender();
|
|
</pre><pre>00096:
|
|
00097: $output0 .= '
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">20</span> FluidCache_Standalone_partial_BE_Layouts_Template_1_2de73e41cf7cca1aeffc664eee6d03e04e85876d<span style="color:white;">::</span>render<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Fluid\Core\Rendering\RenderingContext</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:</span><br /><pre>00286: $output = $this->renderSection($sectionName, $variables);
|
|
00287: } else {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00288: $output = $parsedPartial->render($renderingContext);
|
|
</pre><pre>00289: }
|
|
00290: $this->stopRendering();
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">19</span> TYPO3\CMS\Fluid\View\AbstractTemplateView<span style="color:white;">::</span>renderPartial<span style="color:white;">("<span style="color:#FF8700;" title="BE-Layouts/Template-1">BE-Layouts/Template-1</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>NULL</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:</span><br /><pre>00117: $viewHelperVariableContainer = $renderingContext->getViewHelperVariableContainer();
|
|
00118: if ($partial !== null) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00119: return $viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
|
|
</pre><pre>00120: } elseif ($section !== null) {
|
|
00121: return $viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">18</span> TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper<span style="color:white;">::</span>renderStatic<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>Closure</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>TYPO3\CMS\Fluid\Core\Rendering\RenderingContext</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/htdocs/typo3temp/Cache/Code/fluid_template/Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0.php:</span><br /><pre>01010: $renderChildrenClosure164 = function() {return NULL;};
|
|
01011:
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">01012: $output162 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments163, $renderChildrenClosure164, $renderingContext);
|
|
</pre><pre>01013:
|
|
01014: $output162 .= '
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">17</span> FluidCache_Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0<span style="color:white;">::</span>{closure}<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php:</span><br /><pre>00235: }
|
|
00236:
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00237: return $renderChildrenClosure();
|
|
</pre><pre>00238: } else {
|
|
00239: $result = static::renderStaticElseChild($arguments, $hasEvaluated);
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">16</span> TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper<span style="color:white;">::</span>renderStatic<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>Closure</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>TYPO3\CMS\Fluid\Core\Rendering\RenderingContext</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/htdocs/typo3temp/Cache/Code/fluid_template/Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0.php:</span><br /><pre>01017: };
|
|
01018:
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">01019: $output109 .= TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments160, $renderChildrenClosure161, $renderingContext);
|
|
</pre><pre>01020:
|
|
01021: $output109 .= '
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">15</span> FluidCache_Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0<span style="color:white;">::</span>{closure}<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php:</span><br /><pre>00130: if (isset($arguments['__thenClosure'])) {
|
|
00131: $thenClosure = $arguments['__thenClosure'];
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00132: return $thenClosure();
|
|
</pre><pre>00133: } elseif (isset($arguments['__elseClosure'])) {
|
|
00134: return '';
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">14</span> TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper<span style="color:white;">::</span>renderStaticThenChild<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>boolean</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractConditionViewHelper.php:</span><br /><pre>00230: $hasEvaluated = true;
|
|
00231: if (static::evaluateCondition($arguments)) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00232: $result = static::renderStaticThenChild($arguments, $hasEvaluated);
|
|
</pre><pre>00233: if ($hasEvaluated) {
|
|
00234: return $result;
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">13</span> TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper<span style="color:white;">::</span>renderStatic<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>Closure</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>TYPO3\CMS\Fluid\Core\Rendering\RenderingContext</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/htdocs/typo3temp/Cache/Code/fluid_template/Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0.php:</span><br /><pre>01201: };
|
|
01202:
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">01203: $output0 .= TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);
|
|
</pre><pre>01204:
|
|
01205: $output0 .= '
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">12</span> FluidCache_Standalone_template_file_Main_5fc3e04724afdd52c4e0c0fd259a0c65304798f0<span style="color:white;">::</span>render<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Fluid\Core\Rendering\RenderingContext</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:</span><br /><pre>00191: } else {
|
|
00192: $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00193: $output = $parsedTemplate->render($this->baseRenderingContext);
|
|
</pre><pre>00194: $this->stopRendering();
|
|
00195: }
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">11</span> TYPO3\CMS\Fluid\View\AbstractTemplateView<span style="color:white;">::</span>render<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:</span><br /><pre>00298: protected function renderFluidView()
|
|
00299: {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00300: return $this->view->render();
|
|
</pre><pre>00301: }
|
|
00302:
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">10</span> TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject<span style="color:white;">::</span>renderFluidView<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:</span><br /><pre>00100: $this->view->assignMultiple($variables);
|
|
00101:
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00102: $content = $this->renderFluidView();
|
|
</pre><pre>00103: $content = $this->applyStandardWrapToRenderedContent($content, $conf);
|
|
00104:
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">9</span> TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject<span style="color:white;">::</span>render<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00941: // Render content
|
|
00942: try {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00943: $content .= $contentObject->render($configuration);
|
|
</pre><pre>00944: } catch (ContentRenderingException $exception) {
|
|
00945: // Content rendering Exceptions indicate a critical problem which should not be
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">8</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>render<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00857: $contentObject = $this->getContentObject($name);
|
|
00858: if ($contentObject) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00859: $content .= $this->render($contentObject, $conf);
|
|
</pre><pre>00860: } else {
|
|
00861: // Call hook functions for extra processing
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">7</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGetSingle<span style="color:white;">("<span style="color:#FF8700;" title="FLUIDTEMPLATE">FLUIDTEMPLATE</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="10">10</span>")</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>00803: if ((int)$theKey && strpos($theKey, '.') === false) {
|
|
00804: $conf = $setup[$theKey . '.'];
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00805: $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
|
|
</pre><pre>00806: }
|
|
00807: }
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">6</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGet<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Page/PageGenerator.php:</span><br /><pre>00208: $timeTracker->incStackPointer();
|
|
00209: $timeTracker->push($tsfe->sPre, 'PAGE');
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00210: $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
|
|
</pre><pre>00211: if ($tsfe->pSetup['wrap']) {
|
|
00212: $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">5</span> TYPO3\CMS\Frontend\Page\PageGenerator<span style="color:white;">::</span>renderContent<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Http/RequestHandler.php:</span><br /><pre>00214: // Content generation
|
|
00215: if (!$this->controller->isINTincScript()) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00216: PageGenerator::renderContent();
|
|
</pre><pre>00217: $this->controller->setAbsRefPrefix();
|
|
00218: }
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">4</span> TYPO3\CMS\Frontend\Http\RequestHandler<span style="color:white;">::</span>handleRequest<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Core\Http\ServerRequest</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/core/Classes/Core/Bootstrap.php:</span><br /><pre>00300:
|
|
00301: // Execute the command which returns a Response object or NULL
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00302: $this->response = $requestHandler->handleRequest($request);
|
|
</pre><pre>00303: return $this;
|
|
00304: }
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">3</span> TYPO3\CMS\Core\Core\Bootstrap<span style="color:white;">::</span>handleRequest<span style="color:white;">(<span style="color:#FF8700;"><em>TYPO3\CMS\Core\Http\ServerRequest</em></span>)</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Http/Application.php:</span><br /><pre>00076: public function run(callable $execute = null)
|
|
00077: {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00078: $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
|
|
</pre><pre>00079:
|
|
00080: if ($execute !== null) {
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">2</span> TYPO3\CMS\Frontend\Http\Application<span style="color:white;">::</span>run<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/index.php:</span><br /><pre>00031: call_user_func(function () {
|
|
00032: $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00033: (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
|
|
</pre><pre>00034: });
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">1</span> {closure}<span style="color:white;">()</span></pre><br /><span style="font-size:10px;">/var/www/html/typo3_src-7.6.9/index.php:</span><br /><pre>00032: $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
|
|
00033: (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00034: });
|
|
</pre><pre></pre><br />
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|