Uncaught TYPO3 Exception
An exception occurred while executing 'INSERT INTO `index_phash` (`phash`, `phash_grouping`, `cHashParams`, `contentHash`, `data_page_id`, `data_page_reg1`, `data_page_type`, `data_page_mp`, `gr_list`, `item_type`, `item_title`, `item_description`, `item_mtime`, `item_size`, `tstamp`, `crdate`, `item_crdate`, `sys_language_uid`, `externalUrl`, `recordUid`, `freeIndexUid`, `freeIndexSetId`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [148341294, 14859778, "a:0:{}", 160504481, 198, 0, 0, "", "0,-1", 0, "", "Startseite Ausbildungsoffensive Pflege", 0, 20806, 1711659785, 1711659785, null, 0, 0, 0, 0, 0]: Column 'item_crdate' cannot be null

Doctrine\DBAL\Exception\NotNullConstraintViolationException thrown in file
/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php in line 112.

14 Doctrine\DBAL\Driver\AbstractMySQLDriver::convertException("An exception occurred while executing 'INSERT INTO 0, 0, 0, 0]:Column 'item_crdate' cannot be null", Doctrine\DBAL\Driver\Mysqli\MysqliException)

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/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: 

13 Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Doctrine\DBAL\Driver\Mysqli\Driver, Doctrine\DBAL\Driver\Mysqli\MysqliException, "INSERT INTO `index_phash` (`phash`, `phash_groupin?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", array)

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:
01013:             }
01014:         } catch (\Exception $ex) {
01015:             throw DBALException::driverExceptionDuringQuery($this->_driver, $ex, $query, $this->resolveParams($params, $types));
01016:         }
01017: 

12 Doctrine\DBAL\Connection::executeUpdate("INSERT INTO `index_phash` (`phash`, `phash_groupin?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", array, array)

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:
00712:             ' VALUES (' . implode(', ', $paramPlaceholders) . ')',
00713:             $paramValues,
00714:             is_string(key($types)) ? $this->extractTypeValues($columnList, $types) : $types
00715:         );
00716:     }

11 Doctrine\DBAL\Connection::insert("`index_phash`", array, array)

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/typo3/sysext/core/Classes/Database/Connection.php:
00196:             $this->quoteIdentifier($tableName),
00197:             $this->quoteColumnValuePairs($data),
00198:             $this->quoteColumnTypes($types)
00199:         );
00200:     }

10 TYPO3\CMS\Core\Database\Connection::insert("index_phash", array, array)

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/typo3/sysext/indexed_search/Classes/Indexer.php:
01466:                 'index_phash',
01467:                 $fields,
01468:                 ['cHashParams' => Connection::PARAM_LOB]
01469:             );
01470:         }

9 TYPO3\CMS\IndexedSearch\Indexer::submitPage()

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/typo3/sysext/indexed_search/Classes/Indexer.php:
00566:                 // Submitting page (phash) record
00567:                 $this->log_push('Submitting page', '');
00568:                 $this->submitPage();
00569:                 $this->log_pull();
00570:                 // Check words and submit to word list if not there

8 TYPO3\CMS\IndexedSearch\Indexer::indexTypo3PageContent()

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/typo3/sysext/indexed_search/Classes/Indexer.php:
00317:                             // Init and start indexing:
00318:                             $this->init();
00319:                             $this->indexTypo3PageContent();
00320:                         } else {
00321:                             $this->log_setTSlogMessage('Index page? No, ->sys_language_uid was different from sys_language_content which indicates that the page contains fall-back content and that would be falsely indexed as localized content.');

7 TYPO3\CMS\IndexedSearch\Indexer::hook_indexContent(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03351:             foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing'] as $_classRef) {
03352:                 $_procObj = GeneralUtility::getUserObj($_classRef);
03353:                 $_procObj->hook_indexContent($this);
03354:             }
03355:         }

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::generatePage_postProcessing()

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00212:                 $this->controller->setAbsRefPrefix();
00213:             }
00214:             $this->controller->generatePage_postProcessing();
00215:             $this->timeTracker->pull();
00216:         }

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

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/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)

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/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()

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/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}()

/kunden/295217_50969/webseiten/typo3_src/typo3_src-8.7.32/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("/kunden/295217_50969/webseiten/typo3_src/typo3_srcsysext/frontend/Resources/Private/Php/frontend.php")

/kunden/295217_50969/webseiten/www/pflegeausbildung.net/htdocs/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';