Skip to content

Commit

Permalink
TORG-164: Initialize TCA for typo3 7.6 bootstrap to avoid problems at…
Browse files Browse the repository at this point in the history
… flux cache clearing
  • Loading branch information
tomahi authored and Christian Opitz committed Apr 19, 2016
1 parent af0519e commit 23e3c6c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions presets/typo3/bootstrap.php
Expand Up @@ -36,14 +36,9 @@
$classLoader = include getcwd() . '/typo3_src/vendor/autoload.php';
\TYPO3\CMS\Core\Core\Bootstrap::getInstance()
->initializeClassLoader($classLoader)
->baseSetup('')
->startOutputBuffering()
->loadConfigurationAndInitialize()
->loadTypo3LoadedExtAndExtLocalconf(true)
->setFinalCachingFrameworkCacheConfiguration()
->defineLoggingAndExceptionConstants()
->unsetReservedGlobalVariables()
->initializeTypo3DbGlobal();
->baseSetup(PATH_site)
->configure()
->loadExtensionTables(true);
} else {
include 'typo3/sysext/core/Classes/Core/Bootstrap.php';
\TYPO3\CMS\Core\Core\Bootstrap::getInstance()
Expand Down

0 comments on commit 23e3c6c

Please sign in to comment.