Actions
Bug #91371
closedEmpty website after upgrade from version 9, cObject TEMPLATE not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2020-05-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
We upgraded a customer website from version 9 and we were not able to get any content on the website. So the website is empty (just a white page).
We reduced our source to the minimum, still the same behavior. We also re-installed a fresh 10.4.2 with our ts files. Same situation.
Even the most simple code did not work:
page = PAGE
page.10 = TEMPLATE
page.10.template = FILE
page.10.template.file = fileadmin/[template path]/template.html
Result is empty body:
<body>
</body>
Installation is Typo3 Core only, without any extensions.
No Typo3 errors, no PHP errors.
PHP Version 7.4, 7.3 same behaviour
Only with FLUIDTEMPLATE (page.10 = FLUIDTEMPLATE) the template file is processed.
Actions