|
<?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 /home/xxx/public_html/typo3_src-7.6.5/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">/home/xxx/public_html/typo3_src-7.6.5/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;">40</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="/home/xxx/public_html/typo3_src-7.6.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php">/home/xxx/public_html/typo3_src-7.6.5/typo3/s<span style="color:white;">…</span>nd/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;">39</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">38</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="20">20</span>")</span></pre><br /><span style="font-size:10px;">/home/xxx/public_html/typo3_src-7.6.5/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;">37</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">36</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">35</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">34</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;">/home/xxx/public_html/typo3conf/ext/gridelements/Classes/Plugin/Gridelements.php:</span><br /><pre>00441: // we render each child into the children key to provide them prerendered for usage with your own templating
|
|
00442: $child = $this->cObj->cObjGetSingle($typoScriptSetup['columns.'][$columnSetupKey]['renderObj'],
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00443: $typoScriptSetup['columns.'][$columnSetupKey]['renderObj.']);
|
|
</pre><pre>00444: // then we assign the prerendered child to the appropriate column
|
|
00445: if (isset($columns[$column_number])) {
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">33</span> GridElementsTeam\Gridelements\Plugin\Gridelements<span style="color:white;">::</span>renderChildIntoParentColumn<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 style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> <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;">/home/xxx/public_html/typo3conf/ext/gridelements/Classes/Plugin/Gridelements.php:</span><br /><pre>00260: $rawColumns[$child['tx_gridelements_columns']][] = $child;
|
|
00261: $renderedChild = $child;
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00262: $this->renderChildIntoParentColumn($columns, $renderedChild, $parentGridData, $parentRecordNumbers,
|
|
</pre><pre>00263: $typoScriptSetup);
|
|
00264: $currentParentGrid['data']['tx_gridelements_view_child_' . $child['uid']] = $renderedChild;
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">32</span> GridElementsTeam\Gridelements\Plugin\Gridelements<span style="color:white;">::</span>renderChildrenIntoParentColumns<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;">/home/xxx/public_html/typo3conf/ext/gridelements/Classes/Plugin/Gridelements.php:</span><br /><pre>00094: $sortColumns = explode(',', $csvColumns);
|
|
00095:
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00096: $this->renderChildrenIntoParentColumns($typoScriptSetup, $sortColumns);
|
|
</pre><pre>00097: unset($children);
|
|
00098: unset($sortColumns);
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">31</span> GridElementsTeam\Gridelements\Plugin\Gridelements<span style="color:white;">::</span>main<span style="color:white;">("<span style="color:#FF8700;" title=""></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;">30</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;">/home/xxx/public_html/typo3_src-7.6.5/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br /><pre>07313: ), array(
|
|
07314: $content,
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">07315: $conf
|
|
</pre><pre>07316: ));
|
|
07317: } else {
|
|
</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>callUserFunction<span style="color:white;">("<span style="color:#FF8700;" title="GridElementsTeam\Gridelements\Plugin\Gridelements->main">GridElementsTeam\Gridelements\Plugin\Gridelements->main</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;">/home/xxx/public_html/typo3_src-7.6.5/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:</span><br /><pre>00038: }
|
|
00039: $this->cObj->includeLibs($conf);
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00040: $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
|
|
</pre><pre>00041: if ($this->cObj->doConvertToUserIntObject) {
|
|
00042: $this->cObj->doConvertToUserIntObject = false;
|
|
</pre><br /><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">28</span> TYPO3\CMS\Frontend\ContentObject\UserContentObject<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;">/home/xxx/public_html/typo3_src-7.6.5/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;">27</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\UserContentObject</em></span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/home/xxx/public_html/typo3_src-7.6.5/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;">26</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGetSingle<span style="color:white;">("<span style="color:#FF8700;" title="USER">USER</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">25</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">24</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">23</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">22</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 style="color:white;">,</span> "<span style="color:#FF8700;" title="20">20</span>")</span></pre><br /><span style="font-size:10px;">/home/xxx/public_html/typo3_src-7.6.5/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;">21</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">20</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">19</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">18</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 style="color:white;">,</span> "<span style="color:#FF8700;" title="gridelements_pi1">gridelements_pi1</span>")</span></pre><br /><span style="font-size:10px;">/home/xxx/public_html/typo3_src-7.6.5/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;">17</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">16</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">15</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">14</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">13</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">12</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">11</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></pre><br /><span style="font-size:10px;">/home/xxx/public_html/typo3_src-7.6.5/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:</span><br /><pre>00261: }
|
|
00262: if (!in_array($variableName, $reservedVariables)) {
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00263: $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.']);
|
|
</pre><pre>00264: } else {
|
|
00265: throw new \InvalidArgumentException(
|
|
</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>getContentObjectVariables<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span>)</span></pre><br /><span style="font-size:10px;">/home/xxx/public_html/typo3_src-7.6.5/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:</span><br /><pre>00095: $this->setExtbaseVariables($conf);
|
|
00096: $this->assignSettings($conf);
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00097: $variables = $this->getContentObjectVariables($conf);
|
|
</pre><pre>00098: $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);
|
|
00099:
|
|
</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;">/home/xxx/public_html/typo3_src-7.6.5/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;">/home/xxx/public_html/typo3_src-7.6.5/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;">/home/xxx/public_html/typo3_src-7.6.5/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;">/home/xxx/public_html/typo3_src-7.6.5/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;">/home/xxx/public_html/typo3_src-7.6.5/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;">/home/xxx/public_html/typo3_src-7.6.5/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;">/home/xxx/public_html/typo3_src-7.6.5/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;">/home/xxx/public_html/typo3_src-7.6.5/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;">/home/xxx/public_html/typo3_src-7.6.5/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>
|
|
|