|
<!--?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;">#1283790586: There is no entry in
|
|
the $TCA array for the table "pages". This means that the function
|
|
enableFields() is called with an invalid table name as argument.</strong> (<a href="http://typo3.org/go/exception/CMS/debug/1283790586" target="_blank">More information</a>)<br>
|
|
<br>
|
|
<span class="ExceptionProperty">InvalidArgumentException</span> thrown in file<br>
|
|
<span class="ExceptionProperty">/var/www/project/typo3_src/typo3/sysext/frontend/Classes/Page/PageRepository.php</span> in line
|
|
<span class="ExceptionProperty">1042</span>.<br>
|
|
<br>
|
|
<pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">7</span> TYPO3\CMS\Frontend\Page\PageRepository<span style="color:white;">::</span>enableFields<span style="color:white;">("<span style="color:#FF8700;" title="pages">pages</span>"<span style="color:white;">,</span> <span style="color:#FF8700;"><em>boolean</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>boolean</em></span>)</span></pre><br><span style="font-size:10px;">/var/www/project/typo3_src/typo3/sysext/frontend/Classes/Page/PageRepository.php:</span><br><pre>00172: // Filter out new/deleted place-holder pages in case we are NOT in a
|
|
00173: // versioning preview (that means we are online!)
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00174: $this->where_hid_del = $this->enableFields('pages', $show_hidden, array('fe_group' => TRUE), TRUE);
|
|
</pre><pre>00175: }
|
|
00176: if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][PageRepository::class]['init'])) {
|
|
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">6</span> TYPO3\CMS\Frontend\Page\PageRepository<span style="color:white;">::</span>init<span style="color:white;">(<span style="color:#FF8700;"><em>boolean</em></span>)</span></pre><br><span style="font-size:10px;">/var/www/project/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:</span><br><pre>01392: $this->sys_page->versioningPreview = $this->fePreview === 2 || (int)$this->workspacePreview || (bool)GeneralUtility::_GP('ADMCMD_view');
|
|
01393: $this->sys_page->versioningWorkspaceId = $this->whichWorkspace();
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">01394: $this->sys_page->init($this->showHiddenPage);
|
|
</pre><pre>01395: // Set the valid usergroups for FE
|
|
01396: $this->initUserGroups();
|
|
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">5</span> TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController<span style="color:white;">::</span>fetch_the_id<span style="color:white;">()</span></pre><br><span style="font-size:10px;">/var/www/project/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:</span><br><pre>01311: $GLOBALS['TT']->pull();
|
|
01312: // Now, get the id, validate access etc:
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">01313: $this->fetch_the_id();
|
|
</pre><pre>01314: // Check if backend user has read access to this page. If not, recalculate the id.
|
|
01315: if ($this->beUserLogin && $this->fePreview) {
|
|
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">4</span> TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController<span style="color:white;">::</span>determineId<span style="color:white;">()</span></pre><br><span style="font-size:10px;">/var/www/project/htdocs/typo3conf/ext/package/Classes/Utility/Ajax/Demand.php:</span><br><pre>00037: $GLOBALS['TSFE']->checkAlternativeIdMethods();
|
|
00038: $GLOBALS['TSFE']->clear_preview();
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00039: $GLOBALS['TSFE']->determineId();
|
|
</pre><pre>00040: $GLOBALS['TSFE']->initTemplate();
|
|
00041: $GLOBALS['TSFE']->getConfigArray();
|
|
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">3</span> require<span style="color:white;">("<span style="color:#FF8700;" title="/var/www/project/htdocs/typo3conf/ext/package/Classes/Utility/Ajax/Demand.php">/var/www/project/htdocs/typo3conf/ext/package/Classes/Utility/Ajax/Demand.php</span>")</span></pre><br><span style="font-size:10px;">/var/www/project/typo3_src/typo3/sysext/frontend/Classes/EidRequestHandler.php:</span><br><pre>00074: // Remove any output produced until now
|
|
00075: $this->bootstrap->endOutputBufferingAndCleanPreviousOutput();
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00076: require EidUtility::getEidScriptPath();
|
|
</pre><pre>00077: $this->bootstrap->shutdown();
|
|
00078: exit;
|
|
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">2</span> TYPO3\CMS\Frontend\EidRequestHandler<span style="color:white;">::</span>handleRequest<span style="color:white;">()</span></pre><br><span style="font-size:10px;">/var/www/project/typo3_src/typo3/sysext/core/Classes/Core/Bootstrap.php:</span><br><pre>00189: $this->registerRequestHandlers();
|
|
00190: $requestHandler = $this->resolveRequestHandler();
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00191: $requestHandler->handleRequest();
|
|
</pre><pre>00192: return $this;
|
|
00193: }
|
|
</pre><br><pre style="color:#69A550; background-color: #414141; padding: 4px 2px 4px 2px;"><span style="color:white;">1</span> TYPO3\CMS\Core\Core\Bootstrap<span style="color:white;">::</span>run<span style="color:white;">()</span></pre><br><span style="font-size:10px;">/var/www/project/typo3_src/index.php:</span><br><pre>00031:
|
|
00032: require __DIR__ . '/typo3/sysext/core/Classes/Core/Bootstrap.php';
|
|
</pre><pre style="background-color: #F1F1F1; color: black;">00033: \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->run()->shutdown();
|
|
</pre><pre></pre><br>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body></html>
|