Project

General

Profile

Bug #40821 ยป exception_stacktrace.htm

stacktrace of the mentioned exception - Mario Rimann, 2012-09-11 14:04

 
<!--?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;"></strong> <br>
<br>
<span class="ExceptionProperty">TYPO3\CMS\Core\Resource\Exception\FileDoesNotExistException</span> thrown in file<br>
<span class="ExceptionProperty">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php</span> in line
<span class="ExceptionProperty">400</span>.<br>
<br>
<pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">30</span> TYPO3\CMS\Core\Resource\Driver\AbstractDriver<span style="color:white;">::</span>getFile<span style="color:white;">("<span style="color:#FF8700;" title=""></span>")</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/core/Classes/Resource/ResourceStorage.php:</span><br><pre>00800: */
00801: public function getFile($identifier) {
</pre><pre style="background-color: #F1F1F1; color: black;">00802: return $this-&gt;driver-&gt;getFile($identifier);
</pre><pre>00803: }
00804:
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">29</span> TYPO3\CMS\Core\Resource\ResourceStorage<span style="color:white;">::</span>getFile<span style="color:white;">("<span style="color:#FF8700;" title=""></span>")</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/core/Classes/Resource/ResourceFactory.php:</span><br><pre>00281: $fileIdentifier = $parts[0];
00282: }
</pre><pre style="background-color: #F1F1F1; color: black;">00283: return $this-&gt;getStorageObject($storageUid)-&gt;getFile($fileIdentifier);
</pre><pre>00284: }
00285:
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">28</span> TYPO3\CMS\Core\Resource\ResourceFactory<span style="color:white;">::</span>getFileObjectFromCombinedIdentifier<span style="color:white;">("<span style="color:#FF8700;" title=""></span>")</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/core/Classes/Resource/ResourceFactory.php:</span><br><pre>00324: } else {
00325: // only the path
</pre><pre style="background-color: #F1F1F1; color: black;">00326: return $this-&gt;getFileObjectFromCombinedIdentifier($input);
</pre><pre>00327: }
00328: }
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">27</span> TYPO3\CMS\Core\Resource\ResourceFactory<span style="color:white;">::</span>retrieveFileOrFolderObject<span style="color:white;">("<span style="color:#FF8700;" title=""></span>")</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>05037: // clean ../ sections of the path and resolve to proper string. This is necessary for the Tx_File_BackwardsCompatibility_TslibContentAdapter to work.
05038: $file = \TYPO3\CMS\Core\Utility\GeneralUtility::resolveBackPath($file);
</pre><pre style="background-color: #F1F1F1; color: black;">05039: $fileObject = \TYPO3\CMS\Core\Resource\ResourceFactory::getInstance()-&gt;retrieveFileOrFolderObject($file);
</pre><pre>05040: }
05041: if ($fileObject instanceof \TYPO3\CMS\Core\Resource\FileInterface) {
</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>getImgResource<span style="color:white;">(<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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ImageResourceContentObject.php:</span><br><pre>00043: */
00044: public function render($conf = array()) {
</pre><pre style="background-color: #F1F1F1; color: black;">00045: $GLOBALS['TSFE']-&gt;lastImgResourceInfo = $this-&gt;cObj-&gt;getImgResource($conf['file'], $conf['file.']);
</pre><pre>00046: $imageResource = $GLOBALS['TSFE']-&gt;lastImgResourceInfo[3];
00047: $theValue = isset($conf['stdWrap.']) ? $this-&gt;cObj-&gt;stdWrap($imageResource, $conf['stdWrap.']) : $imageResource;
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">25</span> TYPO3\CMS\Frontend\ContentObject\ImageResourceContentObject<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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>00732: $contentObject = $this-&gt;getContentObject($name);
00733: if ($contentObject) {
</pre><pre style="background-color: #F1F1F1; color: black;">00734: $content .= $contentObject-&gt;render($conf);
</pre><pre>00735: } else {
00736: // Call hook functions for extra processing
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">24</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGetSingle<span style="color:white;">("<span style="color:#FF8700;" title="IMG_RESOURCE">IMG_RESOURCE</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span><span style="color:white;">,</span> "<span style="color:#FF8700;" title="/stdWrap/.cObject">/stdWrap/.cObject</span>")</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>02145: */
02146: public function stdWrap_cObject($content = '', $conf = array()) {
</pre><pre style="background-color: #F1F1F1; color: black;">02147: $content = $this-&gt;cObjGetSingle($conf['cObject'], $conf['cObject.'], '/stdWrap/.cObject');
</pre><pre>02148: return $content;
02149: }
</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>stdWrap_cObject<span style="color:white;">(<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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>02004: // Call the function with the prefix stdWrap_ to make sure nobody can execute functions just by adding their name to the TS Array
02005: $functionName = 'stdWrap_' . $functionName;
</pre><pre style="background-color: #F1F1F1; color: black;">02006: $content = $this-&gt;{$functionName}($content, $singleConf);
</pre><pre>02007: } elseif ($functionType == 'boolean' &amp;&amp; !$conf[$functionName]) {
02008: $isExecuted[$functionName] = TRUE;
</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>stdWrap<span style="color:white;">(<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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>01981: if (count($conf[$functionProperties]) &amp;&amp; !\TYPO3\CMS\Core\Utility\GeneralUtility::inList($stdWrapDisabledFunctionTypes, $functionType)) {
01982: if (array_intersect_key($this-&gt;stdWrapOrder, $conf[$functionProperties])) {
</pre><pre style="background-color: #F1F1F1; color: black;">01983: $conf[$functionName] = $this-&gt;stdWrap($conf[$functionName], $conf[$functionProperties]);
</pre><pre>01984: }
01985: }
</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>stdWrap<span style="color:white;">(<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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>05503: $finalTagParts = array();
05504: $finalTagParts['aTagParams'] = $this-&gt;getATagParams($conf);
</pre><pre style="background-color: #F1F1F1; color: black;">05505: $link_param = isset($conf['parameter.']) ? trim($this-&gt;stdWrap($conf['parameter'], $conf['parameter.'])) : trim($conf['parameter']);
</pre><pre>05506: $sectionMark = isset($conf['section.']) ? trim($this-&gt;stdWrap($conf['section'], $conf['section.'])) : trim($conf['section']);
05507: $sectionMark = $sectionMark ? (\TYPO3\CMS\Core\Utility\MathUtility::canBeInterpretedAsInteger($sectionMark) ? '#c' : '#') . $sectionMark : '';
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">20</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>typoLink<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><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>01371: $enable = isset($conf['enable.']) ? $this-&gt;stdWrap($conf['enable'], $conf['enable.']) : $conf['enable'];
01372: if ($enable) {
</pre><pre style="background-color: #F1F1F1; color: black;">01373: $content = $this-&gt;typolink($string, $conf['typolink.']);
</pre><pre>01374: if (isset($conf['file.'])) {
01375: $imageFile = $this-&gt;stdWrap($imageFile, $conf['file.']);
</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>imageLinkWrap<span style="color:white;">("<span style="color:#FF8700;" title=""></span>"<span style="color:white;">,</span> <span style="color:#FF8700;">134</span><span style="color:white;">,</span> <span style="color:#FF8700;"><em>array</em></span>)</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php:</span><br><pre>00697: if ($titleInLink &amp;&amp; !$titleInLinkAndImg) {
00698: // Check if the image will be linked
</pre><pre style="background-color: #F1F1F1; color: black;">00699: $link = $this-&gt;cObj-&gt;imageLinkWrap('', $totalImagePath, $imgConf['imageLinkWrap.']);
</pre><pre>00700: if ($link) {
00701: // Title in A-tag only (set above: ATagParams), not in IMG-tag
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">18</span> TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController<span style="color:white;">::</span>render_textpic<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;">17</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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>06353: $content,
06354: $conf
</pre><pre style="background-color: #F1F1F1; color: black;">06355: ));
</pre><pre>06356: } else {
06357: $GLOBALS['TT']-&gt;setTSlogMessage(((('Method "' . $parts[1]) . '" did not exist in class "') . $parts[0]) . '"', 3);
</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>callUserFunction<span style="color:white;">("<span style="color:#FF8700;" title="tx_cssstyledcontent_pi1-&gt;render_textpic">tx_cssstyledcontent_pi1-&gt;render_textpic</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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:</span><br><pre>00053: }
00054: $this-&gt;cObj-&gt;includeLibs($conf);
</pre><pre style="background-color: #F1F1F1; color: black;">00055: $tempContent = $this-&gt;cObj-&gt;callUserFunction($conf['userFunc'], $conf, '');
</pre><pre>00056: if ($this-&gt;cObj-&gt;doConvertToUserIntObject) {
00057: $this-&gt;cObj-&gt;doConvertToUserIntObject = FALSE;
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">15</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;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>00732: $contentObject = $this-&gt;getContentObject($name);
00733: if ($contentObject) {
</pre><pre style="background-color: #F1F1F1; color: black;">00734: $content .= $contentObject-&gt;render($conf);
</pre><pre>00735: } else {
00736: // Call hook functions for extra processing
</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="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="tt_content.image.20">tt_content.image.20</span>")</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>00718: // Getting the cObject
00719: $GLOBALS['TT']-&gt;incStackPointer();
</pre><pre style="background-color: #F1F1F1; color: black;">00720: $content .= $this-&gt;cObjGetSingle($name, $conf, $key);
</pre><pre>00721: $GLOBALS['TT']-&gt;decStackPointer();
00722: } else {
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">13</span> TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer<span style="color:white;">::</span>cObjGetSingle<span style="color:white;">("<span style="color:#FF8700;" title="&lt; tt_content.image.20">&lt; tt_content.image.20</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;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>00680: if (intval($theKey) &amp;&amp; !strstr($theKey, '.')) {
00681: $conf = $setup[$theKey . '.'];
</pre><pre style="background-color: #F1F1F1; color: black;">00682: $content .= $this-&gt;cObjGetSingle($theValue, $conf, $addKey . $theKey);
</pre><pre>00683: }
00684: }
</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>cObjGet<span style="color:white;">(<span style="color:#FF8700;"><em>array</em></span>)</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:</span><br><pre>00047: if ($this-&gt;cObj-&gt;checkIf($conf['if.'])) {
00048: $this-&gt;cObj-&gt;includeLibs($conf);
</pre><pre style="background-color: #F1F1F1; color: black;">00049: $content = $this-&gt;cObj-&gt;cObjGet($conf);
</pre><pre>00050: $wrap = isset($conf['wrap.']) ? $this-&gt;cObj-&gt;stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00051: if ($wrap) {
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">11</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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>00732: $contentObject = $this-&gt;getContentObject($name);
00733: if ($contentObject) {
</pre><pre style="background-color: #F1F1F1; color: black;">00734: $content .= $contentObject-&gt;render($conf);
</pre><pre>00735: } else {
00736: // Call hook functions for extra processing
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">10</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="textpic">textpic</span>")</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:</span><br><pre>00051: $key = strlen($conf[$key]) ? $key : 'default';
00052: $name = $conf[$key];
</pre><pre style="background-color: #F1F1F1; color: black;">00053: $theValue = $this-&gt;cObj-&gt;cObjGetSingle($name, $conf[$key . '.'], $key);
</pre><pre>00054: if (isset($conf['stdWrap.'])) {
00055: $theValue = $this-&gt;cObj-&gt;stdWrap($theValue, $conf['stdWrap.']);
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">9</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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>00732: $contentObject = $this-&gt;getContentObject($name);
00733: if ($contentObject) {
</pre><pre style="background-color: #F1F1F1; color: black;">00734: $content .= $contentObject-&gt;render($conf);
</pre><pre>00735: } else {
00736: // Call hook functions for extra processing
</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>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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>00718: // Getting the cObject
00719: $GLOBALS['TT']-&gt;incStackPointer();
</pre><pre style="background-color: #F1F1F1; color: black;">00720: $content .= $this-&gt;cObjGetSingle($name, $conf, $key);
</pre><pre>00721: $GLOBALS['TT']-&gt;decStackPointer();
00722: } else {
</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="&lt;tt_content">&lt;tt_content</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><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:</span><br><pre>00115: $this-&gt;cObj-&gt;lastChanged($row['tstamp']);
00116: $cObj-&gt;start($row, $conf['table']);
</pre><pre style="background-color: #F1F1F1; color: black;">00117: $tmpValue = $cObj-&gt;cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
</pre><pre>00118: $cobjValue .= $tmpValue;
00119: }
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">6</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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>00732: $contentObject = $this-&gt;getContentObject($name);
00733: if ($contentObject) {
</pre><pre style="background-color: #F1F1F1; color: black;">00734: $content .= $contentObject-&gt;render($conf);
</pre><pre>00735: } else {
00736: // Call hook functions for extra processing
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">5</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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:</span><br><pre>00680: if (intval($theKey) &amp;&amp; !strstr($theKey, '.')) {
00681: $conf = $setup[$theKey . '.'];
</pre><pre style="background-color: #F1F1F1; color: black;">00682: $content .= $this-&gt;cObjGetSingle($theValue, $conf, $addKey . $theKey);
</pre><pre>00683: }
00684: }
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">4</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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/frontend/Classes/Page/PageGenerator.php:</span><br><pre>00231: $GLOBALS['TT']-&gt;incStackPointer();
00232: $GLOBALS['TT']-&gt;push($GLOBALS['TSFE']-&gt;sPre, 'PAGE');
</pre><pre style="background-color: #F1F1F1; color: black;">00233: $pageContent = $GLOBALS['TSFE']-&gt;cObj-&gt;cObjGet($GLOBALS['TSFE']-&gt;pSetup);
</pre><pre>00234: if ($GLOBALS['TSFE']-&gt;pSetup['wrap']) {
00235: $pageContent = $GLOBALS['TSFE']-&gt;cObj-&gt;wrap($pageContent, $GLOBALS['TSFE']-&gt;pSetup['wrap']);
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">3</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/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/cms/tslib/pagegen.php:</span><br><pre>00052: if (!$GLOBALS['TSFE']-&gt;isINTincScript()) {
00053: $TT-&gt;push('pagegen.php, render');
</pre><pre style="background-color: #F1F1F1; color: black;">00054: \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
</pre><pre>00055: $GLOBALS['TSFE']-&gt;setAbsRefPrefix();
00056: $TT-&gt;pull();
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">2</span> include<span style="color:white;">("<span style="color:#FF8700;" title="/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/cms/tslib/pagegen.php">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/cms/tslib/pagegen.php</span>")</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/cms/tslib/index_ts.php:</span><br><pre>00182: include $temp_theScript;
00183: } else {
</pre><pre style="background-color: #F1F1F1; color: black;">00184: include PATH_tslib . 'pagegen.php';
</pre><pre>00185: }
00186: $TSFE-&gt;generatePage_postProcessing();
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">1</span> require<span style="color:white;">("<span style="color:#FF8700;" title="/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/cms/tslib/index_ts.php">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/typo3/sysext/cms/tslib/index_ts.php</span>")</span></pre><br><span style="font-size:10px;">/var/www/vhosts/_SHARED_T3_SRC/6.0.x/typo3_src-git-master-test/index.php:</span><br><pre>00040: \TYPO3\CMS\Core\Core\Bootstrap::getInstance()-&gt;baseSetup('');
00041:
</pre><pre style="background-color: #F1F1F1; color: black;">00042: require(PATH_tslib . 'index_ts.php');
</pre><pre>00043: ?&gt;</pre><br>
</div>
</div>
</body></html>
    (1-1/1)