问题
It seems that my setup.typoscript
is not working properly.
The error:
The page is not configured! [type=0][]. This means that there is no TypoScript object of type PAGE with typeNum=0 configured.
my setup.typoscript:
page = PAGE
page.10 = TEXT
page.10.value = HALLO
Include in the backend are configured and shows the extension so sys_template.php works, but i do not know why it shows anything.
The normal field from the template modul Setup works fine.
TYPO3 9.5
Thank you.
回答1:
Try renaming the file to setup.txt
. I'm not sure if it's still the case in TYPO3 9.5, but in earlier versions the include only works with .txt
file extensions.
回答2:
Now it works. I think the problem was with the extension name in the sys_template.php
Thanks anyways
来源:https://stackoverflow.com/questions/58750393/typo3-setup-typoscript-configured-does-not-show-any-results