Uncaught TYPO3 Exception
#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. (More information)

InvalidArgumentException thrown in file
/var/www/project/typo3_src/typo3/sysext/frontend/Classes/Page/PageRepository.php in line 1042.

7 TYPO3\CMS\Frontend\Page\PageRepository::enableFields("pages", boolean, array, boolean)

/var/www/project/typo3_src/typo3/sysext/frontend/Classes/Page/PageRepository.php:
00172:    // Filter out new/deleted place-holder pages in case we are NOT in a
00173:    // versioning preview (that means we are online!)
00174:    $this->where_hid_del = $this->enableFields('pages', $show_hidden, array('fe_group' => TRUE), TRUE);
00175:   }
00176:   if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][PageRepository::class]['init'])) {

6 TYPO3\CMS\Frontend\Page\PageRepository::init(boolean)

/var/www/project/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01392:   $this->sys_page->versioningPreview = $this->fePreview === 2 || (int)$this->workspacePreview || (bool)GeneralUtility::_GP('ADMCMD_view');
01393:   $this->sys_page->versioningWorkspaceId = $this->whichWorkspace();
01394:   $this->sys_page->init($this->showHiddenPage);
01395:   // Set the valid usergroups for FE
01396:   $this->initUserGroups();

5 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::fetch_the_id()

/var/www/project/typo3_src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01311:   $GLOBALS['TT']->pull();
01312:   // Now, get the id, validate access etc:
01313:   $this->fetch_the_id();
01314:   // Check if backend user has read access to this page. If not, recalculate the id.
01315:   if ($this->beUserLogin && $this->fePreview) {

4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::determineId()

/var/www/project/htdocs/typo3conf/ext/package/Classes/Utility/Ajax/Demand.php:
00037:  $GLOBALS['TSFE']->checkAlternativeIdMethods();
00038:  $GLOBALS['TSFE']->clear_preview();
00039:  $GLOBALS['TSFE']->determineId();
00040:  $GLOBALS['TSFE']->initTemplate();
00041:  $GLOBALS['TSFE']->getConfigArray();

3 require("/var/www/project/htdocs/typo3conf/ext/package/Classes/Utility/Ajax/Demand.php")

/var/www/project/typo3_src/typo3/sysext/frontend/Classes/EidRequestHandler.php:
00074:   // Remove any output produced until now
00075:   $this->bootstrap->endOutputBufferingAndCleanPreviousOutput();
00076:   require EidUtility::getEidScriptPath();
00077:   $this->bootstrap->shutdown();
00078:   exit;

2 TYPO3\CMS\Frontend\EidRequestHandler::handleRequest()

/var/www/project/typo3_src/typo3/sysext/core/Classes/Core/Bootstrap.php:
00189:   $this->registerRequestHandlers();
00190:   $requestHandler = $this->resolveRequestHandler();
00191:   $requestHandler->handleRequest();
00192:   return $this;
00193:  }

1 TYPO3\CMS\Core\Core\Bootstrap::run()

/var/www/project/typo3_src/index.php:
00031: 
00032: require __DIR__ . '/typo3/sysext/core/Classes/Core/Bootstrap.php';
00033: \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->run()->shutdown();