08. 03. 2019, 17:26

Hallo,

nach dem upload auf den Websever von TYPO3 9.5.5 kann bekomme ich folgende Fehlermeldung, wenn ich das install tool aufrufe:

Fri, 08 Mar 2019 10:37:58 +0100 [WARNING]request="" component="TYPO3.CMS.Core.Error.ErrorHandler": Core: Error handler (BE): PHP Warning: filemtime(): stat failed for /webspace/kunden/public/Templates/Installer/Init.html in /webspace/kunden/vendor/typo3fluid/fluid/src/View/TemplatePaths.php line 625

sowie :

Fri, 08 Mar 2019 10:10:47 +0100 [CRITICAL]request="" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1257246929: Tried resolving a template file for controller action "Standard->index" in format ".html", but none of the paths contained the expected template file (/webspace/kunden/public/Templates/Installer/Init.html). No paths configured. | TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException thrown in file /webspace/kunden/vendor/typo3fluid/fluid/src/View/TemplatePaths.php in line 598. Requested URL: http://staging.pickup-works.de/typo3/install.php - {"TYPO3_MODE":"BE","exception":"TYPO3Fluid\\Fluid\\View\\Exception\\InvalidTemplateResourceException: Tried resolving a template file for controller action \"Standard->index\" in format \".html\", but none of the paths contained the expected template file (\/kunden\/430928_41238\/kunden\/staging\/public\/Templates\/Installer\/Init.html). No paths configured. in \/kunden\/430928_41238\/kunden\/staging\/vendor\/typo3fluid\/fluid\/src\/View\/TemplatePaths.php:598\nStack trace:\n#0 \/kunden\/430928_41238\/kunden\/staging\/vendor\/typo3fluid\/fluid\/src\/View\/AbstractTemplateView.php(391): TYPO3Fluid\\Fluid\\View\\TemplatePaths->getTemplateSource('Standard', 'index')\n#1 \/kunden\/430928_41238\/kunden\/staging\/vendor\/typo3fluid\/fluid\/src\/Core\/Parser\/TemplateParser.php(209): TYPO3Fluid\\Fluid\\View\\AbstractTemplateView->TYPO3Fluid\\Fluid\\View\\{closure}(Object(TYPO3Fluid\\Fluid\\Core\\Parser\\TemplateParser), Object(TYPO3\\CMS\\Fluid\\View\\TemplatePaths))\n#2 \/kunden\/430928_41238\/kunden\/staging\/vendor\/typo3fluid\/fluid\/src\/Core\/Parser\/TemplateParser.php(189): TYPO3Fluid\\Fluid\\Core\\Parser\\TemplateParser->parseTemplateSource('Standard_action...', Object(Closure))\n#3 \/kunden\/430928_41238\/kunden\/staging\/vendor\/typo3fluid\/fluid\/src\/View\/AbstractTemplateView.php(392): TYPO3Fluid\\Fluid\\Core\\Parser\\TemplateParser->getOrParseAndStoreTemplate('Standard_action...', Object(Closure))\n#4 \/kunden\/430928_41238\/kunden\/staging\/vendor\/typo3fluid\/fluid\/src\/View\/AbstractTemplateView.php(179): TYPO3Fluid\\Fluid\\View\\AbstractTemplateView->getCurrentParsedTemplate()\n#5 \/kunden\/430928_41238\/kunden\/staging\/public\/typo3\/sysext\/install\/Classes\/Controller\/InstallerController.php(74): TYPO3Fluid\\Fluid\\View\\AbstractTemplateView->render()\n#6 \/kunden\/430928_41238\/kunden\/staging\/public\/typo3\/sysext\/install\/Classes\/Http\/InstallerRequestHandler.php(62): TYPO3\\CMS\\Install\\Controller\\InstallerController->initAction()\n#7 \/kunden\/430928_41238\/kunden\/staging\/public\/typo3\/sysext\/install\/Classes\/Http\/Application.php(65): TYPO3\\CMS\\Install\\Http\\InstallerRequestHandler->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))\n#8 \/kunden\/430928_41238\/kunden\/staging\/public\/typo3\/sysext\/core\/Classes\/Http\/AbstractApplication.php(110): TYPO3\\CMS\\Install\\Http\\Application->handle(Object(TYPO3\\CMS\\Core\\Http\\ServerRequest))\n#9 \/kunden\/430928_41238\/kunden\/staging\/public\/typo3\/install.php(104): TYPO3\\CMS\\Core\\Http\\AbstractApplication->run()\n#10 \/kunden\/430928_41238\/kunden\/staging\/public\/typo3\/install.php(105): {closure}()\n#11 {main}"}

Es scheint so als würde der PHP die Pfade nicht richtig erkennen.

Local im Docker Container geht alles normal.

Hatte jemand auch schon das Problem auf einem Webserver?

Gruss Tom