Bug #92728
closedTYPO3 Exception: #1203699034 after new Installation of v10
0%
Description
I am using MS Server 2019 and IIS.
I created a new sub folder in my wwwroot directory, to install a test system for V10.
After I have copied all files from the 10.4.9 zip file and tried to start typo3 I recieve a Oops, an error occurred!.
I have enabled the IUSR user with all write privileges.
In the log file I have the following entries:
Wed, 28 Oct 2020 11:10:13 +0100 [CRITICAL] request="6ff344f26f339" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1203699034: A cache with identifier "cache_core" does not exist. | TYPO3\CMS\Core\Cache\Exception\NoSuchCacheException thrown in file C:\inetpub\wwwroot\typo3\sysext\core\Classes\Cache\CacheManager.php in line 138. Requested URL: https://test.althoff-fam.de/ - {"TYPO3_MODE":"FE","exception":"TYPO3\\CMS\\Core\\Cache\\Exception\\NoSuchCacheException: A cache with identifier \"cache_core\" does not exist. in C:\\inetpub\\wwwroot\\typo3\\sysext\\core\\Classes\\Cache\\CacheManager.php:138\nStack trace:\n#0 C:\\inetpub\\wwwroot\\typo3\\sysext\\core\\Classes\\Core\\Bootstrap.php(109): TYPO3\\CMS\\Core\\Cache\\CacheManager->getCache('cache_core')\n#1 C:\\inetpub\\wwwroot\\index.php(24): TYPO3\\CMS\\Core\\Core\\Bootstrap::init(Object(Composer\\Autoload\\ClassLoader))\n#2 C:\\inetpub\\wwwroot\\index.php(25): {closure}()\n#3 {main}"}
Wed, 28 Oct 2020 11:22:56 +0100 [CRITICAL] request="1e758f667ffed" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1203699034: A cache with identifier "cache_core" does not exist. | TYPO3\CMS\Core\Cache\Exception\NoSuchCacheException thrown in file C:\inetpub\wwwroot\typo3\sysext\core\Classes\Cache\CacheManager.php in line 138. Requested URL: https://test.althoff-fam.de/typo3/index.php?route=%2Fajax%2Flogin%2Ftimedout&skipSessionUpdate=1 - {"TYPO3_MODE":"BE","exception":"TYPO3\\CMS\\Core\\Cache\\Exception\\NoSuchCacheException: A cache with identifier \"cache_core\" does not exist. in C:\\inetpub\\wwwroot\\typo3\\sysext\\core\\Classes\\Cache\\CacheManager.php:138\nStack trace:\n#0 C:\\inetpub\\wwwroot\\typo3\\sysext\\core\\Classes\\Core\\Bootstrap.php(109): TYPO3\\CMS\\Core\\Cache\\CacheManager->getCache('cache_core')\n#1 C:\\inetpub\\wwwroot\\typo3\\index.php(24): TYPO3\\CMS\\Core\\Core\\Bootstrap::init(Object(Composer\\Autoload\\ClassLoader))\n#2 C:\\inetpub\\wwwroot\\typo3\\index.php(25): {closure}()\n#3 {main}"}
If I do the same with 9.5.22 everything works fine.