Uncaught TYPO3 Exception Doctrine\DBAL\Exception\DriverException thrown in file /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php in line 115. 29 Doctrine\DBAL\Driver\AbstractMySQLDriver::convertException("An exception occurred while executing 'SELECT `ISE…↵Prepared statement contains too many placeholders", Doctrine\DBAL\Driver\Mysqli\MysqliException) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php: 00126: 00127: if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DriverException) { 00128: return $driver->convertException($msg, $driverEx); 00129: } 00130: 28 Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Doctrine\DBAL\Driver\Mysqli\Driver, Doctrine\DBAL\Driver\Mysqli\MysqliException, "SELECT `ISEC`.*, `IP`.*, MAX(`IR`.`flags`) AS `ord…d` ORDER BY `order_val1` DESC, `order_val2` DESC", array) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php: 00853: } 00854: } catch (\Exception $ex) { 00855: throw DBALException::driverExceptionDuringQuery($this->_driver, $ex, $query, $this->resolveParams($params, $types)); 00856: } 00857: 27 Doctrine\DBAL\Connection::executeQuery("SELECT `ISEC`.*, `IP`.*, MAX(`IR`.`flags`) AS `ord…d` ORDER BY `order_val1` DESC, `order_val2` DESC", array, array) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php: 00204: { 00205: if ($this->type == self::SELECT) { 00206: return $this->connection->executeQuery($this->getSQL(), $this->params, $this->paramTypes); 00207: } else { 00208: return $this->connection->executeUpdate($this->getSQL(), $this->params, $this->paramTypes); 26 Doctrine\DBAL\Query\QueryBuilder::execute() /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/core/Classes/Database/Query/QueryBuilder.php: 00185: $originalWhereConditions = $this->addAdditionalWhereConditions(); 00186: 00187: $result = $this->concreteQueryBuilder->execute(); 00188: 00189: // Restore the original query conditions in case the user keeps 25 TYPO3\CMS\Core\Database\Query\QueryBuilder::execute() /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php: 01146: } 01147: 01148: return $queryBuilder->execute(); 01149: } 01150: 24 TYPO3\CMS\IndexedSearch\Domain\Repository\IndexSearchRepository::execFinalQuery("754,2499,6477,11827,12442,18026,19563,21236,23256,…,268423038,268423830,268425784,268427024,268434112", -1) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php: 00320: // Do the search: 00321: $this->getTimeTracker()->push('execFinalQuery'); 00322: $res = $this->execFinalQuery($list, $freeIndexUid); 00323: $this->getTimeTracker()->pull(); 00324: return $res; 23 TYPO3\CMS\IndexedSearch\Domain\Repository\IndexSearchRepository::getResultRows_SQLpointer(array, -1) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php: 00225: $result = $this->getResultRows_SQLpointerMysqlFulltext($searchWords, $freeIndexUid); 00226: } else { 00227: $result = $this->getResultRows_SQLpointer($searchWords, $freeIndexUid); 00228: } 00229: $this->getTimeTracker()->pull(); 22 TYPO3\CMS\IndexedSearch\Domain\Repository\IndexSearchRepository::doSearch(array, -1) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/indexed_search/Classes/Controller/SearchController.php: 00274: $resultData = $hookObj->getResultRows($this->searchWords, $freeIndexUid); 00275: } else { 00276: $resultData = $this->searchRepository->doSearch($this->searchWords, $freeIndexUid); 00277: } 00278: // Display search results 21 TYPO3\CMS\IndexedSearch\Controller\SearchController::searchAction(array) 20 call_user_func_array(array, array) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php: 00314: if (!$validationResult->hasErrors()) { 00315: $this->emitBeforeCallActionMethodSignal($preparedArguments); 00316: $actionResult = call_user_func_array([$this, $this->actionMethodName], $preparedArguments); 00317: } else { 00318: $methodTagsValues = $this->reflectionService->getMethodTagsValues(get_class($this), $this->actionMethodName); 19 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::callActionMethod() /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php: 00174: $this->initializeView($this->view); 00175: } 00176: $this->callActionMethod(); 00177: $this->renderAssetsForRequest($request); 00178: } 18 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php: 00083: $controller = $this->resolveController($request); 00084: try { 00085: $controller->processRequest($request, $response); 00086: } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) { 00087: } 17 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php: 00089: /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */ 00090: $response = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\Web\Response::class); 00091: $this->dispatcher->dispatch($request, $response); 00092: return $response; 00093: } 16 TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest() /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/extbase/Classes/Core/Bootstrap.php: 00197: $requestHandler = $requestHandlerResolver->resolveRequestHandler(); 00198: 00199: $response = $requestHandler->handleRequest(); 00200: // If response is NULL after handling the request we need to stop 00201: // This happens for instance, when a USER object was converted to a USER_INT 15 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest() /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/extbase/Classes/Core/Bootstrap.php: 00184: { 00185: $this->initialize($configuration); 00186: return $this->handleRequest(); 00187: } 00188: 14 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array) 13 call_user_func_array(array, array) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php: 06339: ], [ 06340: $content, 06341: $conf 06342: ]); 06343: } else { 12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\Extbase\Core\Bootstrap->run", array, "") /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php: 00039: $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER); 00040: } 00041: $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, ''); 00042: if ($this->cObj->doConvertToUserIntObject) { 00043: $this->cObj->doConvertToUserIntObject = false; 11 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php: 00818: // Render content 00819: try { 00820: $content .= $contentObject->render($configuration); 00821: } catch (ContentRenderingException $exception) { 00822: // Content rendering Exceptions indicate a critical problem which should not be 10 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\UserContentObject, array) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php: 00734: $contentObject = $this->getContentObject($name); 00735: if ($contentObject) { 00736: $content .= $this->render($contentObject, $conf); 00737: } else { 00738: // Call hook functions for extra processing 9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php: 03526: break; 03527: case 'FUNC': 03528: $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']); 03529: break; 03530: case 'POSTUSERFUNC': 8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php: 03488: do { 03489: $INTiS_config = $this->config['INTincScript']; 03490: $this->INTincScript_process($INTiS_config); 03491: // Check if there were new items added to INTincScript during the previous execution: 03492: $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config); 7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent() /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php: 03455: } 03456: 03457: $this->recursivelyReplaceIntPlaceholdersInContent(); 03458: $this->getTimeTracker()->push('Substitute header section'); 03459: $this->INTincScript_loadJSCode(); 6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript() /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Classes/Http/RequestHandler.php: 00224: } 00225: $this->timeTracker->push('Non-cached objects'); 00226: $this->controller->INTincScript(); 00227: $this->timeTracker->pull(); 00228: } 5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/core/Classes/Core/Bootstrap.php: 00317: 00318: // Execute the command which returns a Response object or NULL 00319: $this->response = $requestHandler->handleRequest($request); 00320: return $this; 00321: } 4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest) /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Classes/Http/Application.php: 00077: public function run(callable $execute = null) 00078: { 00079: $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()); 00080: 00081: if ($execute !== null) { 3 TYPO3\CMS\Frontend\Http\Application::run() /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Resources/Private/Php/frontend.php: 00021: call_user_func(function () { 00022: $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php'; 00023: (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run(); 00024: }); 2 {closure}() /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/typo3/sysext/frontend/Resources/Private/Php/frontend.php: 00022: $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php'; 00023: (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run(); 00024: }); 1 require("/var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-…sysext/frontend/Resources/Private/Php/frontend.php") /var/www/t3dev.uni-oldenburg.de/htdocs5/typo3_src-8.7.20/index.php: 00001: