Uncaught TYPO3 Exception
#1310027511: Could not parse where clause (More information)

InvalidArgumentException thrown in file
/var/www/pgsql/typo3_src-build/typo3/sysext/dbal/Classes/Database/DatabaseConnection.php in line 1753.

30 TYPO3\CMS\Dbal\Database\DatabaseConnection::quoteWhereClause("pid = '1' AND colPos = '0' AND tt_content.deleted=1', CAST("tt_content"."fe_group" AS CHAR)) != 0)))")

/var/www/pgsql/typo3_src-build/typo3/sysext/dbal/Classes/Database/DatabaseConnection.php:
01263:         $select_fields = $this->quoteFieldNames($select_fields);
01264:         $from_table = $this->quoteFromTables($from_table);
01265:         $where_clause = $this->quoteWhereClause($where_clause);
01266:         $groupBy = $this->quoteGroupBy($groupBy);
01267:         $orderBy = $this->quoteOrderBy($orderBy);

29 TYPO3\CMS\Dbal\Database\DatabaseConnection::SELECTquery("*", "tt_content", "pid = '1' AND colPos = '0' AND tt_content.deleted=1', CAST("tt_content"."fe_group" AS CHAR)) != 0)))", "", "sorting ASC")

/var/www/pgsql/typo3_src-build/typo3/sysext/dbal/Classes/Database/DatabaseConnection.php:
00847:                         $this->lastQuery = $this->SELECTqueryFromArray($remappedParameters);
00848:                     } else {
00849:                         $this->lastQuery = $this->SELECTquery($select_fields, $from_table, $where_clause, $groupBy, $orderBy);
00850:                     }
00851:                     $sqlResult = $this->handlerInstance[$this->lastHandlerKey]->_Execute($this->lastQuery);

28 TYPO3\CMS\Dbal\Database\DatabaseConnection::exec_SELECTquery("*", "tt_content", "pid = '1' AND colPos = '0' AND tt_content.deleted=1', CAST("tt_content"."fe_group" AS CHAR)) != 0)))", "", "sorting ASC", NULL)

/var/www/pgsql/typo3_src-build/typo3/sysext/core/Classes/Database/DatabaseConnection.php:
00375:     public function exec_SELECTgetRows($select_fields, $from_table, $where_clause, $groupBy = '', $orderBy = '', $limit = '', $uidIndexField = '')
00376:     {
00377:         $res = $this->exec_SELECTquery($select_fields, $from_table, $where_clause, $groupBy, $orderBy, $limit);
00378:         if ($this->sql_error()) {
00379:             $this->sql_free_result($res);

27 TYPO3\CMS\Core\Database\DatabaseConnection::exec_SELECTgetRows("*", "tt_content", "pid = '1' AND colPos = '0' AND tt_content.deleted=1', CAST("tt_content"."fe_group" AS CHAR)) != 0)))", "", "sorting ASC", NULL)

/var/www/pgsql/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php:
00121:   }
00122: 
00123:   $rows = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows('*', 'tt_content', $conditions, '', $order, $limit);
00124:   return $rows;
00125:  }

26 FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper::getSlideRecordsFromPage(1, NULL)

/var/www/pgsql/typo3conf/ext/vhs/Classes/Traits/SlideViewHelperTrait.php:
00122:     }
00123:    }
00124:    $recordsFromPageUid = $this->getSlideRecordsFromPage($storagePageUid, $limitRemaining);
00125:    if (0 < count($recordsFromPageUid)) {
00126:     $records = array_merge($records, $recordsFromPageUid);

25 FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper::getSlideRecords(1, NULL)

/var/www/pgsql/typo3conf/ext/vhs/Classes/ViewHelpers/Content/AbstractContentViewHelper.php:
00074:   $pageUid = $this->getPageUid();
00075: 
00076:   $contentRecords = $this->getSlideRecords($pageUid, $limit);
00077: 
00078:   if (TRUE === (boolean) $this->arguments['render']) {

24 FluidTYPO3\Vhs\ViewHelpers\Content\AbstractContentViewHelper::getContentRecords()

/var/www/pgsql/typo3conf/ext/vhs/Classes/ViewHelpers/Content/GetViewHelper.php:
00038:    return '';
00039:   }
00040:   $contentRecords = $this->getContentRecords();
00041:   return $contentRecords;
00042:  }

23 FluidTYPO3\Vhs\ViewHelpers\Content\GetViewHelper::render()
22 call_user_func_array(array, array)

/var/www/pgsql/typo3_src-build/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00259: 
00260:         try {
00261:             return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00262:         } catch (Exception $exception) {
00263:             if (GeneralUtility::getApplicationContext()->isProduction()) {

21 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()

/var/www/pgsql/typo3_src-build/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00240:         $this->initialize();
00241: 
00242:         return $this->callRenderMethod();
00243:     }
00244: 

20 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/var/www/pgsql/typo3temp/Cache/Code/fluid_template/Standalone_template_file_OneColumn_b9ecaff7b22bf51ca43a38cb2fccb7309e2b87dc.php:
00051: $viewHelper4->setRenderChildrenClosure($renderChildrenClosure3);
00052: // End of ViewHelper FluidTYPO3\Vhs\ViewHelpers\Content\GetViewHelper
00053: $arguments1['condition'] = TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\BooleanNode::convertToBoolean($viewHelper4->initializeArgumentsAndRender());
00054: $arguments1['then'] = NULL;
00055: $arguments1['else'] = NULL;

19 FluidCache_Standalone_template_file_OneColumn_b9ecaff7b22bf51ca43a38cb2fccb7309e2b87dc::section_62bce9422ff2d14f69ab80a154510232fc8a9afd(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/var/www/pgsql/typo3_src-build/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00228:             }
00229:             $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00230:             $output = $parsedTemplate->{$methodNameOfSection}($renderingContext);
00231:             $this->stopRendering();
00232:         } else {

18 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderSection("Main", array, boolean)

/var/www/pgsql/typo3_src-build/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00119:             return $viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00120:         } elseif ($section !== null) {
00121:             return $viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
00122:         }
00123: 

17 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array, Closure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/var/www/pgsql/typo3temp/Cache/Code/fluid_template/Standalone_layout_Default_5fc62bde2bd4cc5853a95fa475f89169c3222ed4.php:
00054: $renderChildrenClosure4 = function() {return NULL;};
00055: 
00056: $output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments3, $renderChildrenClosure4, $renderingContext);
00057: 
00058: $output0 .= '

16 FluidCache_Standalone_layout_Default_5fc62bde2bd4cc5853a95fa475f89169c3222ed4::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/var/www/pgsql/typo3_src-build/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00187:             }
00188:             $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
00189:             $output = $parsedLayout->render($this->baseRenderingContext);
00190:             $this->stopRendering();
00191:         } else {

15 TYPO3\CMS\Fluid\View\AbstractTemplateView::render()

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00298:     protected function renderFluidView()
00299:     {
00300:         return $this->view->render();
00301:     }
00302: 

14 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::renderFluidView()

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00100:         $this->view->assignMultiple($variables);
00101: 
00102:         $content = $this->renderFluidView();
00103:         $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00104: 

13 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::render(array)

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject, array)

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

11 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "pagets__oneColumnTemplate")

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00042:             $theValue = '';
00043:         } else {
00044:             $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00045:         }
00046:         if (isset($conf['stdWrap.'])) {

10 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\CaseContentObject, array)

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

8 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "10")

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00803:             if ((int)$theKey && strpos($theKey, '.') === false) {
00804:                 $conf = $setup[$theKey . '.'];
00805:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00806:             }
00807:         }

7 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00208:         $timeTracker->incStackPointer();
00209:         $timeTracker->push($tsfe->sPre, 'PAGE');
00210:         $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
00211:         if ($tsfe->pSetup['wrap']) {
00212:             $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);

6 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00214:                 // Content generation
00215:                 if (!$this->controller->isINTincScript()) {
00216:                     PageGenerator::renderContent();
00217:                     $this->controller->setAbsRefPrefix();
00218:                 }

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/var/www/pgsql/typo3_src-build/typo3/sysext/core/Classes/Core/Bootstrap.php:
00300: 
00301:         // Execute the command which returns a Response object or NULL
00302:         $this->response = $requestHandler->handleRequest($request);
00303:         return $this;
00304:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/var/www/pgsql/typo3_src-build/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/var/www/pgsql/typo3_src-build/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

2 {closure}()
1 call_user_func(Closure)

/var/www/pgsql/typo3_src-build/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });